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

# List Season Posters by League ID

`GET /list/seasonposters/{idLeague}`

List for all season posters for a leagues unique ID.

## Path parameters

- `idLeague` integer, required

## Response `200`

List of season posters for the specified league

- SeasonPosterList
  - `list` object[]
    - `strSeason` string
    - `strPoster` string, uri

---

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