This endpoint allows developers to retrieve detailed rate information for hotels, supporting multi-room bookings. By making a POST
request with the required parameters, you receive an array of offers, each containing comprehensive rate details. This endpoint is essential for providing users with detailed booking options, including pricing and room specifications.
The default request limit is 200 hotels per request. However, the limit parameter can be increased to accommodate up to 5,000 hotel IDs if needed. The recommended timeout is 6 seconds, but we recommend setting it to 12 when you have a high load. The required parameters include check-in
and check-out
dates, currency
, guestNationality
, and a location specified either by hotel-id
, city
, country
, (latitude
, longitude
, radius
), or placeId
/iataCode
, as well as an array of occupancy
objects. Each occupancy object defines the number of adults
and the ages of any children
for each room requested, allowing for flexible booking scenarios.