BetsAPI

फ्रीमियम
द्वारा b365api | अपडेट किया गया एक महीने पहले | Sports
लोकप्रियता

9.9 / 10

लेटेंसी

400ms

सेवा का स्तर

100%

Health Check

N/A

सभी चर्चाओं पर वापस जाएं

No return for PreMatch odds

Rapid account: Signinalex 42
signinalex42
10 महीने पहले
{
  "success": 1,
  "results": []
}

got nothing returning as shown above.

Just wondering if anyone knows why ?

here is the code used in the api playground:

import requests

url = "https://betsapi2.p.rapidapi.com/v1/bet365/upcoming"

querystring = {"sport_id":"1","league_id":"10071570"}

headers = {
	"X-RapidAPI-Key": "<myapikey>",
	"X-RapidAPI-Host": "betsapi2.p.rapidapi.com"
}

response = requests.get(url, headers=headers, params=querystring)

print(response.json())

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें