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

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.

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