跳转到主要内容
GET
/
participants
获取参赛方
curl --request GET \
  --url 'https://v5.oddspapi.io/zh/participants?apiKey='
[ { "participantId": 3409, "sportId": 11, "name": "Chicago Bulls" }, { "participantId": 3410, "sportId": 11, "name": "Milwaukee Bucks" } ]

授权

apiKey
string
query
必填

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

查询参数

participantIds
string | null

Comma- or space-separated participant IDs.

sportId
integer | null

Single sport ID.

playerId
integer | null

Single player ID.

响应

Returns Participant[]

participantId
integer
必填
sportId
integer | null
name
string | null