v1

latestOpenAPI 3.0.32026-07-144334213.8 KB
V2 API List

List Seasons by League ID

List all seasons available for a league using its unique ID.

get/list/seasons/{idLeague}

Path parameters

idLeagueinteger required

The ID of the league to list seasons for.

Response

List of seasons for the specified league

Example response

{
  "list": [
    {
      "strSeason": "2024-2025"
    }
  ]
}