Description Usage Arguments Value Author(s) References Examples
Get the basic movie information for a specific movie id.
1  | 
api_key | 
 Your TMDb Consumer Key.  | 
id | 
 The movie ID.  | 
language | 
 A ISO 639-1 code.  | 
append_to_response | 
 Comma separated, any movie method.  | 
A list with the following fields:
adult | 
 A logical value that indicates if a movie is only for adult people (TRUE) or not (FALSE).  | 
backdrop_path | 
 The backdrop of the movie.  | 
belong_to_collection | 
 The collections to which the movie belongs.  | 
budget | 
 The budget for the movie.  | 
genres | 
 The movie's genre.  | 
homepage | 
 The movie's homepage.  | 
id | 
 The movie ID.  | 
imdb_id | 
 The movie imdb ID.  | 
original_language | 
 The original language of the movie.  | 
original_title | 
 The original title of the movie.  | 
overview | 
 A brief plot.  | 
popularity | 
 An index of the movie's popularity.  | 
poster_path | 
 The poster of the movie.  | 
production_companies | 
 The producer companies.  | 
production_countries | 
 The countries involved in the production.  | 
release_data | 
 The data of the release.  | 
revenue | 
 The movie's income.  | 
runtime | 
 The length of the movie.  | 
spoken_language | 
 The language spoken in the movie.  | 
status | 
 The movie's status.  | 
tagline | 
 The movie's tagline.  | 
title | 
 The movie's title.  | 
video | 
 The videos associated to the movie.  | 
vote_average | 
 The average of the votes.  | 
vote_count | 
 The number of votes.  | 
Andrea Capozio
https://developers.themoviedb.org/3/getting-started
1 2 3 4 5 6 7 8 9 10  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.