---
title: "Read property"
method: GET
path: "/meta"
tags: ["Property Details API"]
---

# Read property

`GET /meta`

## Headers

- `Accept-Version` string

## Response `default`

default response

- ApiResponseMetaContainer
  - `data` MetaContainer
    - `property_categories` PropertyCategoryMetaEntry[]
      - `code` integer — The Booking.com property category code
      - `name` string — Name of the property category
      - `code_ota` integer — If applicable, the OTA code for this Booking.com category
      - `code_booking_extended` integer — If applicable, the legacy Booking Extended code for this Booking.com category
      - `additional_ota_mappings` PropertyCategoryMetaEntry[] — In the case that we have defined additional OTA codes that will remap to this category, this will be the list of those mappings
  - `warnings` ApiErrorOTA[]
    - `message` string
    - `code` integer
    - `details` ObjectNode
    - `description` string
  - `errors` ApiErrorOTA[]
    - `message` string
    - `code` integer
    - `details` ObjectNode
    - `description` string
  - `meta` ResponseMeta
    - `ruid` string

---

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