Discover/fandango.com API
live

fandango.com APIfandango.com

Retrieve movie showtimes, theater listings, and format details from Fandango by ZIP code and date. Search movies, get IMAX/3D availability, and more.

Endpoints
5
Updated
1mo ago
Try it
Max results to return
Search keyword (movie title)
api.parse.bot/scraper/d5a6141a-e018-4735-a391-d60b18e9a537/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/d5a6141a-e018-4735-a391-d60b18e9a537/search_movies?limit=10&query=avatar' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search for movies by title keyword. Returns matching movies with IDs, titles, release dates, and poster thumbnails.

Input
ParamTypeDescription
limitintegerMax results to return
queryrequiredstringSearch keyword (movie title)
Response
{
  "type": "object",
  "fields": {
    "query": "string - search term used",
    "total": "integer - number of results",
    "movies": "array of movie objects with id, name, link, release_date, poster_thumbnail"
  },
  "sample": {
    "data": {
      "query": "avatar",
      "total": 4,
      "movies": [
        {
          "id": "07nkj4RE",
          "link": "/avatar-fire-and-ash-2025-241479/movie-overview",
          "name": "Avatar: Fire and Ash (2025)",
          "release_date": "2025-12-19T00:00:00",
          "poster_thumbnail": "https://images.fandango.com/ImageRenderer/100/0/redesign/static/img/default_poster.png/0/images/MasterRepository/fandango/241479/A3Payoff_AshHordeCotaBottom_BigFire_017g_004_w10_Mech9_1.jpg"
        }
      ]
    },
    "status": "success"
  }
}

About the fandango.com API

The Fandango API exposes 5 endpoints for querying movie showtimes, theater listings, and screening format availability across the US. Starting with search_movies, you can find Fandango movie IDs by title, then feed those IDs into get_movie_showtimes or get_movie_formats to retrieve time slots, theater names, and format variants like IMAX, 3D, and Premium Format — all filtered by ZIP code and date.

Movie Search and Identification

The search_movies endpoint accepts a query string (movie title keyword) and an optional limit, returning an array of movie objects that include id, name, release_date, link, and poster_thumbnail. The id field is the numeric Fandango movie ID you'll pass to the showtime and format endpoints. The total field tells you how many matches exist regardless of the limit applied.

Showtimes by Movie or by Theater

get_movie_showtimes takes a movie_id, an optional zip_code, and an optional date (YYYY-MM-DD; defaults to today). It returns a theaters array where each theater object carries an id, name, and a variants array. Each variant has a format_header (e.g., "Standard", "IMAX", "3D") and the specific showtimes for that format. get_theaters inverts this — given a zip_code and optional date, it returns nearby theaters with their address, city, state, amenities, and a movies array listing what's currently showing and when.

Format Availability and Screening Calendar

get_movie_formats uses the same movie_id and zip_code inputs as the showtimes endpoint but organizes results specifically around format variants, making it straightforward to see which theaters in an area are offering IMAX or Premium Format for a given film on a given date. For planning further ahead, get_movie_calendar accepts a movie_slug (e.g., michael-2026-243301) and returns a calendar array with per-day has_showtime booleans, plus an available_dates list of YYYY-MM-DD strings. For films without scheduled showtimes yet, both start_date and end_date return null and the arrays are empty.

Common use cases
  • Build a local theater finder that lists nearby venues, their amenities, and tonight's showtimes by ZIP code
  • Display IMAX and Premium Format availability for a specific movie across theaters in a metro area
  • Power a movie-release calendar feature using get_movie_calendar to surface the first date tickets go on sale
  • Aggregate showtime data across multiple ZIP codes to compare regional release schedules for new films
  • Create a format-price comparison tool by pairing get_movie_formats results with external ticket price data
  • Alert users when a movie they've searched for gains available showtime dates via the available_dates field
  • Match a movie's poster_thumbnail and release_date from search_movies into a browsable film discovery UI
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Fandango have an official public developer API?+
Fandango does not offer a public developer API. There is no documented REST or GraphQL interface available at a developer portal for third-party access to their showtime and theater data.
What does `get_movie_formats` return that `get_movie_showtimes` doesn't?+
get_movie_formats and get_movie_showtimes share the same core response shape — both return a theaters array with variants containing format_header and showtimes. The difference is intent: get_movie_formats is oriented around enumerating distinct viewing formats (Standard, 3D, IMAX, Premium Format) for a film, while get_movie_showtimes focuses on the full showtime schedule per theater. Use get_movie_formats when you specifically need to surface format options to users; use get_movie_showtimes when you want a comprehensive per-theater schedule.
Is showtime coverage limited to the US?+
Yes. All location filtering is done via 5-digit US ZIP codes, and theater and showtime data reflects Fandango's US coverage. Non-US markets are not covered by this API.
Does the API return ticket prices or seat availability?+
Not currently. The endpoints return theater names, screening formats, showtime slots, and movie metadata, but do not include ticket prices or real-time seat counts. You can fork this API on Parse and revise it to add an endpoint targeting that data.
Can I retrieve movie ratings, reviews, or cast information through this API?+
Not currently. The API covers showtimes, theater listings, screening formats, and the movie calendar — fields like critic scores, audience ratings, cast, or plot summaries are not returned by any endpoint. You can fork the API on Parse and revise it to add the missing endpoint.
Page content last updated . Spec covers 5 endpoints from fandango.com.
Related APIs in EntertainmentSee all →
movietickets.com API
Find movie showtimes and theaters near you, browse now playing and coming soon films, and get detailed movie information including ratings and schedules. Plan your movie nights by checking availability across theaters and viewing comprehensive movie metadata all in one place.
atomtickets.com API
Find movie showtimes, theater locations, and ticket prices in your area, then browse current and upcoming films with detailed information. Search for specific movies or theaters to compare showtimes and pricing across venues near you.
amctheatres.com API
Find movie showtimes and browse theatre locations across AMC Theatres, with the ability to filter by specific theatre, date, and market area. Quickly discover what's playing and plan your cinema visits with current availability at your preferred locations.
landmarktheatres.com API
Find current movies, check showtimes, and browse Landmark Theatres locations nationwide with direct ticketing links. Search what's playing at any US Landmark Theatre and get all the information you need to plan your movie outing.
mymovies.it API
Search for movies and showtimes across Italian cinemas, find what's playing near you by city, and discover detailed information about films, cast members, and box office rankings. Browse upcoming releases and get comprehensive cinema details to plan your movie nights.
cinemark.cl API
Discover movies playing at Cinemark Chile cinemas, check showtimes and ticket prices, browse concession options, and explore current promotions and rewards program details. Plan your cinema visit by searching available theaters, viewing movie information, and accessing exclusive deals all in one place.
filmaffinity.com API
Search FilmAffinity's film database by title, director, genre, year, and more. Retrieve detailed movie information including cast, crew, synopsis, ratings, and user reviews. Access top-rated lists, box office rankings, theatrical and streaming releases, and full filmographies for cast and crew members.
uae.voxcinemas.com API
Search and discover movies playing at VOX Cinemas across the UAE, view detailed information about specific films and cinema locations, and check real-time showtimes for your preferred screenings. Get comprehensive details about each cinema including their facilities and locations to plan your movie experience.