GET Stages by Season ID
Returns stage information from your requested season ID.
https://api.sportmonks.com/v3/football/stages/seasons/{ID}{
"data": [
{
"id": 77457866,
"sport_id": 1,
"league_id": 501,
"season_id": 19735,
"type_id": 223,
"name": "1st Phase",
"sort_order": 1,
"finished": false,
"is_current": true,
"starting_at": "2022-07-30",
"ending_at": "2023-04-22",
"games_in_current_week": true
},
{
"id": 77457865,
"sport_id": 1,
"league_id": 501,
"season_id": 19735,
"type_id": 223,
"name": "2nd Phase",
"sort_order": 2,
"finished": false,
"is_current": false,
"starting_at": null,
"ending_at": null,
"games_in_current_week": false
}
],Field
Description
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Filters
Pagination
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?