Getfootballlivescores 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": "264350031",
"leagueType": 1,
"leagueId": "134322",
"leagueName": "USA MLS Next Pro League",
"leagueShortName": "MLS Next PL",
"leagueColor": "#0099cc",
"subLeagueId": "",
"subLeagueName": "",
"matchTime": 1782692100,
"halfStartTime": 1782696060,
"status": -1,
"homeId": "61268",
"homeName": "MINNESOTA United B",
"awayId": "42552",
"awayName": "Tacoma Defiance",
"homeScore": 2,
"awayScore": 2,
"homeHalfScore": 1,
"awayHalfScore": 1,
"homeRed": 0,
"awayRed": 0,
"homeYellow": 1,
"awayYellow": 1,
"homeCorner": 4,
"awayCorner": 5,
"homeRank": "",
"awayRank": "",
"season": "2026",
"round": "",
"group": "",
"location": "",
"weather": "Cloudy",
"temperature": "25°C",
"explain": "",
"extraExplain": {
"kickOff": 0,
"minute": 90,
"homeScore": 2,
"awayScore": 2,
"extraTimeStatus": 0,
"extraHomeScore": 0,
"extraAwayScore": 0,
"penHomeScore": 4,
"penAwayScore": 1,
"twoRoundsHomeScore": 0,
"twoRoundsAwayScore": 0,
"winner": 1
},
"hasLineup": false,
"neutral": false,
"injuryTime": 0,
"var": "",
"updateTime": 1782700050
}
]
}