GET Seasons by Team ID
Returns seasons by team ID.
https://api.sportmonks.com/v3/football/seasons/teams/{ID}
"data": [
{
"id": 1937,
"sport_id": 1,
"league_id": 501,
"tie_breaker_rule_id": 169,
"name": "2015/2016",
"finished": true,
"pending": false,
"is_current": false,
"starting_at": "2015-08-01",
"ending_at": "2016-05-15",
"standings_recalculated_at": "2023-02-13 15:48:33",
"games_in_current_week": false
},
{
"id": 1936,
"sport_id": 1,
"league_id": 501,
"tie_breaker_rule_id": 169,
"name": "2014/2015",
"finished": true,
"pending": false,
"is_current": false,
"starting_at": "2014-08-09",
"ending_at": "2015-05-24",
"standings_recalculated_at": "2023-02-13 15:48:34",
"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?