get_movies_by_id_translations
Retrieve all available translations for a movie using its ID or slug, with an optional language filter to get localized titles and summaries.
Instructions
Get all movie translations.
GET /movies/{id}/translations
Args: id: The id/slug of the resource. language: Filter translations to a 2 character language code
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| language | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |