Skip to main content
GET
/
bookmakers
Get Bookmakers
curl --request GET \
  --url 'https://v5.oddspapi.io/en/bookmakers?apiKey='
[
  {
    "slug": "188bet",
    "bookmakerName": "188BET",
    "active": true,
    "domain": "https://188bet.com",
    "serverGroup": "at4",
    "price": 10,
    "websocketPregame": true,
    "websocketLive": false,
    "maxDelayPregameInSec": 80,
    "maxDelayPregameMainInSec": 60,
    "availableCountries": [
      "ag",
      "al",
      "am",
      "ar",
      "at"
    ]
  },
  {
    "slug": "1xbet",
    "bookmakerName": "1xBet",
    "active": true,
    "domain": "https://1xbet.com",
    "serverGroup": "de4",
    "price": 10,
    "websocketPregame": true,
    "websocketLive": true,
    "maxDelayPregameInSec": 30,
    "maxDelayLiveInSec": 4,
    "maxDelayPregameMainInSec": 6,
    "availableCountries": [
      "bo",
      "kr",
      "tn",
      "in"
    ]
  }
]

Authorizations

apiKey
string
query
required

Your API key (query-based auth for v5).

Query Parameters

bookmakers
string | null

Comma- or space-separated bookmaker slugs. Supports * / all for wildcard.

playerProps
boolean | null

If true, only return bookmakers that support player proposition markets.

Response

Returns Bookmaker[]

slug
string
required
bookmakerName
string
required
active
boolean
required
domain
string<uri> | null
serverGroup
string | null
price
integer | null
websocketPregame
boolean | null
websocketLive
boolean | null
playerProps
boolean | null
maxDelayPregameInSec
number | null
maxDelayLiveInSec
number | null
maxDelayPregameMainInSec
number | null
availableCountries
string[] | null