Discover/landmarktheatres.com API
live

landmarktheatres.com APIlandmarktheatres.com

Access Landmark Theatres movie listings, showtimes with ticketing URLs, occupancy data, and a full US theater directory via a simple REST API.

Endpoints
3
Updated
3mo ago
Try it
Direct theater ID (e.g. 'X00QM'). Overrides theater_name if provided. Get IDs from list_th
Theater name to search for (e.g. 'Denver Pavilions', 'Kendall Square'). Partial matching s
api.parse.bot/scraper/016221b1-56cc-4f50-bec1-bb385802ef14/<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/016221b1-56cc-4f50-bec1-bb385802ef14/now_playing' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Get all movies currently playing or scheduled at a specific Landmark Theatre location. Returns full movie details including title, runtime, genres, cast, directors, synopsis, rating, poster URL, trailer URL, and scheduled dates. If neither theater_id nor theater_name is provided, returns results for a default location.

Input
ParamTypeDescription
theater_idstringDirect theater ID (e.g. 'X00QM'). Overrides theater_name if provided. Get IDs from list_theaters endpoint.
theater_namestringTheater name to search for (e.g. 'Denver Pavilions', 'Kendall Square'). Partial matching supported.
Response
{
  "type": "object",
  "fields": {
    "total": "integer count of movies",
    "movies": "array of movie objects with id, title, runtime_minutes, genres, directors, cast, synopsis, rating, advisory, poster_url, trailer_url, scheduled_dates, release_date",
    "theater_id": "string theater identifier",
    "theater_name": "string resolved theater name or ID"
  },
  "sample": {
    "data": {
      "total": 23,
      "movies": [
        {
          "id": "203103",
          "cast": [
            "Keira Knightley",
            "Mark Ruffalo",
            "Hailee Steinfeld"
          ],
          "title": "Begin Again",
          "genres": [
            "Drama",
            "Romance",
            "Music"
          ],
          "rating": "R",
          "advisory": null,
          "synopsis": "Gretta and her long-time boyfriend Dave are college sweethearts...",
          "directors": [
            "John Carney"
          ],
          "poster_url": "https://all.web.img.acsta.net/img/8d/55/8d552111cfdd02bd5781a29eaf0ec257.jpg",
          "trailer_url": "https://m.boxoffice.media/QuickTime/168086_hd.mov",
          "release_date": "2014-07-11T00:00:00.000Z",
          "runtime_minutes": 104,
          "scheduled_dates": [
            "2026-05-17",
            "2026-05-20"
          ]
        }
      ],
      "theater_id": "X00QM",
      "theater_name": "X00QM"
    },
    "status": "success"
  }
}

About the landmarktheatres.com API

The Landmark Theatres API covers 3 endpoints that expose movie listings, dated showtimes, and a complete theater directory for Landmark Theatres locations across the United States. The get_showtimes endpoint returns individual screening times with direct ticketing URLs and occupancy rates. The list_theaters endpoint provides geocoordinates, screen counts, and time zones for every location.

What the API Returns

The now_playing endpoint accepts either a theater_id (e.g. X00QM) or a partial theater_name string and returns an array of movie objects for that location. Each movie object includes title, runtime_minutes, genres, directors, cast, synopsis, rating, advisory, poster_url, and trailer_url, along with the scheduled dates for which the film is available. The endpoint resolves the theater and echoes back both theater_id and theater_name so lookups are unambiguous.

Showtimes Detail

The get_showtimes endpoint adds a date parameter (format YYYY-MM-DD, defaults to today) and returns a per-movie showtimes array. Each showtime entry includes the screening start time, a direct ticketing URL, occupancy rate, and accessibility tags (e.g. closed captions, audio description). Combining theater_id and date is the most precise query pattern; partial theater_name matching also works when the exact ID is not known.

Theater Directory

