Introduction
Get up and running in less than 5 minutes with our comprehensive developer documentation. betapidata's API returns data in structured JSON. We offer a simple and thoughtfully designed odds API that's a breeze to get started with.
Sports List
Name | ID | Name | ID |
---|---|---|---|
Football | 1 | Cricket | 66 |
Basketball | 3 | Tennis | 4 |
Volleyball | 6 | Baseball | 5 |
Boxing | 9 | American Football | 13 |
Handball | 8 | Rugby League | 7 |
Table Tennis | 10 | Badminton | 16 |
Ice Hockey | 2 | Snooker | 30 |
Upcoming Filter List
HTTP Request
Query Parameters
Parameter | Required | Description |
---|---|---|
apikey | Yes* | Login Access |
sid | Yes* | INT |
time | Yes* | Unix Timestamp |
HTTP Response
upcoming.jsonLeague List
HTTP Request
Query Parameters
Parameter | Required | Description |
---|---|---|
apikey | Yes* | Login Access |
sid | Yes* | INT |
HTTP Response
leagues.jsonPrematch List
HTTP Request
Query Parameters
Parameter | Required | Description |
---|---|---|
apikey | Yes* | Login Access |
sid | Yes* | INT |
lid | Yes* | INT |
HTTP Response
prematch.jsonPrematch Event
HTTP Request
Query Parameters
Parameter | Required | Description |
---|---|---|
apikey | Yes* | Login Access |
id | Yes* | INT |
HTTP Response
prematchEvent.jsonInplay
HTTP Request
Query Parameters
Parameter | Required | Description |
---|---|---|
apikey | Yes* | Login Access |
sid | Yes* | INT |
HTTP Response
inplay.jsonInplay Event
HTTP Request
Query Parameters
Parameter | Required | Description |
---|---|---|
apikey | Yes* | Login Access |
id | Yes* | INT |
HTTP Response
inplayEvent.jsonTop Match
HTTP Request
Query Parameters
Parameter | Required | Description |
---|---|---|
apikey | Yes* | Login Access |
match | Yes* | Match Status [Live,Upcoming] (String) |
HTTP Response
topMatchLive.json | topMatchUpcoming.jsonSearch
HTTP Request
Query Parameters
Parameter | Required | Description |
---|---|---|
apikey | Yes* | Login Access |
match | Yes* | Match Status [Live,Upcoming] (String) |
text | Yes* | Search Text (String) |
HTTP Response
searchLive.json | searchUpcoming.jsonTournament List
HTTP Request
Query Parameters
Parameter | Required | Description |
---|---|---|
apikey | Yes* | Login Access |
HTTP Response
tournaments.jsonTournament Winner
HTTP Request
Query Parameters
Parameter | Required | Description |
---|---|---|
apikey | Yes* | Login Access |
lid | Yes* | INT |
HTTP Response
tournamentWinner.jsonResult By Sport
HTTP Request
Query Parameters
Parameter | Required | Description |
---|---|---|
apikey | Yes* | Login Access |
sid | Yes* | INT |
fromDate | Yes* | Date (YYYY-MM-DD) |
toDate | Yes* | Date (YYYY-MM-DD) |
HTTP Response
resultBySport.jsonResult By League
HTTP Request
Query Parameters
Parameter | Required | Description |
---|---|---|
apikey | Yes* | Login Access |
lid | Yes* | INT |
fromDate | Yes* | Date (YYYY-MM-DD) |
toDate | Yes* | Date (YYYY-MM-DD) |
HTTP Response
resultByLeague.jsonResult By Event
HTTP Request
Query Parameters
Parameter | Required | Description |
---|---|---|
apikey | Yes* | Login Access |
id | Yes* | INT |
HTTP Response
resultByEvent.json