v1
latestOpenAPI 3.0.32026-07-144334213.8 KBV2 API List
List Season Posters by League ID
List for all season posters for a leagues unique ID.
get/list/seasonposters/{idLeague}
Path parameters
idLeagueinteger required
The ID of the league to list season posters for.
Response
List of season posters for the specified league
Example response
{
"list": [
{
"strSeason": "2024-2025",
"strPoster": "https://www.thesportsdb.com/images/media/league/posterarchive/fty05k1719226108.jpg"
}
]
}