Skip to content
Docs
GraphQL
Schema and Types
Title

Title

Title object types identify title entities (movies, series, episodes and video games).

FieldTypeRequiredDescription
idIDtrueThe unique IMDb ID for the title. Each IMDb ID appears exactly once.
typeStringfalseThe type of this title, e.g. 'movie' or 'tvSeries'.
is_adultBooleanfalseWhether or not this title contains adult content.
primary_titleStringfalseThe primary title text of the title.
original_titleStringfalseThe original title text of the title, normally what the title is known as in its original country of release.
start_yearIntfalseThe year of the earliest release of this title globally.
end_yearIntfalseThe year when the last episode/series finale of the show has aired. When a show is still running the end year will be omitted.
runtime_minutesIntfalseThe running time of this title in minutes.
plotStringfalseA plot description.
ratingRatingfalseThe IMDb Rating.
certificates[Certificate]falseA list of content rating certifications that have been given to a title.
critic_reviewCriticReviewfalseAggregated reviews score from Metacritic.com
genres[String]falseA list of genres to which this title belongs.
spoken_languages[Language]falseA list of the languages spoken in this title.
origin_countries[Country]falseA list of origin countries in which the production companies for the title are based.
posters[Poster]falseA list of posters.
credits[Credit]falseA list of credits for this title organized by category.