Skip to content

Booking.com Demand API (3.2)

The Booking.com Demand API enables Affiliate Partners to access Booking.com's travel inventory, including accommodations, car rentals, and flights. The version 3.2 introduces several improvements and breaking changes from version 3.1, including updates to price structures, inclusion of Attractions and taxis in orders/details for post-booking reporting, and other structural enhancements.

  • The API follows REST principles and returns data in JSON format.
  • You can access endpoints via HTTPS POST requests.

Authentication: Use your Affiliate ID and token credentials to use these endpoints.

Check the Try out guide!

Download OpenAPI description
Languages
Servers
Production environment – use for live integrations.
https://demandapi.booking.com/3.2
Sandbox environment – use for testing and validation.
https://demandapi-sandbox.booking.com/3.2

Accommodation

This collection includes endpoints related to stays within the connected trip experience.
Use these endpoints to:
- Search for hotels, apartments, and other accommodation types.
- Check real-time availability and pricing.
- Retrieve property details and guest reviews.

Operations

Car rentals

This collection includes endpoints related to car rental services within the connected trip experience.
Use these endpoints to:
- Search and retrieve car details.
- Retrieve car specifications, depot locations, and supplier information.

Operations

Search car rentals

Request

Use this endpoint to retrieve the available car rentals matching the search criteria.

Security
BearerAuth
Headers
X-Affiliate-Idintegerrequired

Include here your Affiliate identifier number

Bodyapplication/jsonrequired
bookerobject(schemas-booker)required

Defines the booker context.

booker.​countrystring(countryId)^[a-z]{2}$required

A two-letter code that uniquely identifies a country. This code is defined by the ISO 3166-1 alpha-2 standard (ISO2) as described here: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2. The full list can be obtained by calling common/locations/countries.

currencystring(currencyId)^[A-Z]{3}$required

A three-letter code that uniquely identifies a monetary currency as defined by the ISO 4217 standard. The full list can be obtained by calling common/payments/currencies.

driverobject(driver)required

Defines the driver context.

driver.​ageinteger[ 18 .. 99 ]required

Driver age. Affects the availability and price of the products.

filtersobject(schemas-filters)

Defines the filtering criteria for refining the request results. It allows you to specify various parameters to narrow down the available car rental options based on specific attributes.

maximum_resultsinteger(maximumResultsCarsSearch)multiple of 10[ 10 .. 500 ]

The maximum number of results to return for car searches.

Default 500
languagestring(languageId)^[a-z]{2}(-[a-z]{2})?$

A IETF language tag code that uniquely identifies a supported human language or dialect. Note: Demand API only accepts lowercase for the language codes. Examples: "nl" for Dutch/Nederlands or "en-us" for English (US). To retrieve the full list of supported languages, call the /common/languages endpoint in the same Demand API version you are using.

Default "en-gb"
pagestring(page)

Pagination token used to retrieve the next page of results. Obtained from next_page.

paymentobject(paymentInput)

Payment-related input filters that allow you to narrow down car search results based on the payment timing options.

routeobject(routeInput)required

Defines the route context.

route.​pickupobject(routePointInput)required

Pick up location and time.

route.​pickup.​datetimestring(date-time)required

Pickup / dropoff datetime.

Example: "2026-11-01T11:05:00"
route.​pickup.​locationlocationAsAirport (object) or locationAsCoordinates (object) or locationAsCity (object)required

Pickup / dropoff location.

One of:

Defines location of the related route point by airport.

route.​pickup.​location.​airportstring(airportId)^[A-Z]{3}$

A three-letter code that uniquely identifies an airport as defined by the International Air Transport Association (IATA). The full list can be obtained by calling common/locations/airports.

route.​dropoffobject(routePointInput)required

Drop off location and time.

route.​dropoff.​datetimestring(date-time)required

Pickup / dropoff datetime.

Example: "2026-11-01T11:05:00"
route.​dropoff.​locationlocationAsAirport (object) or locationAsCoordinates (object) or locationAsCity (object)required

Pickup / dropoff location.

One of:

Defines location of the related route point by airport.

route.​dropoff.​location.​airportstring(airportId)^[A-Z]{3}$

A three-letter code that uniquely identifies an airport as defined by the International Air Transport Association (IATA). The full list can be obtained by calling common/locations/airports.

sortobject(sort)

The sorting parameters for the response.

