x-api-key and ship.
1. Live score ticker (WebSocket)
ws.onclose.
2. League table page (LaLiga)
3. Match page (fetch in parallel)
has* flag is true.
4. Pre-match H2H widget
5. News feed with infinite scroll
6. Polling without churn (use lastUpdateId)
7. Per-sport quick reference
| Sport | Live endpoint | Notes |
|---|---|---|
| Football | /api/v1/football/live | |
| Basketball | /api/v1/basketball/live | Quarters in stages[]. |
| Tennis | /api/v1/tennis/live | Sets in stages[]. |
| Hockey | /api/v1/hockey/live | Periods in stages[]. |
| Handball | /api/v1/handball/live | |
| A. Football | /api/v1/american-football/live | Quarters in stages[]. |
| Baseball | /api/v1/baseball/all | Use /all, filter statusGroup === 3. |
| Volleyball | /api/v1/volleyball/live | Sets in stages[]. |
| Rugby | /api/v1/rugby/live |
Related
- WebSocket — full real-time protocol.
- Game Detail — every child endpoint used above.
- Competitions — competition IDs.