API List/Football-Data API

Football-Data API

online

Football (soccer) data including leagues, matches, standings, and player stats.

SportsAuth: api-keyPopularity: 72/100Latency: 160ms
Run in Explorer →

Base URL

https://api.football-data.org

Authentication

Requires an API key. Pass it as a query parameter or in the header.

View Documentation →

Endpoints

GET/v4/competitions
Try it →

List competitions

GET/v4/matches
Try it →

List matches

GET/v4/teams/{id}
Try it →

Get team details

Example Request

GET https://api.football-data.org/v4/competitions

Example Response

{
  "competitions": [{"name": "Premier League", "area": {"name": "England"}}]
}

Tags

footballsoccersportsleaguesmatches