Discover/movietickets.com API
live

movietickets.com APImovietickets.com

Access now-playing movies, theater locations, showtimes, and Rotten Tomatoes scores from MovieTickets.com via 7 structured API endpoints.

Endpoints
7
Updated
4mo ago
Try it

No input parameters required.

api.parse.bot/scraper/e10a8363-fbd8-4be1-99a1-ac0dc298ae15/<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/e10a8363-fbd8-4be1-99a1-ac0dc298ae15/get_now_playing_movies' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Retrieves all movies currently showing in theaters. Returns an array of movie summaries from the MovieTickets.com listings page.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "movies": "array of movie objects, each containing movie_id, slug, title, poster_url, rt_score, audience_score, and url"
  },
  "sample": {
    "data": {
      "movies": [
        {
          "url": "https://www.fandango.com/the-devil-wears-prada-2-2026-243909/movie-overview",
          "slug": "the-devil-wears-prada-2-2026",
          "title": "The Devil Wears Prada 2 (2026)",
          "movie_id": "243909",
          "rt_score": null,
          "poster_url": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/MasterRepository/fandango/243909/DWP2_OOH_SHELTER_STAIRCASE_GROUP_FIN-12_Simplified_Mech7.jpg",
          "audience_score": null
        }
      ]
    },
    "status": "success"
  }
}

About the movietickets.com API

The MovieTickets.com API covers 7 endpoints that surface theater schedules, movie metadata, and ticketing data from the MovieTickets.com (Fandango) platform. Starting with get_now_playing_movies or get_coming_soon_movies, you can retrieve movie IDs and slugs needed to chain into showtime lookups, detailed cast and crew records, and Rotten Tomatoes critic and audience scores — all in structured JSON without building your own scraper or session management.

Movie Discovery and Metadata

get_now_playing_movies and get_coming_soon_movies each return an array of movie objects with fields including movie_id, slug, title, poster_url, rt_score, and audience_score. These IDs and slugs serve as the input keys for every other endpoint. get_movie_details accepts a movie_id and returns a movieInfo object with genres, runtime, rating, synopsis, cast, crew, directors, releaseDate, and trailer data, plus an images array with URIs at multiple sizes. get_movie_scores returns a focused data object with criticsScore, audienceScore, criticsRating, audienceRating, certifiedFresh status, and a direct rottenTomatoesUrl.

Theater and Showtime Lookup

All theater and showtime queries are anchored to a 5-digit US zip_code. get_theaters_near_location returns a theaters array where each entry includes id, name, address, cityStateZip, distance, and a hasConcessions flag, plus a top-level concessionsEnabled boolean. For showtimes, the workflow is two-step: call get_movie_calendar with a slug, movie_id, and zip_code to get a movieCalendar object containing a showtimeDates array of YYYY-MM-DD strings, then pass one of those dates to get_movie_showtimes.

Showtime Detail Structure

get_movie_showtimes returns a theaterShowtimes object with a theaters array. Each theater entry carries id, name, address, distance, and a variants array that breaks showtimes into format and amenity groups — so IMAX, Dolby, 3D, and standard screenings appear as distinct entries. Individual showtime slots include ticketing URLs, enabling direct deep-linking to the booking flow on MovieTickets.com.

Coverage Notes

The API covers US theaters only; all location queries require a valid US zip_code. Movie IDs are specific to the MovieTickets.com catalog and are not interchangeable with IDs from other ticketing platforms. Cast and crew fields in get_movie_details return ID references rather than full biographical records.

Common use cases
  • Build a local showtime finder that maps get_theaters_near_location results against get_movie_showtimes for a given zip code and date
  • Aggregate Rotten Tomatoes critic and audience scores from get_movie_scores into a movie recommendation feed
  • Populate a movie detail page with poster, synopsis, runtime, genres, and trailer data from get_movie_details
  • Create calendar-aware notifications by polling get_movie_calendar for new showtime dates as they become available
  • Compare now-playing vs. coming-soon title lists to track when a film transitions from upcoming to actively scheduled
  • Deep-link users directly to ticket purchase pages using showtime ticketing URLs returned by get_movie_showtimes
  • Filter theater listings by concession availability using the hasConcessions field from get_theaters_near_location
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 MovieTickets.com have an official public developer API?+
MovieTickets.com (now operated under Fandango) does not publish a general-purpose public developer API with open registration. This Parse API provides structured access to the same data available on the MovieTickets.com site.
What does get_movie_showtimes actually return, and how granular is the format breakdown?+
It returns a theaterShowtimes object containing a theaters array. Each theater includes a variants array that separates showtimes by format and amenity group — so IMAX, Dolby, 3D, and standard screenings appear as distinct entries, each with individual showtime slots and ticketing URLs.
Does the API cover theaters outside the United States?+
No. All location-based endpoints — get_theaters_near_location, get_movie_calendar, and get_movie_showtimes — require a 5-digit US zip code. International theater coverage is not available. You can fork this API on Parse and revise it to add a location query format that targets international markets if the underlying data becomes accessible.
Can I retrieve full cast and crew biographical details through get_movie_details?+
The cast and crew fields in get_movie_details return ID references, not full biographical records. Names, filmographies, and profile images for individual cast or crew members are not currently returned. You can fork the API on Parse and revise it to add a dedicated person-detail endpoint that resolves those IDs into full records.
How do I get showtimes for a specific movie — is there a direct single-call path?+
Showtime retrieval requires two calls. First, call get_movie_calendar with the movie's slug, movie_id, and a zip_code to get available showtimeDates. Then call get_movie_showtimes with a date from that array, the same movie_id, and zip_code. The calendar step is necessary because not every date has showings in every location.
Page content last updated . Spec covers 7 endpoints from movietickets.com.
Related APIs in EntertainmentSee all →
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.
fandango.com API
Search for movies and retrieve nearby theater listings with showtimes by ZIP code and date, plus showtimes for a specific movie at nearby theaters.
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.
in.bookmyshow.com API
Browse movies and live events across Indian cities on BookMyShow. Retrieve recommended and now-showing movies, upcoming releases, and event listings with full details including cast, synopsis, ticket info, and similar recommendations.
rottentomatoes.com API
Search for movies and TV shows, get detailed information like ratings and reviews, and browse curated collections to discover what to watch. Access comprehensive Rotten Tomatoes data including critic and audience scores, plot details, and user reviews all in one place.
hotcinema.co.il API
Access current movie listings, detailed film information, showtimes, and seat availability for Hot Cinema Israel locations. Retrieve titles, synopses, cast details, posters, screening schedules, and real-time seat counts across all theaters.