GETGroups by season
Groups of a season, listed under their stage.
/v2.2/groups/ with t=byseason
Try it in the interactive referenceAll Groups operations
Request
GET /v2.2/groups/?user=USER&token=TOKEN&t=byseason&season_id=7011- Every request needs the
userandtokenquery parameters of the account.
Parameters
| Name | Required | Description | Example |
|---|---|---|---|
season_id | yes | Season ID. | 7011 |
Example response
{
"data": [
{
"stage_id": 2,
"stage_name": "Playoffs",
"groups": [
{
"id": 200,
"name": "Knockout stage"
}
]
},
{
"stage_id": 6,
"stage_name": "Group stage",
"groups": [
{
"id": 2065,
"name": "A"
}
]
}
],
"meta": {
"requests_left": 2950,
"user": "your_username",
"plan": "Soccer API 50",
"page": 1,
"pages": 1,
"count": 3,
"total": 3,
"msg": ""
}
}