---
title: "Hotels"
description: "The hotel funnel, same shape as flights: `createHotelSearch`, `getHotelSearchResults` for ranked hotels, `getHotel` for static detail, `getHotelRates` for bookable rooms and rates (cheapest first, with board and refundability), `getHotelRateBookingLink` for the wego.com checkout URL."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.wego.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Hotels

The hotel funnel, same shape as flights: `createHotelSearch`, `getHotelSearchResults` for ranked hotels, `getHotel` for static detail, `getHotelRates` for bookable rooms and rates (cheapest first, with board and refundability), `getHotelRateBookingLink` for the wego.com checkout URL.

## Operations

- [Create a hotel search](/api/hotels/create-hotel-search): `POST /v1/hotels/searches`
- [Read hotel search results](/api/hotels/get-hotel-search-results): `GET /v1/hotels/searches/{searchId}/results`
- [Build a hotel booking link](/api/hotels/get-hotel-rate-booking-link): `GET /v1/hotels/{hotelId}/rates/{rateId}/booking-link`
- [List a hotel's rooms & rates](/api/hotels/get-hotel-rates): `GET /v1/hotels/{hotelId}/rates`
- [Get hotel detail](/api/hotels/get-hotel): `GET /v1/hotels/{hotelId}`

Source: https://docs.wego.com/api/hotels/index.mdx
