📈Hotel API - Search by hotel ID
This API can help you get more than 15 cheapest vendors per hotel. In this API you have to pass the hotel ID. We have our own hotel IDs which you have to map during integration.
The API endpoint for this API is: https://api.makcorps.com/hotel
Parameters
Parameter | Description |
---|---|
api_key required | Your personal API key. |
hotelid required | This is the unique hotel ID provided by our system. |
adults required | It is the number of adults. |
cur required | It could be any currency like USD, INR, EUR, etc. |
rooms required | It is the number of rooms. |
checkin required | It is the check-in date. Format - YYYY-MM-DD |
checkout required | It is the check-out date. Format - YYYY-MM-DD |
To get the ID of the hotel refer to our Mapping API.
API Example
Response
The sample response of the API will look somewhat like this.
Understand the Response
vendor | Name of the vendor |
price | Price offered by the vendor |
tax | Tax one has to pay while booking this hotel |
This one single API call will be counted as 1 API request.
Last updated