---
title: "Lender Grade AVM API"
method: POST
path: "/v2/PropertyAvm"
---

# Lender Grade AVM API

`POST /v2/PropertyAvm`

Need the most precise Valuations for properties possible? Try out our Lender Grade AVM that uses statistical modeling, recent sales data, and market-to-market analysis to produce reliable AVMs

## Request body

- object
  - `id` string
  - `address` string
  - `strict` boolean

## Response `200`

200

- object
  - `data` object, required — Automated Valuation Model (AVM) estimate and property information
    - `id` integer — Unique identifier for the property
    - `apn` string — Assessor's Parcel Number (unique property identifier)
    - `fips` string — Federal Information Processing Standards code for the county
    - `avm` integer — Automated Valuation Model estimate - the estimated market value
    - `avmMin` integer — Lower bound of the AVM value range (confidence interval)
    - `avmMax` integer — Upper bound of the AVM value range (confidence interval)
    - `confidence` integer — Confidence score for the AVM estimate (typically 0-100 or 0-1)
    - `address` string — Street address of the property
    - `unit` string — Unit number for multi-unit properties
    - `unitType` string — Type of unit designation
    - `city` string — City where the property is located
    - `state` string — State abbreviation
    - `zip` string — 5-digit ZIP code
    - `zip4` string — 4-digit ZIP code extension (ZIP+4)
    - `label` string — Formatted full address label
    - `lastUpdateDate` string — Date when the AVM estimate was last updated

## Other responses

- `400` — 400
- `404` — Not Found

---

[API](https://skmtc.net/realestateapi/apis/property-apis.md) · [All operations](https://skmtc.net/realestateapi/apis/property-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/realestateapi/property-apis/versions/8e1eee264b55/schema)
