Gives information on hotels at a given destination. destination_id
can be obtained from a place name by querying the static file destinations.json
Example:
http://localhost:3000/hotels/destination/RsBU
Gives information on a particular hotel given a hotel_id
.
Example:
http://localhost:3000/hotels/hotel/rqRC
Gives the pricing inforation for hotels at a particular destination.
Example:
http://localhost:3000/prices/destination/A0HL/2024-12-25/2025-01-07/en_US/SGD/2
Gives pricing information of rooms at a particular hotel.
Example:
http://localhost:3000/prices/hotel/rqRC/A0HL/2024-12-25/2025-01-07/en_US/SGD/1