UK CINEMA DATA API

Cinema showtimes, without the scraping headache.

One typed API for UK cinemas, films, attributes, and fresh showtimes. Built for products that need reliable cinema data.

curl https://api.cinemadata.uk/v1/showtimes \
  -H "Authorization: Bearer cd_live_..."

{
  "data": [{
    "cinemaId": "cin_...",
    "filmId": "film_...",
    "startsAt": "2026-07-28T19:30:00Z"
  }]
}