Live & Schedule Endpoints (7)
| Method | Endpoint | Description |
|---|
| GET | /api/live | Curated live games (with teams, scores, quarter info) |
| GET | /api/live/all | Raw live data |
| GET | /api/today | Today’s scheduled games |
| GET | /api/schedule/:date | Schedule by date (YYYY-MM-DD) |
| GET | /api/live-tournaments | Leagues with live games now |
| GET | /api/scheduled-tournaments/:date | Leagues with games on a date |
| GET | /api/newly-added-events | Recently added games |
NFL runs September–February. During the off-season (March–August), live and today endpoints return 0 events.
Search & Discovery Endpoints (7)
| Method | Endpoint | Description |
|---|
| GET | /api/search?q=chiefs | Search teams, players, tournaments |
| GET | /api/countries | Categories (USA, Canada, etc.) |
| GET | /api/countries/all | Extended categories |
| GET | /api/categories/:categoryId/tournaments | Leagues in a category |
| GET | /api/trending-players | Trending players |
| GET | /api/news?lang=en | American football news |
| GET | /api/country/:code/flag | Country flag URL |