GET League by ID
GET League by ID
GET League by IDhttps://soccer.sportmonks.com/api/v2.0/leagues/{ID}Parameters
Include options
IncludesExample response
https://soccer.sportmonks.com/api/v2.0/leagues/8?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
}
},Last updated
Was this helpful?