Skip to main content
GET
/
participants
/
{id}
Get Participant by ID
curl --request GET \
  --url https://api.odds-api.io/v3/participants/{id}
{
  "id": 123,
  "name": "<string>",
  "sport": "<string>"
}

Path Parameters

id
integer
required

Participant ID

Query Parameters

apiKey
string
required

API key for authentication

Response

OK

id
integer
name
string
sport
string

slug format (e.g., "football")