list_films
Get an overview of films playing at selected Italian cinemas on a date, without showtimes, to decide which films to query for showtimes.
Instructions
Cheap overview of the films playing in the given cinemas on the given date, without showtimes. Use this after list_cinemas to discover which films are worth querying with get_showtimes. Pass chain to restrict to one chain or a list of chains (e.g. chain: 'uci' for loyalty promotions); cinema ids that belong to other chains are dropped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD in Europe/Rome; defaults to today. | |
| chain | No | Restrict the query to one chain or a list of chains. Cinema ids that do not belong to the allowed chain(s) are skipped. Use this for loyalty promotions (e.g. only uci) or to compare apples to apples. | |
| cinema_ids | Yes | Cinema ids from list_cinemas. |