get_movie_by_movie_id_ratingscombined
Retrieve combined Rotten Tomatoes and IMDB ratings for a movie using its movie ID. Get both critic and audience scores in one call.
Instructions
Get RT and IMDB movie ratings combined.
GET /api/v1/movie/{movieId}/ratingscombined
Args: movie_id: Path parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| movie_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |