Getbasketballliveanimationschedule is an example object payload from iSports API, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"code": 0,
"message": "success",
"data": [
{
"matchId": "10019347",
"leagueId": "18918",
"leagueName": "KLS",
"quarterCount": 4,
"matchTime": 1637496000,
"status": -1,
"quarterRemainTime": "",
"homeId": "5302",
"homeName": "KK Mladost Zemun",
"homeRank": 2,
"awayId": "6180",
"awayName": "KK Dunav",
"awayRank": 15,
"homeScore": 81,
"awayScore": 93,
"homeFirstQuarterScore": 23,
"awayFirstQuarterScore": 23,
"homeSecondQuarterScore": 19,
"awaySecondQuarterScore": 24,
"homeThirdQuarterScore": 15,
"awayThirdQuarterScore": 23,
"homeFourthQuarterScore": 24,
"awayFourthQuarterScore": 23,
"overTimeCount": 0,
"homeFirstOverTimeScore": 0,
"awayFirstOverTimeScore": 0,
"homeSecondOverTimeScore": 0,
"awaySecondOverTimeScore": 0,
"homeThirdOverTimeScore": 0,
"awayThirdOverTimeScore": 0,
"leagueSeason": "21-22",
"matchType": 1,
"hasStats": false,
"explain": "",
"roundType": "",
"group": "",
"neutral": false
},
{
"matchId": "10105444",
"leagueId": "111",
"leagueName": "NBA",
"quarterCount": 4,
"matchTime": 1637625600,
"status": 0,
"quarterRemainTime": "",
"homeId": "8",
"homeName": "Washington Wizards",
"homeRank": 0,
"awayId": "30",
"awayName": "Charlotte Hornets",
"awayRank": 0,
"homeScore": 0,
"awayScore": 0,
"homeFirstQuarterScore": 0,
"awayFirstQuarterScore": 0,
"homeSecondQuarterScore": 0,
"awaySecondQuarterScore": 0,
"homeThirdQuarterScore": 0,
"awayThirdQuarterScore": 0,
"homeFourthQuarterScore": 0,
"awayFourthQuarterScore": 0,
"overTimeCount": 0,
"homeFirstOverTimeScore": 0,
"awayFirstOverTimeScore": 0,
"homeSecondOverTimeScore": 0,
"awaySecondOverTimeScore": 0,
"homeThirdOverTimeScore": 0,
"awayThirdOverTimeScore": 0,
"leagueSeason": "21-22",
"matchType": 1,
"hasStats": false,
"explain": "",
"roundType": "",
"group": "",
"neutral": false
}
]
}