GET
/
3
/
tv
/
{series_id}
/
season
/
{season_number}
/
episode
/
{episode_number}
/
images
curl --request GET \
  --url https://api.themoviedb.org/3/tv/%7B{series_id}%7D/season/%7B{season_number}%7D/episode/%7B{episode_number}%7D/images
{
  "id": 62148,
  "stills": [
    {
      "aspect_ratio": 1.778,
      "file_path": "/gf7ipzUCJq20Oxrt3aOafUrjgFU.jpg",
      "height": 1080,
      "iso_639_1": null,
      "vote_average": 8.034,
      "vote_count": 5,
      "width": 1920
    },
    {
      "aspect_ratio": 1.778,
      "file_path": "/9WIzJqqUthdASBRE1Ts8ymrDhIv.jpg",
      "height": 1080,
      "iso_639_1": null,
      "vote_average": 7.542,
      "vote_count": 8,
      "width": 1920
    }
  ]
}

Path Parameters

series_id
string
required
season_number
string
required
episode_number
string
required

Response

200 - application/json

Images

The response is of type object.