Availability APIs
There are two different APIs available for handling availability requests.
MinRate Availability API
This API is used to retrieve the minimum rate offered by a list of hotels for a specific query. The significance of this API lies in its ability to list a large number of hotels with the minimum available rate based on the customer request.
For example, if your customer is searching for hotels in a specific location, such as Dubai, you already have the data for available hotels in Dubai based on our ContentAPIs. Letβs say you find 100 hotels in Dubai. You can pass the hotel IDs in an array format in the request body. The MinRate Availability API will respond with the minPrice
, which represents the lowest available price for each specific hotel according to the customerβs query.
Availability API
This API returns all possible booking options for the list of hotels provided in the request body. It delivers all the necessary data required for the subsequent steps in the booking process. Therefore, this step is mandatory before proceeding with the booking.
Last updated