GET Teams by Season ID
Returns the teams from your requested season id.
https://api.sportmonks.com/v3/football/teams/seasons/{ID}{
"data": [
{
"id": 309,
"sport_id": 1,
"country_id": 1161,
"venue_id": 8922,
"gender": "male",
"name": "Motherwell",
"short_code": "MOT",
"image_path": "https://cdn.sportmonks.com/images/soccer/teams/21/309.png",
"founded": 1886,
"type": "domestic",
"placeholder": false,
"last_played_at": "2023-02-25 15:00:00"
},
{
"id": 180,
"sport_id": 1,
"country_id": 1161,
"venue_id": 8906,
"gender": "male",
"name": "Kilmarnock",
"short_code": "KIL",
"image_path": "https://cdn.sportmonks.com/images/soccer/teams/20/180.png",
"founded": 1869,
"type": "domestic",
"placeholder": false,
"last_played_at": "2023-02-25 15:00:00"
},Field
Description
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Filters
Pagination
Paramaters
Parameter
Required
Description
Example
Include depth
Include options
Postman
Code Example
Last updated
Was this helpful?