curl -i -X POST \
  https://demandapi.booking.com/3.2/cars/search \
  -H 'Authorization: Bearer <YOUR_string_HERE>' \
  -H 'Content-Type: application/json' \
  -H 'X-Affiliate-Id: 0' \
  -d '{
    "booker": {
      "country": "nl"
    },
    "currency": "EUR",
    "driver": {
      "age": 36
    },
    "filters": {
      "transmission_type": "automatic",
      "mileage_type": "limited",
      "depot_location_type": "in_terminal"
    },
    "route": {
      "pickup": {
        "datetime": "2026-11-05T11:05:00",
        "location": {
          "airport": "AMS"
        }
      },
      "dropoff": {
        "datetime": "2026-11-10T11:05:00",
        "location": {
          "airport": "AMS"
        }
      }
    }
  }'

Responses

Successful response.

Bodyapplication/json
request_idstring(requestId)required

Uniquely identifies the request. Please provide this identifier when contacting support.

dataArray of objects(schemas-product)required
data[].​carinteger(carFleetId)>= 1

This ID corresponds to a specific car model and supplier (fleet) combination, as returned by the /cars/details endpoint. Cache the details keyed by this ID and use it to match search results to your cached data.

data[].​categoriesArray of strings(categories)

The categories assigned to the car.

Items Enum ValueDescription
carriers

Vans or minivans designed for carrying larger groups or luggage.

estate

Station wagons or estate cars offering extra luggage space.

large

Large vehicles offering ample interior space and comfort.

medium

Mid-sized vehicles offering a balance of comfort and fuel efficiency.

premium

High-end or luxury vehicles with premium features.

small

Compact cars ideal for city driving and short distances.

suvs

Sport Utility Vehicles offering higher ground clearance and versatility.

data[].​dealobject or null(dealsOutput)

This specifies the deal tagging for the product.

data[].​offerinteger(offerId)>= 1

This ID identifies the car rental offer and its associated policies. Include it when calling the /cars/availability endpoint.

data[].​policiesobject(policiesOutput)

The policies that apply to this product.

data[].​priceobject(productPrice)

The price components of this product.

data[].​routeobject(routeOutput)

Defines the actual route associated with the product.

data[].​special_offerstring or null

The special offer included with this product, if any. This can be an additional service, a free upgrade, or a promotional feature provided by the supplier. If no special offer applies, the value will be null.

Enum"one_additional_driver""two_additional_drivers""three_additional_drivers""all_additional_drivers""gps""baby_or_child_seat""priority_pickup""wifi_device""sim_card""upgrade"
data[].​insuranceobject or null(insuranceOutput)

Third-party insurance product for this car rental. Only present for eligible partner configurations. Null if not available.

data[].​supplierinteger(vehicleSupplierId)>= 1

Uniquely identifies a vehicle supplier. The full list can be obtained by calling /cars/suppliers.

data[].​urlobject(urlOutput)

Urls to the relevant pages.

data[].​estimated_commissionobject or null(EstimatedCommissionOutput)

Estimated commission the partner may earn if the traveller books this car. Expressed in the selected currency and based on predictive modelling at search time. Only returned when the predicted commission feature is enabled for the partner. Omitted when the feature is unavailable or when a reliable estimate cannot be produced.

metadataobject(metadata)

Metadata about the request.

search_tokenstring

Encoded string that must be passed in subsequent requests to identify the context of the car search. Note: It is specific to Car rentals and differs from other tokens used in booking flows.

Response
application/json
{ "request_id": "01h00fr9y7qkbxtc6kyv97j49z", "data": [ {} ], "metadata": { "next_page": "eyJhbGciOiJIUzI1NiJ9.eyJwIjp7Im1heGltdW1fcmVzdWx0cyI6MTAsIm9mZnNldCI6MTB9LCJhdWQiOiJDQVJTX1NVUFBMSUVSUyIsImV4cCI6MTY4MzY0NzMwNX0.y7NmH48mm7lImd2WxsHdotj6n-dVQAzJCGCnIJCKy3A", "total_results": 122 }, "search_token": "eyJhbGciOiJIUzI1NiJ9.eyJwIjp7ImJvb2tlciI6eyJjb3VudHJ5IjoidXMifX0sImF1ZCI6Ii9ob3RlbHMvc2VhcmNoIiwiZXhwIjoxNzUwMDAwMDAwfQ.XYZ123AbcDefGHIjklMNOpqrsTUVwxYZ456789" }

Car constants

Request

This endpoint returns localised car rental constants used across the Cars API collection, such as extras, fuel policies, payment timings, and transmission types.

It also returns customer service contact email addresses per requested language for partner support scenarios where Booking.com handles travellers' communication directly. To retrieve all constants, send an empty request body.

