Get All Leagues by Team ID
Returns all the leagues/seasons a team ever participated in. This only relates to data that is covered by our API.
GET All Leagues by Team ID
GET All Leagues by Team IDhttps://soccer.sportmonks.com/api/v2.0/teams/{ID}/historyParameters
Include options
Example response
https://soccer.sportmonks.com/api/v2.0/teams/939/history?api_token={API_TOKEN}"data": [
{
"id": 719,
"name": "2016/2017",
"league_id": 5,
"is_current_season": false,
"current_round_id": null,
"current_stage_id": null,
"league": {
"data": {
"id": 5,
"active": true,
"type": "cup_international",
"legacy_id": 12,
"country_id": 41,
"logo_path": "https://cdn.sportmonks.com/images/soccer/leagues/5.png",
"name": "Europa League",
"is_cup": true,
"is_friendly": false,
"current_season_id": 18629,
"current_round_id": null,
"current_stage_id": 77454501,
"live_standings": true,
"coverage": {
"predictions": false,
"topscorer_goals": true,
"topscorer_assists": true,
"topscorer_cards": true
}
}
}
},
{
"id": 746,
"name": "2016/2017",
"league_id": 277,
"is_current_season": false,
"current_round_id": null,
"current_stage_id": null,
"league": {
"data": {
"id": 277,
"active": true,
"type": "domestic_cup",
"legacy_id": 103,
"country_id": 320,
"logo_path": "https://cdn.sportmonks.com/images//soccer/leagues/21/277.png",
"name": "Landspokal Cup",
"is_cup": true,
"is_friendly": false,
"current_season_id": 18558,
"current_round_id": null,
"current_stage_id": 77454306,
"live_standings": false,
"coverage": {
"predictions": false,
"topscorer_goals": true,
"topscorer_assists": true,
"topscorer_cards": true
}
}
}
},
{
"id": 759,
"name": "2016/2017",
"league_id": 271,
"is_current_season": false,
"current_round_id": null,
"current_stage_id": null,
"league": {
"data": {
"id": 271,
"active": true,
"type": "domestic",
"legacy_id": 43,
"country_id": 320,
"logo_path": "https://cdn.sportmonks.com/images/soccer/leagues/271.png",
"name": "Superliga",
"is_cup": false,
"is_friendly": false,
"current_season_id": 18334,
"current_round_id": 246626,
"current_stage_id": 77453568,
"live_standings": true,
"coverage": {
"predictions": true,
"topscorer_goals": true,
"topscorer_assists": true,
"topscorer_cards": true
}
}
}
},Last updated
Was this helpful?