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

Documentation Index

Fetch the complete documentation index at: https://docs.oddspapi.io/llms.txt

Use this file to discover all available pages before exploring further.

授权

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
participantShortName
string | null
participantMediumName
string | null
participantAbbr
string | null