Copy https://soccer.sportmonks.com/api/v2.0/leagues/{ID}
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.
Request Response Field Description
Copy https://soccer.sportmonks.com/api/v2.0/leagues/8?api_token={API_TOKEN}
Copy "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
}
} ,
Opens an array of data you've requested
Indicates if the league is active or not. Possible values are 'true' or 'false'
This was for our API version 1.0. It's only of use for old users of our API
The unique country id the league is played in
The logo URL path of the league
Indicates if the league is a cup or not. Possible values are 'true' or 'false'
The unique id of the current season
The unique id of the current round
The unique id of the current stage
Indicates if the league covers live standings
Opens an array of partial coverage for the league
Indicates if the league covers predictions
Indicates if the league covers goal topscorers
Indicates if the league covers assists topscorers
Indicates if the league covers cards topscorers