Security
BearerAuth
Headers
X-Affiliate-Idintegerrequired

Include here your Affiliate identifier number

Bodyapplication/json
constantsArray of strings

Use this field to limit the response to specific categories, such as fuel_policies, depot_services, customer_services, etc. If omitted, all constants are returned.

Items Enum ValueDescription
car_categories

Vehicle categories used to group rental cars by size and type, such as economy, SUV, or premium.

customer_services

Customer support contact details per language.

depot_services

Services available at the car pick-up location.

depot_types

Types of car rental locations, such as airport, downtown, or train station.

extras

Optional add-ons such as child seats, GPS, or winter equipment.

special_offers

Included benefits or promotions bundled with the rental.

fuel_policies

Fuel handling policies for the rental.

fuel_types

Types of fuel supported by the vehicle.

general

General attributes and labels used across the Cars API.

payment_timings

When the traveller is charged for the booking.

languagesArray of strings(languageId)

List of language codes used to localise constant names. Each constant name is returned as a translated object keyed by language. If not provided, en-gb is used by default.

Default ["en-gb"]
Example: ["en-us"]
curl -i -X POST \
  https://demandapi.booking.com/3.2/cars/constants \
  -H 'Authorization: Bearer <YOUR_string_HERE>' \
  -H 'Content-Type: application/json' \
  -H 'X-Affiliate-Id: 0' \
  -d '{
    "languages": [
      "de",
      "en-gb"
    ]
  }'

Responses

Successful response.

Bodyapplication/json
request_idstring(requestId)

Uniquely identifies the request. Please provide this identifier when contacting support.

dataobject(ConstantsDataOutput)

Contains constant groups keyed by constant type. Each group includes a list of constant identifiers and their translated names.

Response
application/json
{ "request_id": "01jpvx9va93ghgwxq7zypagvdr", "data": { "car_categories": [], "customer_services": [], "depot_services": [], "depot_types": [], "extras": [], "special_offers": [], "fuel_policies": [], "fuel_types": [], "general": [], "payment_timings": [], "protection_levels": [], "review_scores": [], "transmission": [] } }

Depots

Request

Retrieve a paginated list of car rental depots. Supports incremental updates via the last_modified filter.

Security
BearerAuth
Headers
X-Affiliate-Idintegerrequired

Include here your Affiliate identifier number

Bodyapplication/json
last_modifiedstring(date-time)

Returns depots modified after the specified timestamp (exclusive).

Example: "2026-03-01T11:05:00+00:00"
maximum_resultsinteger(maximumResults)multiple of 10[ 10 .. 100 ]

The maximum number of results to return.

languagesArray of strings(languageId)

List of language codes to return translated fields. If a translation is unavailable, the default language (en-gb) is returned.

Default ["en-gb"]
Example: ["en-us"]
pagestring(page)

Pagination token used to retrieve the next page of results. Obtained from next_page.

curl -i -X POST \
  https://demandapi.booking.com/3.2/cars/depots \
  -H 'Authorization: Bearer <YOUR_string_HERE>' \
  -H 'Content-Type: application/json' \
  -H 'X-Affiliate-Id: 0' \
  -d '{
    "last_modified": "2026-03-01T11:05:00+00:00",
    "maximum_results": 100,
    "languages": [
      "en-gb",
      "nl"
    ]
  }'

Responses

Depots retrieved successfully.

Bodyapplication/json
request_idstring(requestId)

Uniquely identifies the request. Please provide this identifier when contacting support.

dataArray of objects(depot)
metadataobject

Metadata about the request.

Response
application/json
{ "request_id": "01fr9ez700exycb98w90w5r9sh", "data": [ {} ], "metadata": { "next_page": null } }

Locations

This collection provides standardised location identifiers for geographical entities such as airports, countries, cities, and regions.
Use the returned identifiers when constructing requests across all travel services API collections, including both accommodation and car rental endpoints.

Operations

Payments

Provides generic payment-related identifiers, including supported currency codes, payment cards, and relevant metadata for booking flows.
- Use the returned identifiers when constructing requests across all travel services API collections, including both accommodation and car rental endpoints.

Operations

Languages

Use this endpoint to retrieve a list of supported IETF language tag codes.
- You can use these codes when constructing requests across all travel services API collections, including both accommodation and car rental endpoints.

Operations

Orders

This API collection enables management of booking orders within the Demand API.
Use these endpoints to:
- Preview and create new orders.
- Check order details.
- Cancel or modify existing orders.
This collection is required to integrate booking and order management functionality.

Operations