Skip to main content
GET
/
movie
/
{movie_id}
/
images
Images
curl --request GET \
  --url https://api.themoviedb.org/3/movie/{movie_id}/images \
  --header 'Authorization: Bearer <token>'
{
  "backdrops": [
    {
      "aspect_ratio": 1.778,
      "height": 800,
      "iso_639_1": null,
      "file_path": "/hZkgoQYus5vegHoetLkCJzb17zJ.jpg",
      "vote_average": 6.13,
      "vote_count": 27,
      "width": 1422
    }
  ]
}
If you have a language specified, it will act as a filter on the returned items. You can use the include_image_language param to query additional languages.

Authorizations

Authorization
string
header
required

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

Path Parameters

movie_id
integer
required

The ID of the movie

Query Parameters

include_image_language
string

Specify a comma separated list of ISO-639-1 values

language
string

Defaults to en-US

Response

200 - application/json

Successful

backdrops
object[]

A list of logo images associated with the media