---
title: "Property Records"
method: GET
path: "/properties"
---

# Property Records

`GET /properties`

Search for property records in a geographical area, or by a specific address.

## Query parameters

- `address` string
- `city` string
- `state` string
- `zipCode` string
- `latitude` number, float
- `longitude` number, float
- `radius` number, float
- `propertyType` 'Single Family' | 'Condo' | 'Townhouse' | 'Manufactured' | 'Multi-Family' | 'Apartment' | 'Land'
- `bedrooms` string
- `bathrooms` string
- `squareFootage` string
- `lotSize` string
- `yearBuilt` string
- `saleDateRange` string
- `limit` integer
- `offset` integer
- `includeTotalCount` boolean

## Response `200`

Success

- object[]
  - `id` string
  - `formattedAddress` string
  - `addressLine1` string
  - `addressLine2` string
  - `city` string
  - `state` string
  - `stateFips` string
  - `zipCode` string
  - `county` string
  - `countyFips` string
  - `latitude` number
  - `longitude` number
  - `propertyType` string
  - `bedrooms` number
  - `bathrooms` number
  - `squareFootage` number
  - `lotSize` number
  - `yearBuilt` number
  - `assessorID` string
  - `legalDescription` string
  - `subdivision` string
  - `zoning` string
  - `lastSaleDate` string, date-time
  - `lastSalePrice` number
  - `hoa` object
    - `fee` number
  - `features` object
    - `architectureType` string
    - `cooling` boolean
    - `coolingType` string
    - `exteriorType` string
    - `fireplace` boolean
    - `fireplaceType` string
    - `floorCount` number
    - `foundationType` string
    - `garage` boolean
    - `garageSpaces` number
    - `garageType` string
    - `heating` boolean
    - `heatingType` string
    - `pool` boolean
    - `poolType` string
    - `roofType` string
    - `roomCount` number
    - `unitCount` number
    - `viewType` string
  - `taxAssessments` object
    - `2020` object
      - `year` number
      - `value` number
      - `land` number
      - `improvements` number
    - `2021` object
      - `year` number
      - `value` number
      - `land` number
      - `improvements` number
    - `2022` object
      - `year` number
      - `value` number
      - `land` number
      - `improvements` number
    - `2023` object
      - `year` number
      - `value` number
      - `land` number
      - `improvements` number
    - `2024` object
      - `year` number
      - `value` number
      - `land` number
      - `improvements` number
  - `propertyTaxes` object
    - `2020` object
      - `year` number
      - `total` number
    - `2021` object
      - `year` number
      - `total` number
    - `2022` object
      - `year` number
      - `total` number
    - `2023` object
      - `year` number
      - `total` number
    - `2024` object
      - `year` number
      - `total` number
  - `history` object
    - `2017-10-19` object
      - `event` string
      - `date` string, date-time
      - `price` number
    - `2024-11-18` object
      - `event` string
      - `date` string, date-time
      - `price` number
  - `owner` object
    - `names` string[]
    - `type` string
    - `mailingAddress` object
      - `id` string
      - `formattedAddress` string
      - `addressLine1` string
      - `addressLine2` string
      - `city` string
      - `state` string
      - `stateFips` string
      - `zipCode` string
  - `ownerOccupied` boolean

## Other responses

- `401` — Auth Error

---

[API](https://skmtc.net/rentcast/apis/rentcast-api.md) · [All operations](https://skmtc.net/rentcast/apis/rentcast-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rentcast/rentcast-api/revisions/77f3c20445c0/schema)
