Sports API
| Method | Path | Purpose |
|---|---|---|
GET | /api/v1/sports/teams | Followed teams |
PUT | /api/v1/sports/teams | Replace list |
GET | /api/v1/sports/scores/live | In-progress games |
GET | /api/v1/sports/fixtures?team= | Upcoming schedule |
GET | /api/v1/sports/standings?league= | Table snapshot |
💡 Tip: Cache responses client-side for 30–60 s — sports APIs rate-limit aggressive polling.
Troubleshooting
401 provider
Missing API key in Settings → Sports — add key and restart core.
Last updated on
Was this helpful?