The list_theaters endpoint takes no inputs and returns all Landmark locations sorted alphabetically. Each theater object includes id, name, address, city, state, zip, phone, screens, time_zone, latitude, longitude, and description. The id values returned here are the theater_id strings used as input to the other two endpoints, so this endpoint is the natural starting point for building location-aware applications.

Common use cases
  • Build a local movie finder that surfaces what's playing near a user based on theater geocoordinates from list_theaters.
  • Send daily showtime digest emails using get_showtimes with a specific date and theater, including direct ticketing links.
  • Display cast, synopsis, and poster images for now-playing films in a venue app using fields from now_playing.
  • Aggregate occupancy rates across Landmark locations to identify high-demand screenings.
  • Power a chatbot that answers 'what's playing tonight at the Kendall Square theater' using partial name matching.
  • Map all Landmark locations with screen counts and time zones using latitude, longitude, and time_zone from list_theaters.
  • Filter currently playing films by genre or rating using the genres and rating fields from now_playing.
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 Landmark Theatres have an official developer API?+
Landmark Theatres does not publish a public developer API or documented data feed for third-party use.
What does the `get_showtimes` endpoint return beyond screening times?+
Each showtime entry includes the start time, a direct ticketing URL for that specific screening, an occupancy rate, and accessibility tags such as closed captions or audio description. The response also carries movie-level fields like runtime_minutes, rating, and poster_url so you don't need a separate call to display a full showtime card.
Does the API cover historical showtimes or only current and upcoming dates?+
The API covers currently playing and upcoming scheduled films. Past showtimes are not exposed. You can fork this API on Parse and revise it to add a caching or archiving layer if historical schedule data is important to your use case.
Can I retrieve showtimes for all theaters at once in a single call?+
Currently, both now_playing and get_showtimes require a theater_id or theater_name and return results for one location at a time. You can retrieve the full theater list from list_theaters and iterate over the IDs. If you need a single bulk endpoint, you can fork this API on Parse and revise it to add a multi-theater query endpoint.
Are there any known coverage limitations with the theater directory?+
The list_theaters endpoint covers Landmark Theatres US locations as listed on their website. Theaters that have closed or are temporarily suspended may appear or be absent depending on how the source reflects their current status. No Canadian or international locations are included in the current directory.
Page content last updated . Spec covers 3 endpoints from landmarktheatres.com.
Related APIs in EntertainmentSee all →
noor-book.com API
Search and discover books across 1,800+ categories in the Noor Book library, retrieving detailed information about titles, authors, biographies, and book metadata. Access comprehensive author profiles and browse one of the largest Arabic and English digital book collections with over 289,000 authors.
vg.no API
Access VG.no's latest news, articles, sports scores, and TV guides through a single interface where you can browse the front page, search articles by topic, view category-specific content, and find related stories. Get real-time sports scores and television schedules alongside comprehensive news coverage from Norway's leading news outlet.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
novelbin.me API
Search and browse novels by title, genre, or popularity, and explore trending, completed, or recently updated works. Access full novel details, chapter listings, chapter content, author information, related titles, and reader comments. Authenticated users can manage bookmarks with reading-status tracking and subscribe to novels for update notifications.
quizbowlpackets.com API
Search and browse thousands of quizbowl question sets across all competition levels, then access detailed metadata like difficulty, subjects, and download links for each packet. Find the perfect practice materials for High School, Collegiate, Middle School, or Pop Culture quizbowl competitions.
glastonburyfestivals.co.uk API
Discover historical and current Glastonbury Festival line-ups, find artist set times and stage locations, and search for specific performers across all festival years. Stay updated with the latest festival news and explore detailed information about festival areas and stages.
puntoticket.com API
Browse and search events happening in Chile with PuntoTicket, viewing featured shows, filtering by category, and checking detailed pricing and availability for concerts, theater, sports, and more. Find the perfect event by exploring all listings or discovering what's trending right now.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.
Landmark Theatres API – Showtimes & Listings · Parse