---
title: "Get Bookmakers"
method: GET
path: "/bookmakers"
tags: ["common"]
---

# Get Bookmakers

`GET /bookmakers`

List bookmakers.

Returns the bookmaker catalog available to the provided apiKey.

Lookup mode: `bookmakers` (optional filter list) + `playerProps` (optional capability filter).

## Query parameters

- `bookmakers` string, nullable
- `playerProps` boolean, nullable

## Response `200`

Returns Bookmaker[]

- Bookmaker[]
  - `slug` string, required
  - `bookmakerName` string, required
  - `active` boolean, required
  - `domain` string, uri, nullable
  - `serverGroup` string, nullable
  - `price` integer, nullable
  - `websocketPregame` boolean, nullable
  - `websocketLive` boolean, nullable
  - `playerProps` boolean, nullable
  - `maxDelayPregameInSec` number, nullable
  - `maxDelayLiveInSec` number, nullable
  - `maxDelayPregameMainInSec` number, nullable
  - `availableCountries` string[], nullable

## Other responses

- `400` — API error
- `401` — API error
- `403` — API error
- `422` — Validation Error (framework-level)
- `429` — API error

---

[API](https://skmtc.net/oddspapi/apis/odds-api-v5.md) · [All operations](https://skmtc.net/oddspapi/apis/odds-api-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oddspapi/odds-api-v5/versions/5fe687d7c592/schema)
