GET
/
3
/
tv
/
1399
/
season
/
1
/
episode
/
1
/
images
curl --request GET \
  --url https://api.themoviedb.org/3/tv/1399/season/1/episode/1/images \
  --header 'Authorization: Bearer <token>'
{
  "id": 63056,
  "stills": [
    {
      "aspect_ratio": 1.778,
      "file_path": "/9hGF3WUkBf7cSjMg0cdMDHJkByd.jpg",
      "height": 1080,
      "iso_639_1": null,
      "vote_average": 6.312,
      "vote_count": 8,
      "width": 1920
    },
    {
      "aspect_ratio": 1.778,
      "file_path": "/wrGWeW4WKxnaeA8sxJb2T9O6ryo.jpg",
      "height": 1080,
      "iso_639_1": null,
      "vote_average": 5.06,
      "vote_count": 11,
      "width": 1920
    },
    {
      "aspect_ratio": 1.777,
      "file_path": "/c05nayHjwQR2uPwkQwNy4UVVQlt.jpg",
      "height": 995,
      "iso_639_1": "en",
      "vote_average": 3.334,
      "vote_count": 1,
      "width": 1768
    },
    {
      "aspect_ratio": 1.778,
      "file_path": "/pyp0LgtqjgaeXzPMtXKnkuNBugV.jpg",
      "height": 1080,
      "iso_639_1": null,
      "vote_average": 1.75,
      "vote_count": 4,
      "width": 1920
    },
    {
      "aspect_ratio": 1.778,
      "file_path": "/w85NsRYgZQZrICE1kC9q8F2D6wS.jpg",
      "height": 1080,
      "iso_639_1": null,
      "vote_average": 1.75,
      "vote_count": 2,
      "width": 1920
    },
    {
      "aspect_ratio": 1.778,
      "file_path": "/g0OnOaBqSepbA8omNTfYBCl4Sbo.jpg",
      "height": 1080,
      "iso_639_1": null,
      "vote_average": 1.75,
      "vote_count": 2,
      "width": 1920
    },
    {
      "aspect_ratio": 1.778,
      "file_path": "/v3bGMbT5Ik86ERFBfsXFqpiMTFy.jpg",
      "height": 1080,
      "iso_639_1": null,
      "vote_average": 1.75,
      "vote_count": 2,
      "width": 1920
    },
    {
      "aspect_ratio": 1.778,
      "file_path": "/uaSOtAsNrXbKxOVzC31GjYxLRXJ.jpg",
      "height": 1080,
      "iso_639_1": null,
      "vote_average": 1.75,
      "vote_count": 2,
      "width": 1920
    },
    {
      "aspect_ratio": 1.778,
      "file_path": "/xIfvIM7YgkADTrqp23rm3CLaOVQ.jpg",
      "height": 1080,
      "iso_639_1": null,
      "vote_average": 1.75,
      "vote_count": 6,
      "width": 1920
    },
    {
      "aspect_ratio": 1.778,
      "file_path": "/qYqCWKoiyR845nUOotJ7rKIXGPM.jpg",
      "height": 1080,
      "iso_639_1": null,
      "vote_average": 1.75,
      "vote_count": 2,
      "width": 1920
    },
    {
      "aspect_ratio": 1.778,
      "file_path": "/nDkA929hW9ePdyvNure6Q0fNBWo.jpg",
      "height": 2160,
      "iso_639_1": null,
      "vote_average": 1.75,
      "vote_count": 2,
      "width": 3840
    },
    {
      "aspect_ratio": 1.778,
      "file_path": "/gDOWFhBTkuwhLKrFqpd7yhAwxVH.jpg",
      "height": 1080,
      "iso_639_1": null,
      "vote_average": 1.75,
      "vote_count": 2,
      "width": 1920
    },
    {
      "aspect_ratio": 1.778,
      "file_path": "/lYQyyPoFpFBWQ9cta2zcfZE1axn.jpg",
      "height": 2160,
      "iso_639_1": null,
      "vote_average": 0.166,
      "vote_count": 1,
      "width": 3840
    },
    {
      "aspect_ratio": 1.778,
      "file_path": "/9o3HXUmWaZq14tIAbBrn7e34NRZ.jpg",
      "height": 1080,
      "iso_639_1": null,
      "vote_average": 0,
      "vote_count": 0,
      "width": 1920
    },
    {
      "aspect_ratio": 1.778,
      "file_path": "/wZPID3NddTuH7lBNgsFEiXWB6Bj.jpg",
      "height": 1080,
      "iso_639_1": null,
      "vote_average": 0,
      "vote_count": 0,
      "width": 1920
    },
    {
      "aspect_ratio": 1.778,
      "file_path": "/ecDSsfUAgH9VqtdtaDdO2fi5KMF.jpg",
      "height": 2160,
      "iso_639_1": null,
      "vote_average": 0,
      "vote_count": 0,
      "width": 3840
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

New Request

The response is of type object.