API overview
Create API_KEYLogin to create API_KEY and get 100 free requests for testing. More requests starting at $7/month.
countries
GET /api/countriesList all countries.
GET /api/countries/:idGet a country by id. Response includes a list of competitions for the country.
competitions
GET /api/competitions/:idGet a competition by id. Response includes a list of seasons for the competition.
GET /api/competitions/:id/:season/standingsGet league table standings for the given season.
GET /api/competitions/:id/:season/fixturesGet fixtures for the given season.
teams
GET /api/teams/search/:searchTermSearch for any teams.
GET /api/teams/:id/profileGet team profile by id.
GET /api/teams/:id/playersGet list of players for the team.
players
GET /api/players/search/:searchTermSearch for any players.
GET /api/players/:id/profileGet player profile by id.
GET /api/players/:id/statsGet player statistics across available seasons.
GET /api/players/:id/transfersGet player transfer history.