Developers
UNO Hotels API
Integrate UNO's hotel inventory, real-time availability, and booking engine into your own applications. RESTful API with full OpenAPI documentation.
# Search hotels in Goa
curl -X GET \
"https://api.unohotels.in/v1/hotels" \
-H "Authorization: Bearer YOUR_KEY" \
-G -d "city=Goa&check_in=2025-06-01"
API Endpoints
Base URL: https://api.unohotels.in
GET
/api/v1/hotelsSearch and filter available hotelsGET
/api/v1/hotels/:idGet hotel details, rooms, and availabilityPOST
/api/v1/bookingsCreate a new bookingGET
/api/v1/bookings/:idRetrieve booking detailsPUT
/api/v1/bookings/:id/cancelCancel an existing bookingGET
/api/v1/destinationsGet popular destinations and city dataFull Documentation Coming Soon
We're working on our full OpenAPI spec and developer portal. Request early access today.
Get Early Access