Discover/tickets.cinema-city.co.il API
live

tickets.cinema-city.co.il APItickets.cinema-city.co.il

Get real-time Cinema City Israel movie schedules, showtimes, and booking links across all branches via a single API endpoint.

Endpoints
1
Updated
4h ago
Try it
Numeric location ID to filter by a specific branch. Use 0 to retrieve all branches. Known IDs include 1173 (Rishon LeZion), 1176 (Netanya), 1178 (Beer Sheva), 1170 (Glilot), 1181 (Ashdod).
Whether to include movie synopsis. Accepts 0 (no synopsis) or 1 (include synopsis).
api.parse.bot/scraper/222a3403-419e-4566-b9fe-f848e9a705ff/<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/222a3403-419e-4566-b9fe-f848e9a705ff/get_schedule' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalclick to expand

Get the full cinema schedule grouped by branch name. Returns an object where each key is a branch name (e.g. סינמה סיטי ראשל"צ, סינמה סיטי נתניה) and each value is an array of movies with their showtimes and booking links. When location_id is 0, all branches are returned.

Input
ParamTypeDescription
location_idstringNumeric location ID to filter by a specific branch. Use 0 to retrieve all branches. Known IDs include 1173 (Rishon LeZion), 1176 (Netanya), 1178 (Beer Sheva), 1170 (Glilot), 1181 (Ashdod).
include_synopsisstringWhether to include movie synopsis. Accepts 0 (no synopsis) or 1 (include synopsis).
Response
{
  "type": "object",
  "fields": {
    "branch_name (dynamic key)": "object with array of movie objects, each containing movie_title (string), showtimes (array of datetime strings in YYYY-MM-DD HH:MM format), and booking_links (array of URLs)"
  },
  "sample": {
    "סינמה סיטי נתניה": [
      {
        "showtimes": [
          "2026-06-14 22:20",
          "2026-06-15 22:00"
        ],
        "movie_title": "הישרדות ללא תקווה",
        "booking_links": [
          "https://tickets.cinema-city.co.il/order/809760",
          "https://tickets.cinema-city.co.il/order/809767"
        ]
      },
      {
        "showtimes": [
          "2026-06-14 22:30",
          "2026-06-14 22:40"
        ],
        "movie_title": "אובססיה",
        "booking_links": [
          "https://tickets.cinema-city.co.il/order/809762",
          "https://tickets.cinema-city.co.il/order/809750"
        ]
      }
    ]
  }
}

About the tickets.cinema-city.co.il API

The Cinema City Israel API exposes 1 endpoint — get_schedule — that returns the full movie schedule across all Cinema City Israel branches, covering movie titles, datetime-formatted showtimes, and direct booking links. Results are grouped by branch name (Hebrew keys such as סינמה סיטי ראשל"צ), making it straightforward to display or compare showtime data per location. The response includes up to 5 response fields per movie object.

What get_schedule Returns

The get_schedule endpoint returns an object where each key is a branch name in Hebrew (e.g. סינמה סיטי נתניה) and the value is an array of movie objects. Each movie object includes movie_title (string), showtimes (array of datetime strings in YYYY-MM-DD HH:MM format), and a booking link pointing directly to the Cinema City ticketing flow. This structure lets you iterate over branches or drill into a specific cinema with minimal post-processing.

Filtering by Location

The location_id parameter accepts a numeric branch ID as a string. Passing 0 returns all branches in a single response. Known IDs include 1173 for specific branches. When targeting a single branch, the response object will contain only that branch's key and movie array, reducing payload size if you're building a branch-specific view.

Synopsis Support

An optional include_synopsis parameter (accepts "0" or "1") controls whether a text synopsis is appended to each movie object. This is useful when building a full listing page but can be omitted to keep responses lighter when you only need showtimes and booking links.

Coverage and Freshness

The schedule reflects what is currently listed on the Cinema City Israel ticketing site at tickets.cinema-city.co.il. Data is branch-scoped to Israeli Cinema City locations and is not shared with or aware of Cinema City branches in other countries. Showtimes are in local Israeli time.

Common use cases
  • Display today's showtimes for a specific Cinema City Israel branch in a mobile app using location_id filtering
  • Aggregate booking links across all branches to compare availability for a specific movie title
  • Build a Hebrew-language cinema guide that lists all currently screening movies with their exact start times
  • Send automated alerts when new showtimes are added for a particular movie title at a selected branch
  • Populate a weekly cinema schedule widget with datetime-stamped showtimes from the showtimes array
  • Render movie detail pages with synopsis text by enabling the include_synopsis parameter
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 Cinema City Israel have an official developer API?+
Cinema City Israel does not publish a public developer API or API documentation. There is no official endpoint, SDK, or developer portal available from the company.
How are branches identified in the get_schedule response?+
Branches are returned as dynamic top-level keys in the response object, using their Hebrew display names (e.g. סינמה סיטי ראשל"צ). If you need a specific branch rather than all branches, pass its numeric ID string to the location_id parameter — for example, '1173'. Passing '0' returns all branches at once.
Does the API return ticket pricing or seat availability?+
Not currently. The API covers movie titles, showtimes in YYYY-MM-DD HH:MM format, and direct booking links per branch. Ticket pricing and seat-level availability are not included in the response. You can fork this API on Parse and revise it to add an endpoint that retrieves those details.
Are Cinema City branches outside Israel covered?+
No. The API is scoped exclusively to Israeli Cinema City branches listed on tickets.cinema-city.co.il. Cinema City operates locations in other countries (Poland, Czech Republic, Hungary, etc.) but those are not covered here. You can fork this API on Parse and revise it to point at the relevant regional domain for those locations.
What time zone do the showtimes use?+
Showtimes are returned in Israeli local time (Asia/Jerusalem). The format is YYYY-MM-DD HH:MM. The API does not include a UTC offset field alongside each showtime, so your application should apply the Asia/Jerusalem timezone when converting or displaying times.
Page content last updated . Spec covers 1 endpoint from tickets.cinema-city.co.il.
Related APIs in EntertainmentSee all →
store.steampowered.com API
Search Steam Store listings, fetch featured categories (specials, top sellers, new releases), and retrieve app details and user reviews by Steam AppID.
justwatch.com API
Search for movies and TV shows, retrieve streaming availability and detailed metadata, browse trending content, and discover similar titles — all via JustWatch.
seatgeek.com API
Search for events and performers, view ticket listings with pricing data, and explore venue information across multiple event categories. Get real-time insights into event details, ticket price trends, and what's currently trending to help you find and compare tickets.
poe.ninja API
Access real-time Path of Exile economy data from poe.ninja, including item prices, currency exchange rates, divination card values, market trends, and build statistics by class.
rcdb.com API
Discover and explore roller coasters and amusement parks with detailed information including coaster specifications, park details, images, and search capabilities. Find random coasters for inspiration or quickly search for specific rides to compare features and view photos from the world's largest roller coaster database.
stubhub.com API
Search and discover tickets across StubHub's marketplace by looking up events, performers, and categories to find exactly what you want to attend. Browse event details, performer schedules, and curated category collections to compare available tickets and make informed purchasing decisions.
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.
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.