---
title: "Retrieve a property"
method: GET
path: "/properties/{property_id}"
tags: ["Properties"]
---

# Retrieve a property

`GET /properties/{property_id}`

Returns the detailed information of a property from your EasyBroker account.

## Response `200`

Successful single property request

- PropertySingle
  - `public_id` string
  - `title` string
  - `foreclosure` boolean — Indicates whether the property is up for auction. This option is available only to agencies in Mexico.
  - `property_images` PropertyImage[] — Note: Images are processed asynchronously and might take some time to appear in your listing. Deprecated, you should use the "images" attribute instead.
    - `url` string
    - `title` string
  - `images` PropertyImage[] — Note: Images are processed asynchronously and might take some time to appear in your listing.
    - `url` string
    - `title` string
  - `description` string
  - `bedrooms` integer
  - `bathrooms` integer
  - `half_bathrooms` integer
  - `parking_spaces` integer
  - `lot_size` number — In square meters
  - `construction_size` number — In square meters
  - `lot_length` integer
  - `lot_width` integer
  - `covered_space` number — In square meters. Not Available in Mexico.
  - `uncovered_space` number — In square meters. Only available in Mexico and Argentina.
  - `floors` integer
  - `floor` integer
  - `age` string — One of "under_construction", "new" or the year the building was built
  - `internal_id` string — A user defined property ID
  - `expenses` string
  - `property_type` string
  - `agent` Agent
    - `id` integer
    - `name` string
    - `full_name` string
    - `mobile_phone` string
    - `profile_image_url` string
    - `email` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `published_at` string, date-time
  - `features` PropertyFeature[]
    - `name` string
    - `category` string
  - `public_url` string
  - `collaboration_notes` string
  - `property_files` string[]
  - `videos` string[]
  - `virtual_tour` string
  - `exclusive` boolean, nullable — Indicates whether the listing is exclusive. Set to `null` if not specified.
  - `shared_commission_percentage` number, nullable — Indicates the percentage of the agency fee that is shared. At the moment, it can only contain 50% or `null` if not specified.
  - `private_description` string
  - `location` PropertyLocation
    - `name` string, required
    - `latitude` number
    - `longitude` number
    - `street` string
    - `postal_code` string
    - `show_exact_location` boolean, required
    - `exterior_number` string — The property address exterior number.
    - `interior_number` string — The property address interior number.
  - `tags` string[]
  - `show_prices` boolean
  - `share_commission` boolean
  - `operations` PropertyOperationWithCommission[]
    - union
      - PropertyOperationSaleOrRentalWithCommission
        - `type` 'sale' | 'rental'
        - `amount` number, double
        - `formatted_amount` string
        - `currency` string
        - `unit` 'total' | 'square_meter' | 'hectare' — Some properties, like warehouses, are sold and rented per square meter. Some terrains are rented per hectare.
        - `commission` PropertyCommission
          - `type` 'percentage' | 'months' | 'amount' — Months type only applies for rental operation.
          - `value` number, double
          - `currency` string
      - PropertyOperationTemporaryRental
        - `type` string, required
        - `amount` number, double
        - `formatted_amount` string
        - `currency` string, required
        - `period` 'monthly' | 'weekly' | 'daily' — Used for temporary rentals

## Other responses

- `401` — API key is missing or invalid, or a restricted country was selected
- `404` — No property was found with the provided ID

---

[API](https://skmtc.dev/easybroker/apis/easybroker-api.md) · [All operations](https://skmtc.dev/easybroker/apis/easybroker-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/easybroker/easybroker-api/revisions/1aea2ecce635/schema)
