Fandango: Get Movie Showtimes
Fandango via Parse · entertainment
Get showtimes for a specific movie at nearby theaters, grouped by theater and viewing format (Standard, Premium Format, 3D, IMAX, etc.). The movie_id is the numeric portion from the Fandango movie URL path (e.g., '244050' from '/disclosure-day-2026-244050/movie-overview'). Returns empty theaters array when no showtimes are scheduled for the given date/location. API for retrieving movie showtimes, theater listings, and format information from Fandango. Supports searching movies, viewing showtimes by location/date, and checking available formats (2D, 3D, IMAX). Fulfilled by Parse from fandango.com.
- entertainment
- fandango
- fandango-com
- maps-geo
- parse
- platform-key
- travel
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- entertainment
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/d5a6141a-e018-4735-a391-d60b18e9a537/get_movie_showtimes
- Interface artifact
- sha256:0109e12f1d723a622628a5b4020b08e829a835c9c942feb4e99805bd49b41c63
- Manifest digest
- sha256:c005b517f7430fb15a2baa380052851daee27c3a085699d20a8c772edb8ad75b
Request fields
- date (string): Date in YYYY-MM-DD format. Omitting defaults to today's date.
- movie_id (string, required): Fandango numeric movie ID extracted from the movie URL slug (e.g., '244050' from '/disclosure-day-2026-244050/movie-overview')
- zip_code (string): 5-digit US zip code
Example queries
- {"date":"2026-06-11","movie_id":"244050","zip_code":"10001"}