Use this endpoint to fetch car details like bag capacity, number of doors, brand and model, etc.
Security
BearerAuth
The last modified date-time, only returns depots newer than this timestamp. The value should be within last 7 days
Example:"2023-11-01T11:05:00+00:00"
The maximum number of results to return.
Default:100
- https://demandapi.booking.com/3.2https://demandapi.booking.com/3.2/cars/details
- https://demandapi-sandbox.booking.com/3.2https://demandapi-sandbox.booking.com/3.2/cars/details
curl -i -X POST \
https://demandapi.booking.com/3.2/cars/details \
-H 'Authorization: Bearer <YOUR_string_HERE>' \
-H 'Content-Type: application/json' \
-H 'X-Affiliate-Id: 0' \
-d '{
"last_modified": "2026-04-01T11:05:00+00:00",
"maximum_results": 100
}'Response
{ "request_id": "01fr9ez700exycb98w90w5r9sh", "data": [ { … } ], "metadata": { "next_page": null } }