---
title: "List Seasons by League ID"
method: GET
path: "/list/seasons/{idLeague}"
tags: ["V2 API List"]
---

# List Seasons by League ID

`GET /list/seasons/{idLeague}`

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

## Path parameters

- `idLeague` integer, required

## Response `200`

List of seasons for the specified league

- SeasonList
  - `list` object[]
    - `strSeason` string

---

[API](https://skmtc.net/thesportsdb/apis/search-api.md) · [All operations](https://skmtc.net/thesportsdb/apis/search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thesportsdb/search-api/revisions/e5759aa68b83/schema)
