WhoScored Football Data API
## WhoScored Football Data API Live scores, fixtures, tournaments and player statistics sourced from WhoScored.com — one of the most trusted football statistics platforms — returned as clean JSON. ### Endpoints - **Live & upcoming matches** and **matches by date** — scores, status, kickoff times, goal/card incidents - **Tournaments** — the full 114-region competition tree, plus a flat…
WhoScored Football Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Matches | ||
| GET |
/api/v1/matches/live /api/v1/matches/live |
Matches currently in play, grouped by tournament. |
| GET |
/api/v1/matches/upcoming /api/v1/matches/upcoming |
Today's scheduled matches that have not yet kicked off. |
| GET |
/api/v1/matches /api/v1/matches |
All matches for a given date (default today), grouped by tournament. |
| Tournaments | ||
| GET |
/api/v1/tournaments/{tournamentId}/fixtures /api/v1/tournaments/{tournamentId}/fixtures |
Fixtures and results for a tournament, grouped by tournament/stage. |
| GET |
/api/v1/countries /api/v1/countries |
Flat list of region (country) ids and names. |
| GET |
/api/v1/tournaments /api/v1/tournaments |
The full WhoScored region tree (114 regions), each with its tournaments. |
| Players | ||
| GET |
/api/v1/players/stats/{category} /api/v1/players/stats/{category} |
Ranked player statistics for a tournament. `category` selects the stat dimension: summary, defensive, offensive or passing. |
WhoScored Football Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | — |
|
| ULTRA Recommended | $49 / month | — |
|
| MEGA | $99 / month | — |
|