GET All Leagues
GET All Leagues
GET All Leagueshttps://cricket.sportmonks.com/api/v2.0/leaguesParameters
Include options
Enriching your responseExample response
Last updated
Was this helpful?
GET All Leagueshttps://cricket.sportmonks.com/api/v2.0/leaguesLast updated
Was this helpful?
Was this helpful?
https://cricket.sportmonks.com/api/v2.0/leagues?api_token={API_TOKEN} "data": [
{
"resource": "leagues",
"id": 3,
"season_id": 507,
"country_id": 99474,
"name": "Twenty20 International",
"code": "T20I",
"image_path": "https://cdn.sportmonks.com/images/cricket/leagues/3/3.png",
"type": "phase",
"updated_at": "2021-02-10T09:22:22.000000Z"
},
{
"resource": "leagues",
"id": 5,
"season_id": 830,
"country_id": 98,
"name": "Big Bash League",
"code": "BBL",
"image_path": "https://cdn.sportmonks.com/images/cricket/leagues/5/5.png",
"type": "league",
"updated_at": "2021-07-14T19:49:33.000000Z"
},
{
"resource": "leagues",
"id": 10,
"season_id": 648,
"country_id": 146,
"name": "CSA T20 Challenge",
"code": "T20C",
"image_path": "https://cdn.sportmonks.com/images/cricket/leagues/10/10.png",
"type": "league",
"updated_at": "2020-10-20T08:41:32.000000Z"
}
]