movies_reviews
User reviews for one movie or show: author, author rating, date, excerpt, link. Accepts title, TMDB id or IMDb id - provide only one. Use for 'what do people say about X' questions. Ratings alone live in movies_ratings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Numeric TMDB id. | |
| limit | No | Reviews to return, 1-50 (default 10). | |
| media | No | movie or tv. | movie |
| query | No | Film/show 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. | en-US |