bluedoor data·Movies API·bluedoor.sh

Home / Indexes

Movies indexes

Movies data index map for crawlable pages, same-origin proxy URLs, and upstream REST API routes.

Data pages

PageDescriptionAPI route
SourcesCinema-chain adapters, platform capabilities, and source horizons.GET /sources
ChainsCinema chains with coverage, business-date windows, and freshness.GET /chains
TheatersTheater search by text, chain, state, city, and capability.GET /theaters/search
FilmsMovie title search and currently playing film catalog rows.GET /movies/search
ShowtimesScreening search by theater, movie, chain, date, and seat capability.GET /showtimes/search

REST routes

RoutePurposeSame-origin proxyUpstream
StatsPostgres read-model row counts and capture window./api/mv/statshttps://api.bluedoor.sh/movies/v1/stats
SourcesSource adapters and capabilities./api/mv/sources?limit=200https://api.bluedoor.sh/movies/v1/sources?limit=200
CoverageShowtime, seatmap, and price coverage by chain/date/theater./api/mv/coveragehttps://api.bluedoor.sh/movies/v1/coverage
ArtifactsProtected source artifact provenance for imported backfills.Internal onlyhttps://api.bluedoor.sh/movies/v1/artifacts?limit=25
AnalyticsProtected internal API usage, auth, rate-limit, and sync health rollups.Internal onlyhttps://api.bluedoor.sh/movies/v1/analytics?days=7
Sync jobsProtected configured collector plan and default daily profile.Internal onlyhttps://api.bluedoor.sh/movies/v1/sync-jobs?include_all=true
Sync runsProtected recent collector/import run history.Internal onlyhttps://api.bluedoor.sh/movies/v1/sync-runs?limit=25
Sync statusProtected per-source freshness, latest artifact, and read-model health.Internal onlyhttps://api.bluedoor.sh/movies/v1/sync-status
ChainsCinema-chain rollups./api/mv/chains?limit=200https://api.bluedoor.sh/movies/v1/chains?limit=200
TheatersTheater search and metadata rows./api/mv/theaters/search?limit=50https://api.bluedoor.sh/movies/v1/theaters/search?limit=50
MoviesFilm catalog search./api/mv/movies/search?playing_now=true&limit=50https://api.bluedoor.sh/movies/v1/movies/search?playing_now=true&limit=50
ShowtimesShowtime search with optional expansions./api/mv/showtimes/search?include=movie,theater&limit=50https://api.bluedoor.sh/movies/v1/showtimes/search?include=movie,theater&limit=50
OpenAPIREST contract./api/mv/openapi.jsonhttps://api.bluedoor.sh/movies/v1/openapi.json