Getbasketballlivescores 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": "11305076",
"leagueId": "122",
"leagueName": "WNBA",
"quarterCount": 4,
"matchTime": 1781463600,
"status": -1,
"quarterRemainTime": "",
"homeId": "68",
"homeName": "New York Liberty",
"homeRank": 3,
"awayId": "69",
"awayName": "Washington Mystics",
"awayRank": 11,
"homeScore": 86,
"awayScore": 64,
"homeFirstQuarterScore": 20,
"awayFirstQuarterScore": 13,
"homeSecondQuarterScore": 16,
"awaySecondQuarterScore": 15,
"homeThirdQuarterScore": 27,
"awayThirdQuarterScore": 22,
"homeFourthQuarterScore": 23,
"awayFourthQuarterScore": 14,
"overTimeCount": 0,
"homeFirstOverTimeScore": 0,
"awayFirstOverTimeScore": 0,
"homeSecondOverTimeScore": 0,
"awaySecondOverTimeScore": 0,
"homeThirdOverTimeScore": 0,
"awayThirdOverTimeScore": 0,
"leagueSeason": "26",
"matchType": 1,
"hasStats": true,
"explain": "[Liberty]Raquel Carrera makes free throw 1 of 2",
"playoffsId": 0,
"stageId": 0,
"roundType": "",
"group": "",
"neutral": false
},
{
"matchId": "12305077",
"leagueId": "122",
"leagueName": "WNBA",
"quarterCount": 4,
"matchTime": 1781463600,
"status": -1,
"quarterRemainTime": "",
"homeId": "19198",
"homeName": "Toronto Tempo",
"homeRank": 8,
"awayId": "2013",
"awayName": "Atlanta Dream",
"awayRank": 4,
"homeScore": 77,
"awayScore": 102,
"homeFirstQuarterScore": 25,
"awayFirstQuarterScore": 13,
"homeSecondQuarterScore": 14,
"awaySecondQuarterScore": 34,
"homeThirdQuarterScore": 20,
"awayThirdQuarterScore": 23,
"homeFourthQuarterScore": 18,
"awayFourthQuarterScore": 32,
"overTimeCount": 0,
"homeFirstOverTimeScore": 0,
"awayFirstOverTimeScore": 0,
"homeSecondOverTimeScore": 0,
"awaySecondOverTimeScore": 0,
"homeThirdOverTimeScore": 0,
"awayThirdOverTimeScore": 0,
"leagueSeason": "26",
"matchType": 1,
"hasStats": true,
"explain": "[Dream]Te-Hina Paopao makes 23-foot three point jumper (Indya Nivar assists)",
"playoffsId": 0,
"stageId": 0,
"roundType": "",
"group": "",
"neutral": false
}
]
}