v1
latestOpenAPI 3.1.02026-07-24270489.8 KBImages
Get the images that belong to a movie.
get/3/movie/{movie_id}/images
Path parameters
movie_idinteger required
Query parameters
include_image_languagestring
specify a comma separated list of ISO-639-1 values to query, for example: en-US,null
languagestring
Response
200
Example response
{
"backdrops": [
{
"aspect_ratio": 1.778,
"height": 800,
"file_path": "/hZkgoQYus5vegHoetLkCJzb17zJ.jpg",
"vote_average": 5.622,
"vote_count": 20,
"width": 1422
}
],
"id": 550,
"logos": [
{
"aspect_ratio": 5.203,
"height": 79,
"iso_639_1": "he",
"file_path": "/c1KLulrIhUqY5fT42nmC5aERGCp.png",
"vote_average": 5.312,
"vote_count": 1,
"width": 411
}
],
"posters": [
{
"aspect_ratio": 0.667,
"height": 900,
"iso_639_1": "pt",
"file_path": "/r3pPehX4ik8NLYPpbDRAh0YRtMb.jpg",
"vote_average": 5.258,
"vote_count": 6,
"width": 600
}
]
}