---
title: "Involuntary Liens API"
method: POST
path: "/v2/Reports/PropertyLiens"
---

# Involuntary Liens API

`POST /v2/Reports/PropertyLiens`

Go beyond our standard tax_liens & add Involuntary Lien Data to your Insights on a Property

## Request body

- object
  - `id` integer
  - `address` string
  - `zip` string
  - `apn` string
  - `fips` string

## Response `200`

200

- object
  - `data` object, required — Contains liens information and property details
    - `liens` object[] — Array of involuntary lien records (judgments, tax liens, IRS liens, etc.)
      - `amount` integer — Dollar amount of the lien
      - `irsSerialNumber` string — IRS serial number for federal tax liens
      - `judgeVacatedDate` string — Date when the judgment was vacated (dismissed/reversed)
      - `originFilingDate` string — Original date when the lien was first filed
      - `releaseDate` string — Date when the lien was released/satisfied
      - `filingJurisdiction` string — Jurisdiction code where the lien was filed
      - `filingJurisdictionName` string — Full name of the filing jurisdiction
      - `filings` object[] — Array of filing records associated with this lien
        - `agencyName` string — Name of the agency that filed the lien
        - `agencyCounty` string — County where the agency is located
        - `agencyState` string — State where the agency is located
        - `filingDate` string — Date when this specific filing was made
        - `filingNumber` string — Official filing number or case number
        - `filingType` string — Type of filing
      - `creditors` object[] — Array of creditor information (who the debt is owed to)
        - `name` string — Name of the creditor/lien holder
        - `address` string — Address of the creditor
      - `debtors` object[] — Array of debtor information (who owes the debt)
        - `name` string — Name of the debtor (person or entity that owes the debt)
        - `address` string — Address of the debtor
      - `status` string — Current status of the lien
    - `property` object — Basic property information associated with the liens
      - `id` integer — Unique identifier for the property
      - `fips` string — Federal Information Processing Standards code for the county
      - `apn` string — Assessor's Parcel Number
      - `address` string — Street address of the property
      - `useCode` string — Property use code
      - `useCodeDescription` string — Description of the property use code
      - `owner` string — Name of the property owner

## 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/revisions/8e1eee264b55/schema)
