movie_showtimes
Find cinemas near a location showing a specific film, with showtimes sorted by distance. Provide film ID and optional date or coordinates to get showtimes.
Instructions
Showtimes for one film at the cinemas nearest a location, sorted by distance.
A location is required: pass lat/lng, or set a default location (MOVIEGLU_LAT / MOVIEGLU_LNG).
Args: film_id: MovieGlu numeric film id. date: YYYY-MM-DD (defaults to today). limit: Max cinemas (default 10, max 25). lat: Latitude (-90..90), optional. lng: Longitude (-180..180), optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lng | No | ||
| date | No | ||
| limit | No | ||
| film_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |