Skip to main content
GET
/
3
/
tv
/
{series_id}
/
season
/
{season_number}
/
episode
/
{episode_number}
/
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

id
number
Example:

62148

stills
object[]
Example:
[
{
"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
}
]
⌘I