BetsAPI

フリーミアム
よって b365api | 更新済み a month ago | Sports
人気

9.9 / 10

レイテンシー

400ms

サービスレベル

100%

Health Check

N/A

すべてのディスカッションに戻る

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

ディスカッションに参加しましょう-以下にコメントを追加してください:

ログイン/サインアップして新しいコメントを投稿