Soccer API
100+ leagues across 15,000+ clubs. Live scores, match events, confirmed lineups with formations, league tables, transfer rumors and confirmations, and per-player stats.
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /v1/soccer/scores/live | Live scores across all subscribed leagues |
| GET | /v1/soccer/fixtures/{id}/events | Goals, cards, subs, VAR — chronological |
| GET | /v1/soccer/fixtures/{id}/lineups | Confirmed lineups with formation |
| GET | /v1/soccer/leagues/{id}/table | Live league tables with qualification |
| GET | /v1/soccer/transfers | Confirmed transfers and rumor feed |
Data tiers
Every endpoint is available on real-time, standard, and delayed tiers. See data freshness for details.
ID formats
- Team IDs: league-standard 3-letter abbreviations (
LAL,BOS,GSW) - Player IDs: kebab-case slugs (
lebron-james,jayson-tatum) - Game IDs: league-native format (NBA
0022500412, NFL2024_09_KC_BUF, MLB746521)