BetsAPI

FREEMIUM
Durch b365api | Aktualisiert 7 hours ago | Sports
Popularität

9.9 / 10

Latenz

401ms

Service Level

100%

Health Check

N/A

Zurück zu allen Diskussionen

No return for PreMatch odds

Rapid account: Signinalex 42
signinalex42
10 months ago
{
  "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())

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen