Get movie details
get_movieRetrieve full movie details by TMDB ID: overview, genres, runtime, budget, revenue, vote average, certification for a region, and links. Optionally include ratings from IMDb, Rotten Tomatoes, and Metacritic.
Instructions
Get full details for one movie by TMDB id: overview, genres, runtime, budget/revenue, vote average, the age/content rating (certification) for region, and links (TMDB + IMDb). By default also includes IMDb/Rotten Tomatoes/Metacritic ratings from OMDb (set include_ratings=false to skip). Get the id from search_movies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | TMDB numeric id. | |
| region | No | ISO-3166-1 country code for region-specific results (default 'US'). | |
| language | No | Override the response language (ISO-639-1, optionally with a region), e.g. 'ru-RU' or 'en-US'. Localizes titles/overviews/genre names. Defaults to the server's TMDB_LANGUAGE. | |
| include_ratings | No | If true (default), enrich the result with IMDb/Rotten Tomatoes/Metacritic ratings from OMDb (requires OMDB_API_KEY). Set false to skip the extra lookup when ratings are not needed. |