跳转到主要内容
GET
/
players
获取球员
curl --request GET \
  --url 'https://v5.oddspapi.io/zh/players?apiKey='
[
  {
    "playerId": 607468,
    "playerName": "Jokic, Nikola"
  },
  {
    "playerId": 607336,
    "playerName": "Antetokounmpo, Giannis"
  }
]

授权

apiKey
string
query
必填

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

查询参数

playerIds
string | null

Comma- or space-separated player IDs.

participantId
integer | null

Single participant ID.

sportId
integer | null

Single sport ID.

响应

Returns Player[]

playerId
integer
必填
playerName
string | null