Retrieve all available sports types supported by the API
America/New_York). All date/time fields use ISO 8601 format with a dynamic timezone offset.| Field | Type | Description |
|---|---|---|
lastUpdateId | number | Internal versioning ID for the data, used for caching or incremental updates |
requestedUpdateId | number | The update ID requested by the client. -1 means “retrieve the latest data” |
ttl | number | Time To Live in seconds. Indicates how long the response can be cached (600 = 10 minutes) |
sports | array | Array of available sport objects |
| Field | Type | Description |
|---|---|---|
id | number | Unique identifier for the sport. Use this ID to filter other endpoints |
name | string | Display name of the sport |
nameForURL | string | URL-friendly slug for the sport |
drawSupport | boolean | Whether the sport supports draw results (optional, present for sports like Football, Rugby) |
imageVersion | number | Version number of the sport’s image asset |
| ID | Sport |
|---|---|
| 1 | Football (Soccer) |
| 2 | Basketball |
| 3 | Tennis |
| 4 | Hockey |
| 5 | Handball |
| 6 | American Football |
| 7 | Baseball |
| 8 | Volleyball |
| 9 | Rugby |
| 11 | Cricket |
| 1000 | TV (Where to Watch) |
/games/allscores?sports=1 to filter results by sport type. For example, sports=1 returns only Football matches.Your SportsAPI Pro API key
Sports list retrieved successfully