Skip to main content
GET
/
movies
/
{movie_id}
/
media
Get images and videos of a movie
curl --request GET \
  --url https://api.example.com/movies/{movie_id}/media
{
  "videos": [],
  "backdrops": [],
  "logos": [],
  "posters": []
}

Path Parameters

movie_id
integer
required

Unique Identifier of a movie.

Query Parameters

language
string
required

Language filter

Response

Successful Response

videos
Video · object[]

A list with videos, e.g. trailers and teasers.

backdrops
Image · object[]

Backdrop images of the movie.

logos
Image · object[]

Logos of the movie.

posters
Image · object[]

Posters of the movie.