---
title: "Get hotel static reference data"
method: GET
path: "/api/b2b/v3/hotel/static"
tags: ["hotel"]
---

# Get hotel static reference data

`GET /api/b2b/v3/hotel/static`

Returns static reference dictionaries: beddings, meals, taxes, room amenities, SERP filters, socket types and amenity translations.

## Response `200`

Successful response

- object
  - `data` StaticHotelStaticDataOut
    - `amenity_translations` ContentAmenityTranslationGroup[]
      - `amenities` ContentAmenityTranslation[]
        - `name` ContentTranslation[]
          - `lang` string
          - `value` string
      - `kind` string
      - `name` ContentTranslation[]
        - `lang` string
        - `value` string
      - `slug` string
    - `beddings` ContentStaticResource[]
      - `locale` object
      - `name` string
    - `meals` ContentStaticResource[]
      - `locale` object
      - `name` string
    - `room_amenities` ContentStaticResource[]
      - `locale` object
      - `name` string
    - `serp_filters` ContentStaticResource[]
      - `locale` object
      - `name` string
    - `socket_types` ContentStaticResource[]
      - `locale` object
      - `name` string
    - `taxes` ContentStaticResource[]
      - `locale` object
      - `name` string
  - `debug` V3Debug
    - `api_endpoint` V3DebugEndpoint
      - `endpoint` string
      - `is_active` boolean
      - `is_limited` boolean
      - `remaining` integer
      - `requests_number` integer
      - `reset` string
      - `seconds_number` integer
    - `api_key_id` integer
    - `key_id` integer
    - `method` string
    - `real_ip` string
    - `request` integer[]
    - `request_id` string
    - `utcnow` string
    - `validation_error` string
  - `error` string
  - `status` string

---

[API](https://skmtc.net/worldota/apis/etg-api-v3.md) · [All operations](https://skmtc.net/worldota/apis/etg-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldota/etg-api-v3/revisions/eb86c2c78ad5/schema)
