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 \
--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
}
]
}
This endpoint allows you to get the images that belong to a TV episode.
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 \
--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
}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
specify a comma separated list of ISO-639-1 values to query, for example: en,null
"string"
"string"
Fetch episode images
The response is of type object
.