← Kickoffapi · Interactive docs · OpenAPI spec

API Reference

Complete list of 38 REST endpoints for the Kickoffapi football (soccer) data API.

Base URL: https://v3.football.api-sports.io
Auth: send your key in the x-api-key header. Get a free key at the portal.
Response shape: { "get", "results", "response" }. Rate-limit headers (X-RateLimit-*) on every response.
MethodEndpointDescriptionParameters
GET/coachsCoachsx-apisports-key *, id, team, search
GET/countriesCountriesx-apisports-key *, name, code, search
GET/fixturesFixturesx-apisports-key *, id, ids, live, date, league, season, team, last, next, from, to, round, status, venue, timezone
GET/fixtures/eventsEventsx-apisports-key *, fixture *, team, player, type
GET/fixtures/headtoheadHead To Headx-apisports-key *, h2h *, date, league, season, last, next, from, to, status, venue, timezone
GET/fixtures/lineupsLineupsx-apisports-key *, fixture *, team, player, type
GET/fixtures/playersPlayers statisticsx-apisports-key *, fixture *, team
GET/fixtures/roundsRoundsx-apisports-key *, league *, season *, current, dates, timezone
GET/fixtures/statisticsStatisticsx-apisports-key *, fixture *, team, type, half
GET/injuriesInjuriesx-apisports-key *, league, season, fixture, team, player, date, ids, timezone
GET/leaguesLeaguesx-apisports-key *, id, name, country, code, season, team, type, current, search, last
GET/leagues/seasonsSeasonsx-apisports-key *
GET/oddsOddsx-apisports-key *, fixture, league, season, date, timezone, page, bookmaker, bet
GET/odds/betsBetsx-apisports-key *, id, search
GET/odds/bookmakersBookmakersx-apisports-key *, id, search
GET/odds/liveodds/livex-apisports-key *, fixture, league, bet
GET/odds/live/betsodds/live/betsx-apisports-key *, id, search
GET/odds/mappingMappingx-apisports-key *, page
GET/playersStatisticsx-apisports-key *, id, team, league, season, search, page
GET/players/profilesProfilesx-apisports-key *, player, search, page
GET/players/seasonsSeasonsx-apisports-key *, player
GET/players/squadsSquadsx-apisports-key *, team, player
GET/players/teamsTeamsx-apisports-key *, player *
GET/players/topassistsTop Assistsx-apisports-key *, league *, season *
GET/players/topredcardsTop Red Cardsx-apisports-key *, league *, season *
GET/players/topscorersTop Scorersx-apisports-key *, league *, season *
GET/players/topyellowcardsTop Yellow Cardsx-apisports-key *, league *, season *
GET/predictionsPredictionsx-apisports-key *, fixture *, fixtureId
GET/sidelinedSidelinedx-apisports-key *, player, players, coach, coachs
GET/standingsStandingsx-apisports-key *, league, season *, team
GET/teamsTeams informationx-apisports-key *, id, name, league, season, country, code, venue, search
GET/teams/countriesTeams countriesx-apisports-key *
GET/teams/seasonsTeams seasonsx-apisports-key *, team *
GET/teams/statisticsTeams statisticsx-apisports-key *, league *, season *, team *, date, teamId, leagueId, year
GET/timezoneTimezonex-apisports-key *
GET/transfersTransfersx-apisports-key *, player, team
GET/trophiesTrophiesx-apisports-key *, player, players, coach, coachs
GET/venuesVenuesx-apisports-key *, id, name, city, country, search

Parameters marked * are required. Full schemas in the OpenAPI spec.