Base URL
https://api.bluedoor.sh/car-rentals/v1
bluedoorDocs
Query rental-car pickup locations, cached rate offers, source coverage, and sync freshness through a stable REST contract.
https://api.bluedoor.sh/car-rentals/v1
Use anonymous cached reads or a server-side Bluedoor API key for higher limits.
curl "https://api.bluedoor.sh/car-rentals/v1/rates?airport_iata=BOS&limit=10" -H "Authorization: Bearer $BLUEDOOR_API_KEY"| Method | Path | Use |
|---|---|---|
GET | /coverage | Coverage totals by source and brand plus available-offer and ACRISS completeness counts. |
GET | /locations | Paginated rental pickup locations with brand, provider, airport, city, state, and freshness fields. |
GET | /rates | Cached rental-rate offers filtered by airport, location, provider, brand, vehicle class, price, and availability. |
POST | /search | Trip-intent search over normalized rental-car offers with cached freshness semantics. |
GET | /offers/{offer_id} | Fetch one normalized offer with price, ACRISS, availability, and source trace fields. |
GET | /sources | Sync source freshness by provider, source artifact path, status, location count, and offer count. |
Use /data/car-rentals/llms.txt for route hints and /data/car-rentals/sitemap.xml for crawlable data pages.