docs / car-rental

Car Rental

Compare rental cars, prices and availability worldwide.

base /car-rental/v12 endpoints
post/car-rental/v1/cars/search2 credits

aggregated rental-car offers for a location + dates → offers[]{vehicle(name/category/ACRISS/transmission/seats/bags/fuel), price{amount,currency}, supplier(name/rating/pickup_address/coords), pickup.type, mileage, fuel_policy, free_cancellation, book_url} + facets. Location via `query` OR explicit place_id/city_id/country_id. One-way via drop_query. Dates pickup_date/dropoff_date (YYYY-MM-DD).

ParameterAllowed / rangeDescription
queryoptionalPickup location to resolve (city / airport name). Provide this OR an explicit place_id + city_id + country_id.
place_idoptionalExplicit DiscoverCars place id (from cars/autocomplete). Use together with city_id + country_id to skip resolution.
city_idoptionalExplicit DiscoverCars city id (pairs with place_id + country_id).
country_idoptionalExplicit DiscoverCars country id (pairs with place_id + city_id).
pickup_dateoptionalPickup date (YYYY-MM-DD). Defaults to ~30 days out if omitted.
dropoff_dateoptionalDrop-off date (YYYY-MM-DD). Defaults to ~30 days out if omitted.
pickup_time = 10:00optionalPickup time of day (HH:MM, 24h). Default 10:00.
dropoff_time = 10:00optionalDrop-off time of day (HH:MM, 24h). Default 10:00.
currency = EURoptionalISO-4217 currency for prices (e.g. EUR, USD, GBP). Default EUR.
residence_country = USoptionalDriver's country of residence (ISO-2, e.g. US, GB) — affects pricing/availability. Default US.
driver_age = 35optional18–99Driver age (affects young/senior-driver fees). Default 35.
drop_queryoptionalDifferent drop-off location (city/airport name) for a one-way rental. Omit for same-location return.
drop_place_idoptionalExplicit drop-off place id (one-way; pairs with drop_city_id).
drop_city_idoptionalExplicit drop-off city id (one-way).
drop_country_idoptionalExplicit drop-off country id (one-way).
max_offersoptional1–Cap the number of offers returned. Omit for all.
include_facets = trueoptionalInclude aggregation facets (supplier/category/price buckets) in the response. Default true.
prefer_airport = trueoptionalWhen resolving `query`, prefer the airport location over downtown. Default true.
Try in playground →
post/car-rental/v1/cars/autocomplete1 credit

resolve a location string (`query`) → place/city/country IDs (for cars/search)

ParameterAllowed / rangeDescription
queryrequiredLocation string to resolve into place/city/country IDs.
Try in playground →