GET Rounds by Season ID
Returns round information from your requested season ID.
https://api.sportmonks.com/v3/football/rounds/seasons/{ID}{
"data": [
{
"id": 274733,
"sport_id": 1,
"league_id": 501,
"season_id": 19735,
"stage_id": 77457866,
"name": "20",
"finished": true,
"is_current": false,
"starting_at": "2023-01-02",
"ending_at": "2023-01-02",
"games_in_current_week": false
},
{
"id": 274716,
"sport_id": 1,
"league_id": 501,
"season_id": 19735,
"stage_id": 77457866,
"name": "3",
"finished": true,
"is_current": false,
"starting_at": "2022-08-13",
"ending_at": "2022-08-14",
"games_in_current_week": false
},
//and moreName
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?