BetsAPI

부분 유료
분류별 b365api | 업데이트됨 3 minuti fa | Sports
인기

9.9 / 10

지연 시간

400ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

No return for PreMatch odds

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

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입