Getfootballleaguestage 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": [
{
"leagueId": "12563",
"season": "2023-2025",
"stageId": "23674",
"stageName": "Round 1",
"group": true,
"groupNum": "1",
"currStage": true,
"stageOrder": "1",
"lineCount": "0",
"hasTwoLegs": false,
"groupLineupCount": "A,6"
},
{
"leagueId": "18468",
"season": "2023-2025",
"stageId": "23875",
"stageName": "Round 1",
"group": false,
"groupNum": "",
"currStage": false,
"stageOrder": "1",
"lineCount": "",
"hasTwoLegs": true,
"groupLineupCount": ""
},
{
"leagueId": "18468",
"season": "2023-2025",
"stageId": "24089",
"stageName": "Round 2",
"group": true,
"groupNum": "9",
"currStage": false,
"stageOrder": "2",
"lineCount": "2",
"hasTwoLegs": false,
"groupLineupCount": ""
},
{
"leagueId": "11562",
"season": "2023-2025",
"stageId": "24119",
"stageName": "Group stage",
"group": true,
"groupNum": "9",
"currStage": false,
"stageOrder": "1",
"lineCount": "0",
"hasTwoLegs": false,
"groupLineupCount": "A,1;B,1;C,1;D,1;E,1;F,1;G,1;H,1;I,1"
}
]
}