---
title: "Retrieve Property Address"
method: GET
path: "/address/{id}"
tags: ["Address"]
---

# Retrieve Property Address

`GET /address/{id}`

Get the listing address of the given property.

## Path parameters

- `id` string, required

## Response `200`

Return the address object.

- object
  - `address` object — Address object configuration.
    - `full` string
    - `city` string
    - `country` string
    - `location` object
      - `lat` number
      - `lng` number
    - `state` string
    - `street` string
    - `zipcode` string
    - `apartment` string
    - `county` string
    - `floor` string
    - `unitNumber` string
    - `neighborhood` string
    - `searchable` string
    - `buildingName` string
  - `publishedAddress` object — Address object configuration.
    - `full` string
    - `city` string
    - `country` string
    - `location` object
      - `lat` number
      - `lng` number
    - `state` string
    - `street` string
    - `zipcode` string
    - `apartment` string
    - `county` string
    - `floor` string
    - `unitNumber` string
    - `neighborhood` string
    - `searchable` string
    - `buildingName` string
  - `isPublishedAddressEnabled` boolean

## Other responses

- `403` — Unauthorized Request.
- `404` — Address not found.

---

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