Search Leagues by Name
Search League by Name
https://soccer.sportmonks.com/api/v2.0/leagues/search/{league_name}Parameters
Include options
IncludesExample response
https://soccer.sportmonks.com/api/v2.0/leagues/search/premier?api_token={API_TOKEN}"data": [
{
"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": 32,
"active": true,
"type": "domestic_cup",
"legacy_id": 474,
"country_id": 462,
"logo_path": "https://cdn.sportmonks.com/images/soccer/leagues/0/32.png",
"name": "Premier League Cup",
"is_cup": true,
"is_friendly": false,
"current_season_id": 16589,
"current_round_id": null,
"current_stage_id": null,
"live_standings": false,
"coverage": {
"predictions": false,
"topscorer_goals": true,
"topscorer_assists": true,
"topscorer_cards": true
}
},
{
"id": 35,
"active": true,
"type": "domestic",
"legacy_id": 290,
"country_id": 462,
"logo_path": "https://cdn.sportmonks.com/images/soccer/leagues/3/35.png",
"name": "Premier League U21",
"is_cup": false,
"is_friendly": false,
"current_season_id": null,
"current_round_id": null,
"current_stage_id": null,
"live_standings": false,
"coverage": {
"predictions": false,
"topscorer_goals": true,
"topscorer_assists": true,
"topscorer_cards": true
}
},
{
"id": 38,
"active": true,
"type": "domestic_cup",
"legacy_id": null,
"country_id": 462,
"logo_path": "https://cdn.sportmonks.com/images/soccer/leagues/6/38.png",
"name": "Premier League International Cup",
"is_cup": true,
"is_friendly": false,
"current_season_id": 16558,
"current_round_id": null,
"current_stage_id": null,
"live_standings": false,
"coverage": {
"predictions": false,
"topscorer_goals": true,
"topscorer_assists": true,
"topscorer_cards": true
}
},Last updated
Was this helpful?