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
| Mode | Path to Hotel Object |
|---|---|
| Single | results[0].data[0] |
| Multiple | results["hotelId"].response[0].data[0] |
Single Hotel Response
results[0].data[0]results→ arraydata→ array- Hotel object → first element of
data
Multiple Hotel Response
results["hotelId"].response[0].data[0]results→ object keyed by hotelIdresponse→ arraydata→ array- Hotel object → first element of
data
API Reference:
Updated about 1 month ago
