get_movie_by_movie_id_ratings
Get movie ratings by ID to see user and critical scores, enabling informed viewing choices.
Instructions
Get movie ratings.
GET /api/v1/movie/{movieId}/ratings
Args: movie_id: Path parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| movie_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |