Sports
Get Sports
Returns a list of sports with name and slug
GET
Get Sports
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.
Previous
Get Dropping OddsReturns odds that have dropped significantly from their opening values. Data is pre-computed and updated every ~30 seconds. Results are sorted by the selected time window's drop percentage (descending). Pagination metadata is returned in response headers (X-Total-Count, X-Page, X-Per-Page, X-Updated-At).
**Data source selection:**
- If both `sport` and `league` are provided → reads league-specific data (all entries for that league)
- If only `sport` is provided → reads sport-level data (top 200 per sport)
- If neither → reads global data (top 500 across all sports)
**Note:** This endpoint requires a paid plan (Starter or above). Free plan users will receive a 403 error.
**Note:** `leagues` and `league` are mutually exclusive. `leagues` fetches from the sport- or global-level dataset and filters server-side.
Next
Get Sports