movies_ratings
Ratings for one film across sources: TMDB score, IMDb score and votes, plus IMDb Top 250 and Letterboxd Top 500 ranks. Accepts a title, a TMDB id, or an IMDb id (tt...) - provide only one. Use for 'how is X rated everywhere' questions. Resolves all ids internally - this is the entity-resolution showcase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Numeric TMDB id, e.g. 238. | |
| media | No | movie or tv (only matters with id). | movie |
| query | No | Film title, e.g. 'godfather'. Use this OR id OR imdb_id (only one). | |
| imdb_id | No | IMDb id like tt0111161. | |
| language | No | ISO language like en-US or fa-IR for the title. | en-US |