get_movies_by_id_ratings
Retrieve rating details for a specific movie using its ID or slug. Optionally include ratings from supported external sources.
Instructions
Get movie ratings.
GET /movies/{id}/ratings
Args:
id: The id/slug of the resource.
extended: Use all to include ratings from supported external sources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| extended | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |