# Car Rentals data surface Use this as compact context for the bluedoor Car Rentals API data pages. - Home: https://bluedoor.sh/data/car-rentals - API landing page: https://bluedoor.sh/apis/car-rentals - Docs: https://bluedoor.sh/apis/car-rentals/docs - OpenAPI JSON: https://api.bluedoor.sh/car-rentals/openapi.json - Sitemap: https://bluedoor.sh/data/car-rentals/sitemap.xml - API base URL: https://api.bluedoor.sh/car-rentals/v1 Collections: - https://bluedoor.sh/data/car-rentals/locations - Rental pickup locations with brand, source, airport, geography, and freshness fields. Route: GET /locations - https://bluedoor.sh/data/car-rentals/rates - Cached rental-rate offers with vehicle class, ACRISS code, total price, availability, and source lineage. Route: GET /rates - https://bluedoor.sh/data/car-rentals/sources - Sync source runs by provider, source path, status, row counts, and finished timestamp. Route: GET /sources - https://bluedoor.sh/data/car-rentals/indexes - Coverage totals by source and brand with same-origin proxy and upstream route recipes. Route: GET /coverage Core API routes: - GET https://api.bluedoor.sh/car-rentals/v1/coverage - GET https://api.bluedoor.sh/car-rentals/v1/sources - GET https://api.bluedoor.sh/car-rentals/v1/locations?limit=50 - GET https://api.bluedoor.sh/car-rentals/v1/rates?airport_iata=BOS&limit=25 - POST https://api.bluedoor.sh/car-rentals/v1/search - GET https://api.bluedoor.sh/car-rentals/v1/offers/{offer_id} - POST https://api.bluedoor.sh/car-rentals/v1/offers/{offer_id}/verify