跳转到主要内容
GET
/
bookmakers
获取博彩公司
curl --request GET \
  --url 'https://v5.oddspapi.io/zh/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"
    ]
  }
]

授权

apiKey
string
query
必填

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

查询参数

bookmakers
string | null

逗号或空格分隔的博彩公司标识。支持*/all作为通配符。

playerProps
boolean | null

如果为true,仅返回支持球员投注盘口的博彩公司。

响应

返回 Bookmaker[]

slug
string
必填
bookmakerName
string
必填
active
boolean
必填
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