Home / Indexes
Movies indexes
Movies data index map for crawlable pages, same-origin proxy URLs, and upstream REST API routes.
Data pages
| Page | Description | API route |
|---|---|---|
| Sources | Cinema-chain adapters, platform capabilities, and source horizons. | GET /sources |
| Chains | Cinema chains with coverage, business-date windows, and freshness. | GET /chains |
| Theaters | Theater search by text, chain, state, city, and capability. | GET /theaters/search |
| Films | Movie title search and currently playing film catalog rows. | GET /movies/search |
| Showtimes | Screening search by theater, movie, chain, date, and seat capability. | GET /showtimes/search |
REST routes
| Route | Purpose | Same-origin proxy | Upstream |
|---|---|---|---|
| Stats | Postgres read-model row counts and capture window. | /api/mv/stats | https://api.bluedoor.sh/movies/v1/stats |
| Sources | Source adapters and capabilities. | /api/mv/sources?limit=200 | https://api.bluedoor.sh/movies/v1/sources?limit=200 |
| Coverage | Showtime, seatmap, and price coverage by chain/date/theater. | /api/mv/coverage | https://api.bluedoor.sh/movies/v1/coverage |
| Artifacts | Protected source artifact provenance for imported backfills. | Internal only | https://api.bluedoor.sh/movies/v1/artifacts?limit=25 |
| Analytics | Protected internal API usage, auth, rate-limit, and sync health rollups. | Internal only | https://api.bluedoor.sh/movies/v1/analytics?days=7 |
| Sync jobs | Protected configured collector plan and default daily profile. | Internal only | https://api.bluedoor.sh/movies/v1/sync-jobs?include_all=true |
| Sync runs | Protected recent collector/import run history. | Internal only | https://api.bluedoor.sh/movies/v1/sync-runs?limit=25 |
| Sync status | Protected per-source freshness, latest artifact, and read-model health. | Internal only | https://api.bluedoor.sh/movies/v1/sync-status |
| Chains | Cinema-chain rollups. | /api/mv/chains?limit=200 | https://api.bluedoor.sh/movies/v1/chains?limit=200 |
| Theaters | Theater search and metadata rows. | /api/mv/theaters/search?limit=50 | https://api.bluedoor.sh/movies/v1/theaters/search?limit=50 |
| Movies | Film catalog search. | /api/mv/movies/search?playing_now=true&limit=50 | https://api.bluedoor.sh/movies/v1/movies/search?playing_now=true&limit=50 |
| Showtimes | Showtime search with optional expansions. | /api/mv/showtimes/search?include=movie,theater&limit=50 | https://api.bluedoor.sh/movies/v1/showtimes/search?include=movie,theater&limit=50 |
| OpenAPI | REST contract. | /api/mv/openapi.json | https://api.bluedoor.sh/movies/v1/openapi.json |