---
title: "Parcel ID Lookup"
method: GET
path: "/public/property/parcelId/"
tags: ["Property"]
---

# Parcel ID Lookup

`GET /public/property/parcelId/`

## Query parameters

- `state` string, required
- `county` string, required
- `parcelId` string, required

## 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 - No property 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)
