GET All Leagues
GET
All Leagues
GET
All Leagueshttps://soccer.sportmonks.com/api/v2.0/leagues
Parameters
Include options
country
season
seasons
Includes are the cornerstone of our API and allow you to enrich and customize your requests. This flexibility is what distinguishes us from our competitors.
You can learn more about what includes are and how they work here:
Example response
https://soccer.sportmonks.com/api/v2.0/leagues?api_token={API_TOKEN}
"data": [
{
"id": 2,
"active": true,
"type": "cup_international",
"legacy_id": 11,
"country_id": 41,
"logo_path": "https://cdn.sportmonks.com/images/soccer/leagues/2.png",
"name": "Champions League",
"is_cup": true,
"is_friendly": false,
"current_season_id": 18346,
"current_round_id": null,
"current_stage_id": 77453623,
"live_standings": true,
"coverage": {
"predictions": false,
"topscorer_goals": true,
"topscorer_assists": true,
"topscorer_cards": true
}
},
{
"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": 8,
"active": true,
"type": "domestic",
"legacy_id": 29,
"country_id": 462,
"logo_path": "https://cdn.sportmonks.com/images/soccer/leagues/8/8.png",
"name": "Premier League",
"is_cup": false,
"is_friendly": false,
"current_season_id": 18378,
"current_round_id": null,
"current_stage_id": 77453700,
"live_standings": true,
"coverage": {
"predictions": true,
"topscorer_goals": true,
"topscorer_assists": true,
"topscorer_cards": true
}
},
{
"id": 9,
"active": true,
"type": "domestic",
"legacy_id": 30,
"country_id": 462,
"logo_path": "https://cdn.sportmonks.com/images/soccer/leagues/9/9.png",
"name": "Championship",
"is_cup": false,
"is_friendly": false,
"current_season_id": 18432,
"current_round_id": null,
"current_stage_id": null,
"live_standings": true,
"coverage": {
"predictions": true,
"topscorer_goals": true,
"topscorer_assists": true,
"topscorer_cards": true
}
},
Last updated