Skip to main content
GET
Images

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

This is a unique identifier for a movie.

Example:

""

Query Parameters

include_image_language
string

This filter and specify the languages of the images (such as backdrops, posters, and logos) that are returned in the response. It accepts a comma-separated list of ISO-639-1 language codes.

language
string

Specifies the language in which the response should be returned.

Example:

"en-US"

Response

200 - application/json

images

backdrops
object[]

This array contains images that serve as the background image associated with a movie.

Example:
id
number

A unique identifier for the image object

Example:

558449

logos
object[]

This array contains images that represent the logo of the movie.

Example:
posters
object[]

This array contains promotional images for the movie, usually designed to attract viewers.

Example: