For a single live event with all markets + scores + stats + video in one call, see Live Event Detail.
GET /api/v1/live/sports
Returns live sports with their currently active leagues and per-league live counts. Alias:GET /api/v1/live.
Filter to a single sport. Omit to return all sports.
Response
Cache TTL: 10 seconds.
GET /api/v1/live/events
Returns live events aggregated from the top 15 active leagues for a sport. Each event carries real-time scores, period scores, current period, match timer, and main odds.Sport ID.
Max events to return.
Response
Cache TTL: 5 seconds.
GET /api/v1/live/leagues/
Returns live events for a single league with full match statistics (possession, shots, cards, corners, attacks).League ID.
Response
Live Stats Reference
| Stat ID | Name | Stat ID | Name |
|---|---|---|---|
| 29 | Possession % | 60 | Shots off target |
| 26 | Yellow cards | 70 | Corner kicks |
| 45 | Attacks | 71 | Red cards |
| 58 | Dangerous attacks | 72 | Free kicks |
| 59 | Shots on target | 73 | Goal kicks |
Cache TTL: 5 seconds.