GET Stages by Season ID
GET Stage by ID
GET Stage by IDhttps://soccer.sportmonks.com/api/v2.0/stages/season/{ID}Parameters
Include options
Example response
https://soccer.sportmonks.com/api/v2.0/stages/season/17141?api_token={API_TOKEN} "data": [
{
"id": 77447500,
"name": "2nd Phase",
"type": "Group Stage",
"league_id": 501,
"season_id": 17141,
"sort_order": 2,
"has_standings": true
},
{
"id": 77447501,
"name": "1st Phase",
"type": "Group Stage",
"league_id": 501,
"season_id": 17141,
"sort_order": 1,
"has_standings": true
}
],Last updated
Was this helpful?