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

Query Parameters

apiKey
string
required

API key for authentication

sport
string
required

Sport slug (e.g. football)

Search term to filter by name

Response

OK

id
integer
name
string
sport
string

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