List bookmakers
List bookmakers
GET
/v1/bookmakers
The bookmakers accepted by ?bookmakers= on /v1/fixtures/{id}/odds, in display order. Bet365 carries all ten markets and comes with every paid plan; the rest require Ultra — the coverage table on the docs index shows what each carries.
See the per-bookmaker coverage table →
Example
GET /v1/bookmakers
curl https://api.5dollarfootballapi.com/v1/bookmakers
-H "Authorization: Bearer fb_live_your_key"
{
"success": 1,
"data": [
{ "id": 281, "name": "Bet 365", "slug": "bet365" },
{ "id": 177, "name": "Pinnacle", "slug": "pinnacle" },
{ "id": 115, "name": "William Hill", "slug": "williamhill" },
{ "id": 82, "name": "Ladbrokes", "slug": "ladbrokes" },
{ "id": 1047, "name": "1xBet", "slug": "1xbet" }
]
}
// 19 bookmakers in total
Need a key? Create a free account — a working key is issued instantly, no card required.