---
title: "Address Lookup"
method: GET
path: "/public/property/address/"
tags: ["Property"]
---

# Address Lookup

`GET /public/property/address/`

## Query parameters

- `state` string, required
- `address` string, required
- `unitNumberStripped` string
- `county` string
- `city` string

## Response `200`

Property found successfully

- object
  - `property` object — The property features found.

## Other responses

- `400` — Bad Request - Missing or invalid parameters
- `401` — Unauthorized - Missing or invalid API key
- `403` — Forbidden - Usage limit exceeded
- `404` — Not Found - Address not found
- `500` — Internal Server Error

---

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