Blog
How to Integrate Cricket API in 5 Simple Steps in 5 Minutes
Aug. 4, 2023
Blog
Aug. 4, 2023
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