get_movies_by_id_releases_by_country
Retrieve all release dates and details for a movie in a specific country using its ID or slug and a two-character country code.
Instructions
Get all movie releases.
GET /movies/{id}/releases/{country}
Args: id: The id/slug of the resource. country: 2 character country code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| country | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |