---
title: "Search All Seasons"
method: GET
path: "/search_all_seasons.php"
tags: ["V1 API List"]
---

# Search All Seasons

`GET /search_all_seasons.php`

List all the seasons available for a specific league ID

## Query parameters

- `id` string, required
- `poster` integer
- `badge` integer

## Response `200`

Successful Response

- SeasonsResponse — Contains a list of seasons for the specified league ID.
  - `seasons` SeasonSchema[] — List of seasons available for the specified league ID.
    - `strSeason` string — Name of the season.
    - `strPoster` string, url — Poster image of the season.
    - `strBadge` string, url — Badge image of the season.

---

[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)
