Schedule & Results

Update Time: 2022-05-30 10:24

Introduction

This API is used to get the results of live basketball animation matches;
The return schedule time range is the past 4 hours and the next 24 hours.

Related Plans

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

Request

  • Path: /sport/basketball/liveanimation/schedule
  • Method: GET
  • Calls: This interface is limited to 10 second/call;
  • Recommend Calls: 60 second/call

Response

ParameterValueDescription
matchId string
leagueId string
leagueName string Short name, e.g. NBA.
quarterCount int 2: the match has 2 quarter
4: the match has 4 quarter
matchTime int Match scheduled time, unix timestamp
status int 0: Not started
1: The first quarter
2: The second quarter
3: The third quarter
4: The fourth quarter
5: The first OT
6: The second OT
7: The third OT
50: Half-time
-1: Finished
-2: TBD
-3: Interrupted
-4: Cancelled
-5: Postponed
quarterRemainTime string
homeId string
homeName string
homeRank int League ranking of home team
awayId string
awayName string
awayRank intLeague ranking of away team
homeScore intTotal score of home team
awayScore intTotal score of away team
homeFirstQuarterScore int
awayFirstQuarterScore int
homeSecondQuarterScore int
awaySecondQuarterScore int
homeThirdQuarterScore int
awayThirdQuarterScore int
homeFourthQuarterScore int
awayFourthQuarterScore int
overTimeCount intNumber of overtime
homeFirstOverTimeScore int
awayFirstOverTimeScore int
homeSecondOverTimeScore int
awaySecondOverTimeScore int
homeThirdOverTimeScore int
awayThirdOverTimeScore int
leagueSeason stringSeason of league
matchType int 1: Regular
2: post-season
3: Pre-season
-1: No classification
hasStats boolean Is there stats data?
explain string Return to the live text of the match, e.g. [Spurs][SAS] Team Timeout: Regular.
playoffsId string
stageId string
roundType string For cups, e.g. Groups
For league playoffs, e.g. Western 1 Round
group string Group name of the cup, e.g. A.
neutral booleanIs it a neutral venue?

Example Request

Example Response

{}
    This API is used to get the results of live basketball animation matches; \nThe return schedule time range is the past 4 hours and the next 24 hours.

    Schedule & ResultsiSportsAPI

    Contact