Schedule & Results (Basic)

Update Time: 2026-05-28 10:59

Introduction

This API endpoint returns the basic information of the match. If you need more details, please refer to Schedule & Results. You can use it with the Match Modify Record endpoint.

Tips: You have access to all the football Common API endpoints with any valid paid football plans.

Related Plans

You can use this api by subscribing plans:  Stats,  Live Data,  Odds,  Odds Pro.

Request

  • Path: /sport/football/schedule/basic
  • Method: GET
  • Calls: This interface is limited to 60 second/call;
  • Recommend Calls: 12 hour/call
  • Parameters: The request path needs at least one parameter (date, leagueId, and matchId ) to retrieve correct response. These three parameters can not be used at the same time.
ParameterValueRequiredDescription
datestringfalseMatch date in yyyy-MM-dd format (GMT+0), e.g. 2026-05-01. Returns all matches on that date. Historical data is limited to the past month.
leagueIdstringfalseFilter matches by league or cup ID. Returns the current season by default.
seasonstringfalseFilter by season; must be used with leagueId. e.g. 2025-2026. Defaults to current season if omitted.
matchIdstringfalseFetch one or more specific matches by ID. Separate multiple IDs with commas. Maximum 100 IDs per request.

Response

ParameterValueDescription
matchId string
leagueId string
leagueType int1: League
2: Cup
leagueName stringLeague or cup full name (English) e.g. English Premier League
leagueShortName stringLeague or cup short name (English) e.g. ENG PR
leagueColor string League brand color (RGB hex) e.g. #FF3333
matchTime intMatch kick-off time (Unix timestamp, GMT+0)
status int0: Not started
1: First half
2: Half-time break
3: Second half
4: Extra time
5: Penalty
-1: Finished
-10: Cancelled
-11: TBD
-12: Terminated
-13: Interrupted
-14: Postponed
homeId string Home team ID
homeName stringHome team name (English)
awayId string Away team ID
awayName string Away team name (English)
homeScore int Home team full-time goals (default 0)
awayScore int Away team full-time goals (default 0)
homeHalfScore int Home team first-half goals (default 0)
awayHalfScore int Away team first-half goals (default 0)
explain stringMatch special remarks (English). e.g. Match ended 0-3; Torpedo-MAZ Minsk withdrew
extraExplain objectNested object containing extra-time and penalty shootout data. Returns 0 for all fields when not applicable.
kickOff intTeam that took kick-off
1: Home
2: Away
minute intMinutes played in regular time
homeScore intHome team regular time score
awayScore intAway team regular time score
extraTimeStatus int0: No extra time
1: Extra time ended (regular match; includes regular time score)
2: Extra time ended (special match e.g. beach/indoor football; excludes regular time score)
3: Match currently in extra time
extraHomeScore intHome team extra-time score
extraAwayScore intAway team extra-time score
penHomeScore intHome team penalty shootout score
penAwayScore intAway team penalty shootout score
twoRoundsHomeScore int Home team two-legged aggregate score
twoRoundsAwayScore int Away team two-legged aggregate score
winner intMatch winner (used for knockout/two-legged ties)
0: None / not applicable
1: Home
2: Away
neutral booleanNeutral venue flag
true: Neutral
false: Home/away fixture

Example Request

Example Response

    This API endpoint returns the basic information of the match. If you need more details, please refer to Schedule & Results. You can use it with the Match Modify Record endpoint.\n\n Tips: You have access to all the football Common API endpoints with any valid paid football plans.
    Contact

    Contact