Blog
How to Integrate Cricket API in 5 Simple Steps in 5 Minutes
Aug. 4, 2023

Blog
Aug. 4, 2023


Give your project a name that resonates with its purpose. Be creative, just like a batsman crafting a new shot! Associate the desired plan with your project. Remember, the right plan ensures you get the best experience.
Roanuz offers flexible plans tailored to different use cases. Whether you're a cricket hobbyist or a large-scale enterprise, there's a plan for you. Here are some popular plans:
Analyze the field, know your budget, and select the plan that perfectly matches your needs. Once you've made your decision, take a moment to explore all the exciting endpoints available in your chosen plan.
Fill in your billing information to activate your selected plan and unlock the full potential of the Roanuz Cricket API.
import requests
project_key = 'YOUR_PROJ_KEY'
token = 'YOUR_ACCESS_TOKEN'
key = 'rsaeng_2020_t20_03'
url = "https://api.sports.roanuz.com/v5/cricket/<span class="highlight highlight-object">/match/{}</span>/".format(project_key,key)
headers = {
    'rs-token': token
}
response = requests.get(url, headers=headers)
print(response.json())
With just a few lines of code, you can access real-time cricket data from the Roanuz API.

 ₹ - India 
$ - International
€ - Europe
© Copyright Roanuz Softwares Private Limited. All rights reserved