Get Bookmakers
GET/bookmakers
Retrieves a list of bookmakers associated with your account (based on your unique API-KEY). By providing this key, the system verifies your identity and securely returns detailed information about all bookmakers linked to your account. This includes bookmaker names, identifiers, and other relevant details, ensuring you have easy access to the information you need.
Responses
- 200
- 404
- 500
Returns all available bookmakers
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
bookmakers
object[]
Unique bookmaker code that will be used in other endpoints rather than the name which could be duplicated across regions
Large logo which can be used on Grid components or for more focus on the bookmaker
Smaller logos where more needs to be fit onto the screen e.g. mobile use
Hex colour of bookmaker's branding
geos
object[]
required
ISO-Alpha 2 Country Code
2 letter region code showing which regions bookmaker is supported in. When not present, the bookmaker is available across the country.
{
"bookmakers": [
{
"bookmakerName": "bet365",
"bookmakerCode": "B3",
"logoLarge": "https://static.oddschecker.com/content/logos/OC/b3/1/b3-main.svg",
"logoSmall": "https://static.oddschecker.com//content/logos/OC/b3/1/b3-mobile.svg",
"brandColour": "#027b5b",
"geos": [
{
"country": "US",
"regions": "NJ"
}
]
}
]
}
Not Found
Internal error