Sports & IDs
| Sport | ID | Slug |
|---|---|---|
| Football | 1 | football |
| Basketball | 2 | basketball |
| Tennis | 3 | tennis |
| Hockey | 4 | hockey |
| Handball | 5 | handball |
| American Football | 6 | american-football |
| Baseball | 7 | baseball |
| Volleyball | 8 | volleyball |
| Rugby | 9 | rugby |
Response Format
All endpoints return:Game Object Structure
Status Groups
| Value | Meaning |
|---|---|
| 1 | Upcoming / Not started |
| 2 | Postponed / Cancelled |
| 3 | Live / In Progress |
| 4 | Ended |
Event Types
Common values returned inevents[].eventType.id:
| ID | Name |
|---|---|
| 1 | Goal |
| 2 | Yellow Card |
| 3 | Red Card |
| 5 | Substitution |
| 7 | Penalty Missed |
| 8 | Own Goal |
| 11 | VAR |
Competition Stats
The/competition/{id}/stats endpoint returns two arrays:
data.stats.athletesStats[]— 16 player categoriesdata.stats.competitorsStats[]— 9 team categories
Athlete categories
| ID | Category |
|---|---|
| 1 | Goals |
| 2 | Expected Goals |
| 3 | Assists |
| 4 | Expected Assists |
| 5 | Goals and Assists |
| 6 | Expected Goals + Assists |
| 7 | Shots On Target |
| 8 | Big Chances Created |
| 9 | Successful Dribbles |
| 10 | Tackles Won |
| 11 | Interceptions |
| 12 | Clearances |
| 13 | Clean Sheets |
| 14 | Saves |
| 15 | Yellow Cards |
| 16 | Red Cards |
Team categories
| ID | Category |
|---|---|
| 1 | Goals Scored |
| 2 | Goals Conceded |
| 3 | Shots On Target |
| 4 | Possession % |
| 5 | Pass Accuracy % |
| 6 | Tackles Won |
| 7 | Clean Sheets |
| 8 | Yellow Cards |
| 9 | Red Cards |
Image URLs
Team/Competition Logos
Image paths by type
| Type | Path |
|---|---|
| Competition logo | /images/competitions/{competitionId} |
| Team logo | /images/competitors/{competitorId} |
| Country flag | /images/countries/{countryId} |
| Athlete photo | /images/athletes/{athleteId} |
Standings Row Object
Cache TTLs
| Endpoint | TTL |
|---|---|
| Live / Current scores | 5s |
| Game details | 10s |
| Competition games / results | 30s |
| Search | 30s |
| Standings / Brackets / Stats | 60s |
| News / Transfers | 60s |
| Competitions / Countries | 60s |
| Sports list | 300s |