curl --request GET \ --url 'https://api.themoviedb.org/3/tv/{{series_id}}/season/{{season_number}}/images'
Copy
{ "id": 3578, "posters": []}
TV Seasons
Images
Get the images that belong to a TV season.
📘Note
If you have a language specified, it will act as a filter on the returned items. You can use the include_image_language param to query additional languages.
GET
/
3
/
tv
/
{series_id}
/
season
/
{season_number}
/
images
Images
Copy
curl --request GET \ --url 'https://api.themoviedb.org/3/tv/{{series_id}}/season/{{season_number}}/images'