Get hotel detail
Returns static hotel detail (name, stars, address, images, amenities, reviews). Use ?view=detail for the richer UI projection.
Path parameters
The hotel's numeric id (a positive integer), as carried by hotel search results (results[].hotelId) and embedded in a rate id.
Query parameters
Response language tag (e.g. en, ar). Defaults to en.
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.
Changes
Changed in 2 of the 8 revisions of this API.61
- ○
added the required property
pageUrlto the response with the200statusresponse-required-property-added
- ○
- ●
added the new
rates_require_hotel_searchenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
rates_require_hotel_searchenum value to thecoderesponse property for the response status401response-property-enum-value-added
- ●
added the new
rates_require_hotel_searchenum value to thecoderesponse property for the response status404response-property-enum-value-added
- ●
added the new
rates_require_hotel_searchenum value to thecoderesponse property for the response status429response-property-enum-value-added
- ●
added the new
rates_require_hotel_searchenum value to thecoderesponse property for the response status502response-property-enum-value-added
- ●
added the new
rates_require_hotel_searchenum value to thecoderesponse property for the response status503response-property-enum-value-added
- ●