Involuntary Liens

The Involuntary Liens report goes past the tax_liens field on Property Detail, returning filed lien records with amounts, filing jurisdictions, creditors, and release dates.

POST/v2/Reports/PropertyLiens

Get lien records

Request attributes

  • Name
    id
    Type
    integer
    Description

    Property ID from Property Search.

  • Name
    address
    Type
    string
    Description

    A fully formatted address, as an alternative to id.

  • Name
    zip
    Type
    string
    Description

    Five-digit ZIP code.

  • Name
    apn
    Type
    string
    Description

    Assessor's parcel number.

  • Name
    fips
    Type
    string
    Description

    County FIPS code, paired with apn.

Request

POST
/v2/Reports/PropertyLiens
curl -X POST https://api.realestateapi.com/v2/Reports/PropertyLiens \
  -H "x-api-key: $REALESTATEAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"address": "1 Rocket Rd, Hawthorne, CA 90250"}'

Was this page helpful?