bluedoor data·Car Rentals API·bluedoor.sh

Home / Indexes

Car rental indexes

Car Rentals data index map for crawlable pages, same-origin proxy URLs, upstream REST routes, and source-backed coverage endpoints.

Data pages

PageDescriptionAPI route
LocationsRental pickup locations with brand, source, airport, geography, and freshness fields.GET /locations
RatesCached rental-rate offers with vehicle class, ACRISS code, total price, availability, and source lineage.GET /rates
SourcesSync source runs by provider, source path, status, row counts, and finished timestamp.GET /sources
CoverageCoverage totals by source and brand with same-origin proxy and upstream route recipes.GET /coverage

REST routes

RoutePurposeSame-origin proxyUpstream
HealthRuntime and read-model health./api/cr/healthhttps://api.bluedoor.sh/car-rentals/health
CoverageLocation, offer, source, availability, and ACRISS coverage totals./api/cr/coveragehttps://api.bluedoor.sh/car-rentals/v1/coverage
SourcesCompleted sync runs and source row counts./api/cr/sourceshttps://api.bluedoor.sh/car-rentals/v1/sources
LocationsRental pickup location rows./api/cr/locations?limit=50https://api.bluedoor.sh/car-rentals/v1/locations?limit=50
RatesCached rate offers by airport or location./api/cr/rates?airport_iata=BOS&limit=50https://api.bluedoor.sh/car-rentals/v1/rates?airport_iata=BOS&limit=50
SearchTrip-intent POST search for rate offers./api/cr/searchhttps://api.bluedoor.sh/car-rentals/v1/search
UsageCaller usage and limit metadata./api/cr/usagehttps://api.bluedoor.sh/car-rentals/v1/usage
OpenAPIREST contract./api/cr/openapi.jsonhttps://api.bluedoor.sh/car-rentals/openapi.json