v1

latestOpenAPI 3.0.02026-07-247251950.2 KB
Hotels

Get the details of a hotel

Overview

Get comprehensive details about a specific hotel including descriptions, amenities, images, location, and ratings. Perfect for displaying hotel detail pages.

When to Use

  • Hotel detail pages - Show complete hotel information
  • Booking pages - Display hotel details before booking
  • Hotel profiles - Build rich hotel information pages
  • Content display - Show descriptions, amenities, and images

What You Get

  • Complete hotel information - Name, address, description, and ratings
  • Amenities list - All available facilities and services
  • Image gallery - Hotel photos and images
  • Location details - Address, coordinates, and location information
  • Hotel metadata - Star rating, chain information, and classifications

Quick Start

Provide the hotelId as a query parameter. Returns complete hotel details including all metadata, amenities, and images.

get/data/hotel

Query parameters

hotelIdstring required

Unique ID of a hotel

timeoutnumber float

request timeout in seconds

languagestring

The language code, indicating in which language the results should be returned. e.g. 'fr'

advancedAccessibilityOnlyboolean

If true, accessibility section will be returned

Response

OK

Example response

{
  "data": {
    "poi": [
      {
        "name": "Edinburgh Castle",
        "category": "landmark",
        "distanceKm": 0.7,
        "importance": "iconic"
      }
    ]
  }
}