---
title: "Get Hotel Static Data"
method: GET
path: "/hotel-search/hotels/{hotel_id}/static"
tags: ["hotel-search"]
---

# Get Hotel Static Data

`GET /hotel-search/hotels/{hotel_id}/static`

Get hotel static data (images, descriptions, amenities, room types, policies).

## Path parameters

- `hotel_id` integer, required

## Response `200`

Successful Response

- HotelStaticDataResponse — Rich static data for a hotel detail page. Sourced from ETG provider data linked to the master hotel record.
  - `hotel_id` integer, required
  - `etg_provider_id` string, required
  - `expedia_id` integer, nullable
  - `name` string, required
  - `star_rating` number, nullable
  - `review_rating` number, nullable
  - `review_rating_source` string, nullable
  - `address` string, nullable
  - `country_code` string, nullable
  - `latitude` number, nullable
  - `longitude` number, nullable
  - `timezone` string, nullable — IANA timezone resolved from the hotel's coordinates; null when unknown.
  - `check_in_time` string, nullable
  - `check_out_time` string, nullable
  - `images` HotelImage[]
    - `url` string, required
    - `category` string, nullable
    - `thumbnail_url` string, nullable
    - `source` string, nullable
  - `descriptions` DescriptionSection[]
    - `title` string, required
    - `paragraphs` string[]
  - `amenities` AmenityGroup[]
    - `group_name` string, required
    - `amenities` string[]
  - `room_groups` RoomGroup[]
    - `name` string, required
    - `images` string[]
    - `room_amenities` string[]
    - `rg_ext` object, nullable
    - `name_struct` object, nullable
  - `serp_filters` string[]
  - `policy` DescriptionSection[]
    - `title` string, required
    - `paragraphs` string[]
  - `payment_methods` string[]
  - `contact` ContactInfo — Hotel contact and front-desk information.
    - `email` string, nullable
    - `phone` string, nullable
    - `front_desk_time_start` string, nullable
    - `front_desk_time_end` string, nullable
  - `facts` object, nullable

## Other responses

- `422` — Validation Error

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-09-19** `e5f778e80f9a` — 1 info
  - added the optional property `timezone` to the response with the `200` status

[Change history](https://skmtc.dev/helloaxel/apis/client-api-gateway/changes/hotel-search/hotels/:hotel_id/static/get.md)

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc.dev/helloaxel/apis/client-api-gateway/revisions/ff95d5d338e4?raw)
