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

# Property info by Id

`GET /v2/properties/{id}`

Get the basic info for a given property

## Path parameters

- `id` integer, required

## Query parameters

- `wid` integer
- `includeInOut` boolean

## Response `200`

Success

- LodgifyApiPropertiesModelsV2PropertyDto — Object that retuns information for a property
  - `id` integer — property identifier
  - `name` string, nullable — Name of the property
  - `internal_name` string, nullable — Internal name of property
  - `description` string, nullable — Description of the property
  - `latitude` number, double — Latitude coordinate of the house
  - `longitude` number, double — Longitude coordinate of the house
  - `address` string, nullable — Address of the property
  - `hide_address` boolean — Owner requested to hide address from public
  - `zip` string, nullable — Zip code for the property
  - `city` string, nullable — City name where the property is located
  - `state` string, nullable — Region name where the property is located
  - `country_code` string, nullable — Two Letters Country Code 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
  - `contact` LodgifyApiPropertiesModelsV2ContactInfoDto
    - `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` LodgifyApiPropertiesModelsV2RoomSummaryDto[], nullable
    - `id` integer — Identifier of the roomtype
    - `name` string, nullable — Name of the roomtype
  - `in_out_max_date` string, date-time
  - `in_out` LodgifyApiPropertiesModelsV2SearchResultSearchInOutDto
    - `is_restricted` boolean
    - `check_in` LodgifyApiPropertiesModelsV2SearchResultSearchItemDto[], nullable
      - `date` string, date-time
      - `for` string, nullable
    - `check_out` LodgifyApiPropertiesModelsV2SearchResultSearchItemDto[], nullable
      - `date` string, date-time
      - `for` string, nullable
    - `not_available` LodgifyApiPropertiesModelsV2SearchResultSearchItemDto[], nullable
      - `date` string, date-time
      - `for` string, nullable
  - `currency_code` string, nullable
  - `created_at` string, date-time — DateTime of creation
  - `updated_at` string, date-time — Last update datetime
  - `is_active` boolean — Boolean indicating ig the property is active or not (meaning if is linked to a valid website)
  - `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)
