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/PropertyLienscurl -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"}'
The full response schema for this endpoint — every field and enum — lives in the canonical reference. That content has not been ported to this site yet.