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
| Page | Description | API route |
|---|---|---|
| Locations | Rental pickup locations with brand, source, airport, geography, and freshness fields. | GET /locations |
| Rates | Cached rental-rate offers with vehicle class, ACRISS code, total price, availability, and source lineage. | GET /rates |
| Sources | Sync source runs by provider, source path, status, row counts, and finished timestamp. | GET /sources |
| Coverage | Coverage totals by source and brand with same-origin proxy and upstream route recipes. | GET /coverage |
REST routes
| Route | Purpose | Same-origin proxy | Upstream |
|---|---|---|---|
| Health | Runtime and read-model health. | /api/cr/health | https://api.bluedoor.sh/car-rentals/health |
| Coverage | Location, offer, source, availability, and ACRISS coverage totals. | /api/cr/coverage | https://api.bluedoor.sh/car-rentals/v1/coverage |
| Sources | Completed sync runs and source row counts. | /api/cr/sources | https://api.bluedoor.sh/car-rentals/v1/sources |
| Locations | Rental pickup location rows. | /api/cr/locations?limit=50 | https://api.bluedoor.sh/car-rentals/v1/locations?limit=50 |
| Rates | Cached rate offers by airport or location. | /api/cr/rates?airport_iata=BOS&limit=50 | https://api.bluedoor.sh/car-rentals/v1/rates?airport_iata=BOS&limit=50 |
| Search | Trip-intent POST search for rate offers. | /api/cr/search | https://api.bluedoor.sh/car-rentals/v1/search |
| Usage | Caller usage and limit metadata. | /api/cr/usage | https://api.bluedoor.sh/car-rentals/v1/usage |
| OpenAPI | REST contract. | /api/cr/openapi.json | https://api.bluedoor.sh/car-rentals/openapi.json |