---
title: "Retrieving facilities metadata"
method: GET
path: "/meta"
tags: ["Meta data endpoint"]
---

# Retrieving facilities metadata

`GET /meta`

Explore available facilities, facility IDs and applicable details.

## Response `200`

OK

- ApiResponseFacilityMeta
  - `data` FacilityMeta — Contains meta data about property & room facilities
    - `property_facility_metas` PropertyFacilityMeta[]
      - `facility_id` integer — Booking.com Facility ID
      - `ota_hotel_amenity_type` integer — OTA HAC (HotelAmenityCode)
      - `booking_extended_legacy_code` integer — [Legacy] Booking.com Extended HAC Facility Code
      - `facility_name` string — Name
      - `allowed_details_list` DetailsType[] — List of applicable details types for this facility. Each item is the name of a details object that may be used in facility instances (for example: 'ScheduleDetails', 'SurchargeDetails').
      - `required_details_list` DetailsType[] — List of required details types for this facility. Each item is the name of a details object that must be provided in facility instances.
    - `room_facility_metas` RoomFacilityMeta[]
      - `room_facility_id` integer — Booking.com Room Facility ID
      - `ota_room_amenity_type` integer — OTA RMA (Room Amenity Type Code)
      - `booking_extended_legacy_code` integer — [Legacy] Booking.com Extended RMA Room Facility Code
      - `room_facility_name` string — Name
      - `allowed_details_list` union[] — List of applicable Details Objects
        - union — List of applicable Details Objects
          - object — Crib Details
            - `is_foldable` boolean — Foldable
            - `is_standalone` boolean — Standalone
          - object — Linen Details
            - `has_crib_linen` boolean — Crib (cot) linen
            - `has_fitted_sheet` boolean — Fitted sheet
            - `has_top_sheet` boolean — Top sheet
            - `has_blanket` boolean — Blanket
            - `has_extra_blankets` boolean — Extra blankets
            - `has_pillow` boolean — Pillow
            - `has_mattress_protector` boolean — Mattress protector
    - `bathroom_configurations` BathroomConfiguration[]
      - `unit_type_id` integer
      - `unit_type_name` string
      - `allowed_options` BathroomOptions[]
        - `bathroom_type` 'PRIVATE' | 'SHARED'
        - `bathroom_locations` string[]
  - `warnings` ApiError[]
    - `message` string
    - `code` string
    - `details` object
  - `errors` ApiError[]
    - `message` string
    - `code` string
    - `details` object
  - `meta` ResponseMeta
    - `ruid` string

---

[API](https://skmtc.net/booking/apis/facilities-api.md) · [All operations](https://skmtc.net/booking/apis/facilities-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/booking/facilities-api/revisions/4073eeee9d1a/schema)
