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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.odds-api.io/llms.txt

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

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")