---
title: "Address Verification API"
method: POST
path: "/v2/AddressVerification"
---

# Address Verification API

`POST /v2/AddressVerification`

Verify 1 - 100 addresses at a time.

## Headers

- `x-user-id` string

## Request body

- object
  - `strict` boolean
  - `addresses` object[] — Provide up to 100 addresses per request
    - `key` string — This key will be returned in the response per address submitted to help relate the request to the response data.
    - `address` string — Formatted address including street, city, state and zip.
    - `street` string — Contains the house number, pre-direction, street name, street type and post-direction.
    - `city` string — Name of the city where the address is located.
    - `state` string — Two letter abbreviation for the state where the address is located.
    - `zip` string — Five digit zip code where the property is located.
    - `fips` string
    - `apn` string

## Response `200`

200

- union
  - object
    - `input` object
      - `addresses` object[]
        - `key` integer
        - `street` string
        - `city` string
        - `state` string
        - `zip` string
    - `data` object[]
      - `input` object
        - `key` integer
        - `address` string
        - `city` string
        - `state` string
        - `zip` string
      - `id` integer
      - `address` object
        - `zip` string
        - `streetType` string
        - `address` string
        - `city` string
        - `preDirection` string
        - `congressionalDistrict` string
        - `county` string
        - `carrierRoute` string
        - `fips` string
        - `zip4` string
        - `label` string
        - `house` string
        - `street` string
        - `state` string
      - `mailAddress` object
        - `zip` string
        - `streetType` string
        - `address` string
        - `city` string
        - `preDirection` string
        - `addressFormat` string
        - `county` string
        - `carrierRoute` string
        - `fips` string
        - `zip4` string
        - `label` string
        - `house` string
        - `street` string
        - `state` string
      - `vacant` boolean
      - `absenteeOwner` boolean
      - `apn` string
      - `latitude` string
      - `longitude` string
      - `lotNumber` string
      - `propertyUse` string
      - `precision` string
      - `searchType` string
      - `match` boolean
    - `statusCode` integer
    - `statusMessage` string
    - `credits` integer
    - `live` boolean
    - `requestExecutionTimeMS` string
    - `addressVerificationExecutionTimeMS` string
  - object
    - `input` object
      - `addresses` object[]
        - `key` integer
        - `street` string
        - `city` string
        - `state` string
        - `zip` string
    - `data` object[]
      - `input` object
        - `key` integer
        - `street` string
        - `city` string
        - `state` string
        - `zip` string
      - `match` boolean
      - `error` boolean
      - `errorMessage` string
    - `statusCode` integer
    - `statusMessage` string
    - `credits` integer
    - `live` boolean
    - `requestExecutionTimeMS` string
    - `addressVerificationExecutionTimeMS` unknown

## Other responses

- `400` — 400

---

[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)
