Bookmyshow: Get Movie Showtimes
Bookmyshow via Parse · entertainment
Retrieve theaters and showtimes for a specific movie in a city. Returns a list of venues (cinemas/theaters) with their available showtimes, seat categories, pricing, and availability for a given date. Automatically fetches showtimes for all language/format variants (child events) of the movie and merges them into the response. If no date is provided, returns showtimes for the earliest available date. Also returns the list of available dates for the movie. If venue_code is provided, only the matching venue is returned. Access BookMyShow movie listings, events, and regional data across Indian cities. Discover now-showing and upcoming movies, get detailed movie information including cast and crew, and browse events like concerts and comedy shows. Fulfilled by Parse from in.bookmyshow.com.
- bookmyshow
- entertainment
- in-bookmyshow-com
- maps-geo
- parse
- platform-key
- travel
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- entertainment
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/c9d4d699-5bca-49af-a878-144ad05b0f5f/get_movie_showtimes
- Interface artifact
- sha256:e5ea7d37258a405c5ed0f4cb60e2fe5f9ebe908c3a3486e3203326e5fb608136
- Manifest digest
- sha256:2aa1aabcbd55865be949d3c4240cbf38cb25797c85e142bf6b76d72d14dab3d2
Request fields
- city (string): City slug from get_cities results (RegionSlug field).: Allowed values: bengaluru, mumbai, national-capital-region-ncr, hyderabad, chennai
- date (string): Show date in YYYYMMDD format (e.g. '20260712'). If omitted, returns showtimes for the earliest available date.
- event_code (string, required): Movie event code (alphanumeric ID starting with 'ET', e.g. 'ET00496605'). Obtainable from get_recommended_movies, get_now_showing_movies, or get_upcoming_movies results.
- venue_code (string): Venue code to filter results to a single theater (e.g. 'SSNR'). Obtainable from a prior get_movie_showtimes call's venues[*].venue_code field. If omitted, all venues are returned.
Example queries
- {"city":"bengaluru","date":"20260825","event_code":"ET00378770"}