---
title: "Property info by id"
method: GET
path: "/v1/properties/{id}"
tags: ["Properties"]
---

# Property info by id

`GET /v1/properties/{id}`

Get the basic info for a given property

## Path parameters

- `id` integer, required

## Query parameters

- `maxDate` string, date-time
- `wid` integer

## Response `200`

Success

- LodgifyApiPropertiesModelsV1PropertyDto — Object that retuns information for a property
  - `id` integer — property identifier
  - `name` string, nullable — Name of the property
  - `address` string, nullable — Address of the property
  - `zip` string, nullable — Zip code for the property
  - `city` string, nullable — City name where the property is located
  - `country` string, nullable — Country name where the property is located
  - `image_url` string, nullable — Image Url
  - `has_addons` boolean — Boolean indicating if the property has available addons
  - `has_agreement` boolean
  - `agreement_text` string, nullable
  - `agreement_url` string, nullable
  - `owner` LodgifyApiPropertiesModelsV1PropertyOwnerDto
    - `spoken_languages` string[], nullable
  - `rating` number, double
  - `price_unit_in_days` integer — Price unit in days. This field indicates the number of days of stay the MinPrice and MaxPrice are So if we have a 30 PriceUnitInDays, it means the MinPrice and MaxPrice are Monthly prices If multiple prices per diferent periods are defined it will return daily prices
  - `min_price` number, double
  - `original_min_price` number, double
  - `max_price` number, double
  - `original_max_price` number, double
  - `rooms` LodgifyApiPropertiesModelsV1RoomDto[], nullable
    - `id` integer
    - `name` string, nullable
    - `image_url` string, nullable
    - `max_people` integer
    - `units` integer
    - `has_wifi` boolean
    - `has_meal_plan` boolean
    - `bedrooms` integer
    - `bathrooms` integer
    - `area_unit` string, nullable
    - `area` number, double
    - `min_price` number, double
    - `original_min_price` number, double
    - `max_price` number, double
    - `original_max_price` number, double
    - `price_unit_in_days` integer
    - `currency` LodgifyApiPropertiesModelsV1CurrencyDto — Object representing a Currency
      - `id` integer — Currency identifier
      - `code` string, nullable — Currency code
      - `name` string, nullable — Currency Name
      - `euro_forex` number, double — Exchange rate between currency and Euro
      - `symbol` string, nullable — Currency symbol
  - `in_out_max_date` string, date-time
  - `in_out` LodgifyApiPropertiesModelsV1SearchResultSearchInOutDto
    - `is_restricted` boolean
    - `check_in` LodgifyApiPropertiesModelsV1SearchItem[], nullable
      - `date` string, date-time
      - `for` string, nullable
    - `check_out` LodgifyApiPropertiesModelsV1SearchItem[], nullable
      - `date` string, date-time
      - `for` string, nullable
    - `not_available` LodgifyApiPropertiesModelsV1SearchItem[], nullable
      - `date` string, date-time
      - `for` string, nullable
  - `currency` LodgifyApiPropertiesModelsV1CurrencyDto — Object representing a Currency
    - `id` integer — Currency identifier
    - `code` string, nullable — Currency code
    - `name` string, nullable — Currency Name
    - `euro_forex` number, double — Exchange rate between currency and Euro
    - `symbol` string, nullable — Currency symbol
  - `subscription_plans` string[], nullable — Subscription plans

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.net/lodgify/apis/lodgify-public-api-v1.md) · [All operations](https://skmtc.net/lodgify/apis/lodgify-public-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lodgify/lodgify-public-api-v1/versions/ddf40757d411/schema)
