Getbasketballlivescoreschanges 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": "27802568",
"leagueId": "111",
"leagueName": "NBA",
"quarterCount": 4,
"matchTime": 1759420800,
"status": -1,
"quarterRemainTime": "",
"homeId": "7",
"homeName": "Philadelphia 76ers",
"homeRank": 0,
"awayId": "5",
"awayName": "New York Knicks",
"awayRank": 0,
"homeScore": 84,
"awayScore": 99,
"homeFirstQuarterScore": 25,
"awayFirstQuarterScore": 25,
"homeSecondQuarterScore": 18,
"awaySecondQuarterScore": 28,
"homeThirdQuarterScore": 14,
"awayThirdQuarterScore": 28,
"homeFourthQuarterScore": 27,
"awayFourthQuarterScore": 18,
"overTimeCount": 0,
"homeFirstOverTimeScore": 0,
"awayFirstOverTimeScore": 0,
"homeSecondOverTimeScore": 0,
"awaySecondOverTimeScore": 0,
"homeThirdOverTimeScore": 0,
"awayThirdOverTimeScore": 0,
"leagueSeason": "25-26",
"matchType": 3,
"hasStats": true,
"explain": "[76ers]Malcolm Hill misses 2pt jump shot",
"playoffsId": 0,
"stageId": 0,
"roundType": "",
"group": "",
"neutral": true
},
{
"matchId": "44989662",
"leagueId": "111",
"leagueName": "NBA",
"quarterCount": 4,
"matchTime": 1759483800,
"status": -1,
"quarterRemainTime": "",
"homeId": "11",
"homeName": "New Orleans Pelicans",
"homeRank": 0,
"awayId": "852",
"awayName": "Melbourne United",
"awayRank": 0,
"homeScore": 107,
"awayScore": 97,
"homeFirstQuarterScore": 35,
"awayFirstQuarterScore": 24,
"homeSecondQuarterScore": 27,
"awaySecondQuarterScore": 27,
"homeThirdQuarterScore": 23,
"awayThirdQuarterScore": 28,
"homeFourthQuarterScore": 22,
"awayFourthQuarterScore": 18,
"overTimeCount": 0,
"homeFirstOverTimeScore": 0,
"awayFirstOverTimeScore": 0,
"homeSecondOverTimeScore": 0,
"awaySecondOverTimeScore": 0,
"homeThirdOverTimeScore": 0,
"awayThirdOverTimeScore": 0,
"leagueSeason": "25-26",
"matchType": 3,
"hasStats": true,
"explain": "Period End",
"playoffsId": 0,
"stageId": 0,
"roundType": "",
"group": "",
"neutral": true
}
]
}