Skip to content

Get Bookmakers (API v3)

Igor Komar edited this page Mar 28, 2023 · 5 revisions

The /v1/bookmakers endpoint allows you to get a list of bookmakers available in the system.

  1. Send REST request to the following endpoint: https://api-mst.oddsmarket.org/v1/bookmakers.
  2. The response is an array of Bookmaker objects. See example below:
{
    "response":
        [
            {
                "id":"1",
                "name":"Pinnacle"
            },
            ...
        ]
}
Name Description Type Example
id ID of the bookmaker in our system SMALLINT 1
name Name of the bookmaker in our system STRING Pinnacle
Clone this wiki locally