{
  "schemaVersion": "1.0",
  "feedType": "showtime-index",
  "site": {
    "name": "Leffa-ajat Helsinki",
    "url": "https://leffajat.fi/",
    "language": "fi-FI"
  },
  "city": {
    "id": "helsinki",
    "name": "Helsinki",
    "country": "FI",
    "timezone": "Europe/Helsinki"
  },
  "generatedAt": "2026-06-03T08:20:40+03:00",
  "dataFreshness": "live-complete",
  "sourcePriority": [
    {
      "id": "finnkino",
      "priority": 1,
      "name": "Finnkino",
      "url": "https://www.finnkino.fi/en"
    },
    {
      "id": "biorex",
      "priority": 2,
      "name": "BioRex",
      "url": "https://biorex.fi/ELOKUVAT/?type=showtimes"
    },
    {
      "id": "gilda",
      "priority": 3,
      "name": "Gilda",
      "url": "https://www.gilda.fi/"
    },
    {
      "id": "kino-konepaja",
      "priority": 4,
      "name": "Kino Konepaja",
      "url": "https://kinokonepaja.fi/#elokuvat"
    },
    {
      "id": "korjaamo-kino",
      "priority": 5,
      "name": "Korjaamo Kino",
      "url": "https://korjaamokino.fi/schedule"
    },
    {
      "id": "riviera",
      "priority": 6,
      "name": "Riviera",
      "url": "https://www.rivieracinemas.fi/"
    },
    {
      "id": "kino-engel",
      "priority": 7,
      "name": "Kino Engel",
      "url": "https://kinoengel.fi/ohjelmisto/"
    },
    {
      "id": "cinema-orion",
      "priority": 8,
      "name": "Cinema Orion",
      "url": "https://cinemaorion.fi/en/ohjelmisto/elokuvat/"
    },
    {
      "id": "kino-regina",
      "priority": 9,
      "name": "Kino Regina",
      "url": "https://kinoregina.fi/ohjelmisto/elokuvat/"
    },
    {
      "id": "whs-union",
      "priority": 10,
      "name": "WHS Teatteri Union",
      "url": "https://teatteriunion.fi/esitykset/"
    }
  ],
  "availableDates": [
    {
      "date": "2026-06-03",
      "htmlUrl": "https://leffajat.fi/feeds/helsinki/2026-06-03/",
      "jsonUrl": "https://leffajat.fi/api/showtimes/helsinki/2026-06-03.json",
      "markdownUrl": "https://leffajat.fi/api/showtimes/helsinki/2026-06-03.md",
      "screeningCount": 182,
      "movieCount": 49,
      "theaterCount": 13,
      "totalTheaterCount": 15
    },
    {
      "date": "2026-06-04",
      "htmlUrl": "https://leffajat.fi/feeds/helsinki/2026-06-04/",
      "jsonUrl": "https://leffajat.fi/api/showtimes/helsinki/2026-06-04.json",
      "markdownUrl": "https://leffajat.fi/api/showtimes/helsinki/2026-06-04.md",
      "screeningCount": 182,
      "movieCount": 48,
      "theaterCount": 13,
      "totalTheaterCount": 15
    },
    {
      "date": "2026-06-05",
      "htmlUrl": "https://leffajat.fi/feeds/helsinki/2026-06-05/",
      "jsonUrl": "https://leffajat.fi/api/showtimes/helsinki/2026-06-05.json",
      "markdownUrl": "https://leffajat.fi/api/showtimes/helsinki/2026-06-05.md",
      "screeningCount": 192,
      "movieCount": 46,
      "theaterCount": 14,
      "totalTheaterCount": 15
    }
  ],
  "aliases": [
    {
      "name": "today",
      "date": "2026-06-03",
      "htmlUrl": "https://leffajat.fi/feeds/helsinki/today/",
      "jsonUrl": "https://leffajat.fi/api/showtimes/helsinki/today.json",
      "markdownUrl": "https://leffajat.fi/api/showtimes/helsinki/today.md",
      "note": "Relative alias generated at build time; exact YYYY-MM-DD URLs are canonical."
    },
    {
      "name": "tomorrow",
      "date": "2026-06-04",
      "htmlUrl": "https://leffajat.fi/feeds/helsinki/tomorrow/",
      "jsonUrl": "https://leffajat.fi/api/showtimes/helsinki/tomorrow.json",
      "markdownUrl": "https://leffajat.fi/api/showtimes/helsinki/tomorrow.md",
      "note": "Relative alias generated at build time; exact YYYY-MM-DD URLs are canonical."
    }
  ],
  "schema": {
    "city": "Helsinki-only scope. Timezone is Europe/Helsinki.",
    "filters": "Static feeds are not server-filtered. Filter client-side by date, startTime, theater.id, theater.name, theater.neighborhood, audioLanguage.code, movie.title, movie.genres, movie.kidSuitable, movie.ageRatingNormalized, format, auditorium, availability.status, source.id, or source.name.",
    "screening": "Each screening includes stable ids, start time, theater, movie, language names and codes, format, auditorium, booking URL, availability status, and source priority metadata.",
    "theater": "Each daily feed includes all Helsinki theater pages. A theater can have screeningCount 0 and hasScreenings false when it has no known screenings for that date.",
    "finalAvailability": "Use bookingUrl on the official theater site for final seats, prices, accessibility details, cancellations, and purchases."
  },
  "examples": [
    {
      "label": "Filter by theater and spoken language",
      "feedUrl": "https://leffajat.fi/api/showtimes/helsinki/2026-06-03.json",
      "filters": {
        "theater.id": "finnkino-kinopalatsi",
        "audioLanguage.code": "FI"
      }
    },
    {
      "label": "Filter by independent and specialty theater ids",
      "feedUrl": "https://leffajat.fi/api/showtimes/helsinki/2026-06-03.json",
      "filters": {
        "theater.id": [
          "cinema-orion",
          "gilda",
          "kino-engel",
          "kino-konepaja",
          "kino-regina",
          "korjaamo-kino",
          "riviera-kallio",
          "riviera-punavuori",
          "whs-union"
        ]
      }
    },
    {
      "label": "Filter by movie suitability flag",
      "feedUrl": "https://leffajat.fi/api/showtimes/helsinki/2026-06-03.json",
      "filters": {
        "movie.kidSuitable": true
      }
    }
  ]
}
