Discover/hotcinema.co.il API
live

hotcinema.co.il APIhotcinema.co.il

Access Hot Cinema Israel movie listings, showtimes, cast details, and real-time seat availability across all theater locations via a simple REST API.

Endpoints
4
Updated
27d ago
Try it

No input parameters required.

api.parse.bot/scraper/e63f4d9e-3db1-45df-9a44-4147363c15bb/<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/e63f4d9e-3db1-45df-9a44-4147363c15bb/get_movies' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Get a list of all movies currently showing in theaters. Scrapes the Hot Cinema homepage for all movie listings.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "movies": "array of movie objects with movie_id and title"
  },
  "sample": {
    "data": {
      "movies": [
        {
          "title": "השטן לובשת פראדה 2",
          "movie_id": "3595"
        },
        {
          "title": "טופ גאן חגיגות 40 שנה: אהבה בשחקים + אהבה בשחקים מאווריק",
          "movie_id": "3708"
        }
      ]
    },
    "status": "success"
  }
}

About the hotcinema.co.il API

The Hot Cinema Israel API covers 4 endpoints that expose current movie listings, detailed film metadata, per-date showtimes across all theaters, and live seat availability. Starting with get_movies to retrieve active titles and their IDs, you can chain through to get_showtimes and get_available_seats to build a complete picture of what's playing, when, and how full each screening is.

Movie Listings and Details

get_movies returns an array of movie objects, each with a movie_id and title, representing everything currently showing at Hot Cinema locations. Pass that movie_id to get_movie_details to retrieve richer metadata: synopsis, director, cast (array of strings), duration, rating, original_title, a poster image URL, and an array of stills. The slug parameter on get_movie_details is optional — movie_id is the reliable key.

Showtimes

get_showtimes accepts a required movie_id and an optional date in DD/MM/YYYY format, defaulting to today if omitted. Each item in the returned showtimes array includes event_id, theater_id, theater_name, date, hour, screen_type, language, and an is_vip flag. This lets you filter by theater, language version, or screen format without additional requests.

Seat Availability

get_available_seats takes a site_id (the ticketing system identifier for the theater — for example, 1195 for Haifa or 1197 for Kfar Saba) and an event_id from get_showtimes. The response gives capacity, occupied_seats, and available_seats as integers, making it straightforward to check how full a specific screening is before presenting it to a user.

Common use cases
  • Display a real-time cinema schedule widget showing all Hot Cinema showtimes for a given date with language and screen type filters.
  • Alert users when available seats for a target screening drop below a threshold using get_available_seats.
  • Build a movie discovery feed combining poster, synopsis, cast, and rating from get_movie_details.
  • Compare occupancy across theaters for the same film by looping get_available_seats over multiple site_id values.
  • Track which films are currently showing by polling get_movies and diffing the returned title list over time.
  • Populate a mobile app's 'Now Playing' section with Hot Cinema-specific data including VIP screening flags and screen type.
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 Hot Cinema Israel offer an official developer API?+
Hot Cinema (hotcinema.co.il) does not publish a public developer API or documented endpoint set for third-party use.
What does `get_showtimes` return beyond just the time of a screening?+
Each showtime object includes event_id, theater_id, theater_name, date, hour, screen_type (e.g. standard vs. premium format), language, and an is_vip boolean. This is enough to distinguish between dubbed vs. subtitled screenings and VIP vs. regular auditoriums within a single response.
Can I look up showtimes for a specific theater rather than all theaters at once?+
get_showtimes returns results for all theaters for a given movie_id and date — there is no theater_id filter parameter on that endpoint. You can filter the returned array client-side by theater_id or theater_name. You can fork the API on Parse and revise it to add a theater-scoped filter parameter if you need server-side filtering.
Does the API cover trailers, user reviews, or ticket purchasing?+
Not currently. The API covers movie metadata (cast, synopsis, poster, stills), showtimes, and seat availability counts. Trailers, user reviews, and ticket purchasing flows are not exposed. You can fork the API on Parse and revise it to add endpoints for any of those if the source data is accessible.
How fresh is the seat availability data from `get_available_seats`?+
Seat counts reflect the state of the Hot Cinema ticketing system at the time of the request. For high-demand screenings, counts can shift quickly; polling the endpoint periodically is the most reliable approach for near-real-time accuracy.
Page content last updated . Spec covers 4 endpoints from hotcinema.co.il.
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.
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.
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.
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.
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.
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.
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.