KICKOFFAPI

← Home · Interactive docs · OpenAPI spec · v2 (native) reference

API Reference

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

Base URL: https://api.kickoffapi.com/api/v1
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-api-key *, id, team, search
GET/countriesCountriesx-api-key *, name, code, search
GET/fixturesFixturesx-api-key *, id, ids, live, date, league, season, team, last, next, from, to, round, status, venue, timezone
GET/fixtures/eventsEventsx-api-key *, fixture *, team, player, type
GET/fixtures/headtoheadHead To Headx-api-key *, h2h *, date, league, season, last, next, from, to, status, venue, timezone
GET/fixtures/lineupsLineupsx-api-key *, fixture *, team, player, type
GET/fixtures/playersPlayers statisticsx-api-key *, fixture *, team
GET/fixtures/roundsRoundsx-api-key *, league *, season *, current, dates, timezone
GET/fixtures/statisticsStatisticsx-api-key *, fixture *, team, type, half
GET/injuriesInjuriesx-api-key *, league, season, fixture, team, player, date, ids, timezone
GET/leaguesLeaguesx-api-key *, id, name, country, code, season, team, type, current, search, last
GET/leagues/seasonsSeasonsx-api-key *
GET/oddsOddsx-api-key *, fixture, league, season, date, timezone, page, bookmaker, bet
GET/odds/betsBetsx-api-key *, id, search
GET/odds/bookmakersBookmakersx-api-key *, id, search
GET/odds/liveodds/livex-api-key *, fixture, league, bet
GET/odds/live/betsodds/live/betsx-api-key *, id, search
GET/odds/mappingMappingx-api-key *, page
GET/playersStatisticsx-api-key *, id, team, league, season, search, page
GET/players/profilesProfilesx-api-key *, player, search, page
GET/players/seasonsSeasonsx-api-key *, player
GET/players/squadsSquadsx-api-key *, team, player
GET/players/teamsTeamsx-api-key *, player *
GET/players/topassistsTop Assistsx-api-key *, league *, season *
GET/players/topredcardsTop Red Cardsx-api-key *, league *, season *
GET/players/topscorersTop Scorersx-api-key *, league *, season *
GET/players/topyellowcardsTop Yellow Cardsx-api-key *, league *, season *
GET/predictionsPredictionsx-api-key *, fixture *, fixtureId
GET/sidelinedSidelinedx-api-key *, player, players, coach, coachs
GET/standingsStandingsx-api-key *, league, season *, team
GET/teamsTeams informationx-api-key *, id, name, league, season, country, code, venue, search
GET/teams/countriesTeams countriesx-api-key *
GET/teams/seasonsTeams seasonsx-api-key *, team *
GET/teams/statisticsTeams statisticsx-api-key *, league *, season *, team *, date, teamId, leagueId, year
GET/timezoneTimezonex-api-key *
GET/transfersTransfersx-api-key *, player, team
GET/trophiesTrophiesx-api-key *, player, players, coach, coachs
GET/venuesVenuesx-api-key *, id, name, city, country, search

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