latestOpenAPI 3.1.02026-08-21211181.8 KB
e5d7af502419
Hotels
Get hotel detail
Returns static hotel detail (name, stars, address, images, amenities, reviews). Use ?view=detail for the richer UI projection.
get/v1/hotels/{hotelId}
Path parameters
hotelIdinteger required
The hotel's numeric id (a positive integer), as carried by hotel search results (results[].hotelId) and embedded in a rate id.
Query parameters
localestring
Response language tag (e.g. en, ar). Defaults to en.
view'default' | 'detail'
Response projection. default: the agent hotel detail. detail: the richer UI projection (categorized images, review highlights, badges). Defaults to default.
Response
Hotel detail (agent default) or the detail projection.