Find Movie Showtimes
fandango_movie_showtimesRetrieve showtimes for a specific movie on a chosen date at nearby theaters using zip code or coordinates.
Instructions
Find read-only Fandango showtimes for one movie across nearby theaters on one date. Requires either zip or lat/long; lat/long is preferred when both are present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Search latitude. | |
| zip | No | Search ZIP code. | |
| date | Yes | Show date in YYYY-MM-DD. | |
| long | No | Search longitude. | |
| page | No | Optional Fandango result page. | |
| format | No | Optional format filter, e.g. IMAX 70MM. | |
| movieId | Yes | Fandango movie id, for example 241283. | |
| chainCode | No | Optional theater chain code. |