Title
Title object types identify title entities (movies, series, episodes and video games).
| Field | Type | Required | Description |
|---|---|---|---|
| id | ID | true | The unique IMDb ID for the title. Each IMDb ID appears exactly once. |
| type | String | false | The type of this title, e.g. 'movie' or 'tvSeries'. |
| is_adult | Boolean | false | Whether or not this title contains adult content. |
| primary_title | String | false | The primary title text of the title. |
| original_title | String | false | The original title text of the title, normally what the title is known as in its original country of release. |
| start_year | Int | false | The year of the earliest release of this title globally. |
| end_year | Int | false | The 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_minutes | Int | false | The running time of this title in minutes. |
| plot | String | false | A plot description. |
| rating | Rating | false | The IMDb Rating. |
| certificates | [Certificate] | false | A list of content rating certifications that have been given to a title. |
| critic_review | CriticReview | false | Aggregated reviews score from Metacritic.com |
| genres | [String] | false | A list of genres to which this title belongs. |
| spoken_languages | [Language] | false | A list of the languages spoken in this title. |
| origin_countries | [Country] | false | A list of origin countries in which the production companies for the title are based. |
| posters | [Poster] | false | A list of posters. |
| credits | [Credit] | false | A list of credits for this title organized by category. |