cinema_showtimes
Retrieve showtimes for one cinema on a chosen date, optionally filtered by a single film. Provides exact published times for planning a movie visit.
Instructions
All showtimes at one cinema for one date.
With film_id: only that film. Without: every film playing that day. Times are as published by the cinema; times after midnight belong to the previous day (cinema day = 03:00-02:59).
Args: cinema_id: MovieGlu numeric cinema id. date: YYYY-MM-DD (defaults to today). film_id: Optional film id to narrow the schedule to one film. sort: popularity or alphabetical.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| sort | No | ||
| film_id | No | ||
| cinema_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |