v1
latestOpenAPI 3.0.02026-07-2678105413.1 KBV2 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"
}
]
}