Schedule & Results

Update Time: 2023-09-13 16:22

Introduction

• This API endpoint returns the results of a specified date, event or match.

• One of the three parameters "date", "leagueId", and "matchId" is required, and the three parameters cannot be used at the same time.

• You can use it with the Match Modify Record endpoint.

Related Plans

You can use this api by subscribing plans:  Live Data.

Request

  • Path: /sport/football/schedule
  • 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
datestringfalseyyyy-mm-dd, e.g. 2019-08-01.
Return the match data of the specified date, the range is GMT+0 0:00-23:59; The historical schedule data is limited to query the past month.
leagueIdstringfalseReturns the schedule result of the specified event; Returns the current season by default.
seasonstringfalseUse with leagueId to get the specified season, e.g.2018-2019.
Return to the current season by default
subLeagueIdstringfalseUse with leagueId to get the specified sub league.
stageIdstringfalseUse with leagueId to get the specified cup stage.
matchIdstringfalseMultiple matches can be requested at the same time, and "matchId" is separated by ",", and a maximum of 100 matches can be queried at a time.

Response

ParameterValueDescription
matchId string
leagueType int1: League
2: Cup
leagueId string
leagueName stringFull name, e.g. Brazil Serie A
leagueShortName stringShort name, e.g. BRA D1
leagueColor string
subLeagueId string
subLeagueName stringThe on-going sub league of the league, e.g. Western Paly Off
matchTime intMatch scheduled time, unix timestamp
halfStartTime intThe kick-off time of the first half or the second half, unix timestamp
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
homeName string
awayId string
awayName string
homeScore int
awayScore int
homeHalfScore intFirst half score, home team
awayHalfScore intFirst half score, away team
homeRed int
awayRed int
homeYellow int
awayYellow int
homeCorner int
awayCorner int
homeRank stringThe ranking of the team in the league, home team
awayRank stringThe ranking of the team in the league, away team
season stringe.g. 2019-2020
stageId stringMatches with [Interface Cup Stage Profile] stageId;
To distinguish the different stages of the cup, the league does not return this data.
round stringLeague round or cup stage, e.g. 10
group stringCup group, e.g. A
location stringe.g. Camp Nou
weather stringe.g. Clear
temperature stringe.g. 14℃~15℃
explain stringSpecial case description of the match, e.g. Match end up with [0-3], due to (Torpedo-MAZ Minsk) withdraw from the match
extraExplain objectReturn to Extra time, Penalty kicks, etc.
kickOff int1: Home kickoff
2: Away kickoff
minute intHow many minutes does the match have in regular time?
homeScore intRegular time score, home team
awayScore intRegular time score, away team
extraTimeStatus int1: Normal matches extratime ends, "extraHomeScore/extraAwayScore" includes the regular time score
2: Special matches (e.g. beach football, indoor football) extratime ends, "extraHomeScore/extraAwayScore" does not include the regular time score
3: The match in extra time
extraHomeScore intExtra time score, home team
extraAwayScore intExtra time score, away team
penHomeScore intPenalty score, home team
penAwayScore intPenalty score, away team
twoRoundsHomeScore int
twoRoundsAwayScore int
winner intWinner of the match
1: Home
2: Away
hasLineup booleanIs there Lineup data?
neutral booleanIs it a neutral venue?
injuryTime intLength of injury time in the first and second half.How many minutes the injury time lasts needs to be calculated by the user.
More than 45 minutes in the first half and more than 90 minutes in the second half will be counted as injury time.
var stringVAR events
updateTime stringData update time.

Example Request

Example Response

{}
    • This API endpoint returns the results of a specified date, event or match.\n\n • One of the three parameters "date", "leagueId", and "matchId" is required, and the three parameters cannot be used at the same time.\n\n • You can use it with the Match Modify Record endpoint.

    Schedule & ResultsiSportsAPI

    Contact