movies_now_showing
Find films currently in cinemas, ordered by number of showtimes. Use the returned film IDs to access showtimes, details, or ticket links.
Instructions
List the top films currently in cinemas in the configured territory.
Results are ordered by number of showtimes in the MovieGlu database. Each film carries a film_id — use it with movie_showtimes, closest_showing, movie_details or ticket_link.
Args: limit: How many films to return (default 10, max 25).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |