Static Content

Overview

The Static Content API allows users to retrieve detailed information about a hotel by providing its unique ID. This includes a wealth of valuable data, such as geo-coordinates, contact details, images, nearby attractions, star ratings, reviews, and much more, offering comprehensive insights about the hotel in context.

Supported modes:

  • Single hotel request
  • Multiple hotel request (maximum 25 hotels per call)

    Hard Constraints & Rate Limits

    • Maximum 25 hotels per API call

    • Requests exceeding 25 hotels must be split into batches

Quick API Response Structure

ModePath to Hotel Object
Singleresults[0].data[0]
Multipleresults["hotelId"].response[0].data[0]

Single Hotel Response

results[0].data[0]
  • results → array
  • data → array
  • Hotel object → first element of data

Multiple Hotel Response

results["hotelId"].response[0].data[0]
  • results → object keyed by hotelId
  • response → array
  • data → array
  • Hotel object → first element of data

API Reference:

Get Single Hotel Static Content