curl --request GET \
--url https://api.themoviedb.org/3/tv/{series_id}/season/{season_number}/episode/{episode_number}/images \
--header 'Authorization: Bearer <token>'{
"id": 63056,
"stills": [
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/9hGF3WUkBf7cSjMg0cdMDHJkByd.jpg",
"vote_average": 5.454,
"vote_count": 3,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/xIfvIM7YgkADTrqp23rm3CLaOVQ.jpg",
"vote_average": 5.322,
"vote_count": 5,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/wrGWeW4WKxnaeA8sxJb2T9O6ryo.jpg",
"vote_average": 5.32,
"vote_count": 7,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/qYqCWKoiyR845nUOotJ7rKIXGPM.jpg",
"vote_average": 5.312,
"vote_count": 1,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/pyp0LgtqjgaeXzPMtXKnkuNBugV.jpg",
"vote_average": 5.246,
"vote_count": 2,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/w85NsRYgZQZrICE1kC9q8F2D6wS.jpg",
"vote_average": 5.246,
"vote_count": 2,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/g0OnOaBqSepbA8omNTfYBCl4Sbo.jpg",
"vote_average": 5.246,
"vote_count": 2,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/v3bGMbT5Ik86ERFBfsXFqpiMTFy.jpg",
"vote_average": 5.246,
"vote_count": 2,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/uaSOtAsNrXbKxOVzC31GjYxLRXJ.jpg",
"vote_average": 5.246,
"vote_count": 2,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/gDOWFhBTkuwhLKrFqpd7yhAwxVH.jpg",
"vote_average": 5.246,
"vote_count": 2,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/9o3HXUmWaZq14tIAbBrn7e34NRZ.jpg",
"vote_average": 0,
"vote_count": 0,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/wZPID3NddTuH7lBNgsFEiXWB6Bj.jpg",
"vote_average": 0,
"vote_count": 0,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 2160,
"iso_639_1": null,
"file_path": "/lYQyyPoFpFBWQ9cta2zcfZE1axn.jpg",
"vote_average": 0,
"vote_count": 0,
"width": 3840
},
{
"aspect_ratio": 1.778,
"height": 2160,
"iso_639_1": null,
"file_path": "/nDkA929hW9ePdyvNure6Q0fNBWo.jpg",
"vote_average": 0,
"vote_count": 0,
"width": 3840
},
{
"aspect_ratio": 1.778,
"height": 2160,
"iso_639_1": null,
"file_path": "/ecDSsfUAgH9VqtdtaDdO2fi5KMF.jpg",
"vote_average": 0,
"vote_count": 0,
"width": 3840
}
]
}This endpoint is used to get the images that belong to a TV episode
curl --request GET \
--url https://api.themoviedb.org/3/tv/{series_id}/season/{season_number}/episode/{episode_number}/images \
--header 'Authorization: Bearer <token>'{
"id": 63056,
"stills": [
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/9hGF3WUkBf7cSjMg0cdMDHJkByd.jpg",
"vote_average": 5.454,
"vote_count": 3,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/xIfvIM7YgkADTrqp23rm3CLaOVQ.jpg",
"vote_average": 5.322,
"vote_count": 5,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/wrGWeW4WKxnaeA8sxJb2T9O6ryo.jpg",
"vote_average": 5.32,
"vote_count": 7,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/qYqCWKoiyR845nUOotJ7rKIXGPM.jpg",
"vote_average": 5.312,
"vote_count": 1,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/pyp0LgtqjgaeXzPMtXKnkuNBugV.jpg",
"vote_average": 5.246,
"vote_count": 2,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/w85NsRYgZQZrICE1kC9q8F2D6wS.jpg",
"vote_average": 5.246,
"vote_count": 2,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/g0OnOaBqSepbA8omNTfYBCl4Sbo.jpg",
"vote_average": 5.246,
"vote_count": 2,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/v3bGMbT5Ik86ERFBfsXFqpiMTFy.jpg",
"vote_average": 5.246,
"vote_count": 2,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/uaSOtAsNrXbKxOVzC31GjYxLRXJ.jpg",
"vote_average": 5.246,
"vote_count": 2,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/gDOWFhBTkuwhLKrFqpd7yhAwxVH.jpg",
"vote_average": 5.246,
"vote_count": 2,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/9o3HXUmWaZq14tIAbBrn7e34NRZ.jpg",
"vote_average": 0,
"vote_count": 0,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 1080,
"iso_639_1": null,
"file_path": "/wZPID3NddTuH7lBNgsFEiXWB6Bj.jpg",
"vote_average": 0,
"vote_count": 0,
"width": 1920
},
{
"aspect_ratio": 1.778,
"height": 2160,
"iso_639_1": null,
"file_path": "/lYQyyPoFpFBWQ9cta2zcfZE1axn.jpg",
"vote_average": 0,
"vote_count": 0,
"width": 3840
},
{
"aspect_ratio": 1.778,
"height": 2160,
"iso_639_1": null,
"file_path": "/nDkA929hW9ePdyvNure6Q0fNBWo.jpg",
"vote_average": 0,
"vote_count": 0,
"width": 3840
},
{
"aspect_ratio": 1.778,
"height": 2160,
"iso_639_1": null,
"file_path": "/ecDSsfUAgH9VqtdtaDdO2fi5KMF.jpg",
"vote_average": 0,
"vote_count": 0,
"width": 3840
}
]
}language specified, it will act as a filter on the returned items.
You can use the include_image_language param to query additional languages.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The series ID of the tv
The season number of the tv series
The episode number of the tv series
specify a comma separated list of ISO-639-1 values
Defaults to US