BetsAPI

FREEMIUM
Door b365api | Bijgewerkt месяц назад | Sports
Populariteit

9.9 / 10

Latency

400ms

Serviceniveau

100%

Health Check

N/A

Terug naar alle discussies

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())

Doe mee aan de discussie - voeg hieronder een opmerking toe

Log in / Schrij u in om nieuwe opmerkingen te plaatsen