Skip to main content
GET
Get Bookmakers

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

Stable bookmaker slug — the key used in bookmakers filters and in all odds payloads.

bookmakerName
string
required

Bookmaker display name.

active
boolean
required

Whether the bookmaker is currently served by the API.

domain
string<uri> | null

Main public website URL of the bookmaker.

serverGroup
string | null
deprecated

Deprecated internal field — safe to ignore for API consumers.

price
integer | null
deprecated

Deprecated internal field — safe to ignore for API consumers.

websocketPregame
boolean | null

Whether pregame odds for this bookmaker are streamed over the WebSocket.

websocketLive
boolean | null

Whether live (in-play) odds for this bookmaker are streamed over the WebSocket.

playerProps
boolean | null

Whether this bookmaker offers player proposition markets.

maxDelayPregameInSec
number | null

Maximum expected refresh delay for pregame odds, in seconds — the freshness bound for this bookmaker.

maxDelayLiveInSec
number | null

Maximum expected refresh delay for live odds, in seconds.

maxDelayPregameMainInSec
number | null

Maximum expected refresh delay for pregame main lines, in seconds.

availableCountries
string[] | null

ISO 3166-1 alpha-2 country codes where the bookmaker accepts customers.