Skip to main content
GET
/
api
/
v1
/
property
/
local-legal-protection
Get Property Local Legal Protection
curl --request GET \
  --url https://us-property-data.p.rapidapi.com/api/v1/property/local-legal-protection \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": {
    "protectionLevels": {
      "lgbt": {
        "level": "state",
        "statePageUrl": "http://www.lgbtmap.org/equality_maps/profile_state/ct"
      },
      "soi": {
        "level": "state"
      },
      "voucher": {
        "level": "state"
      }
    },
    "protections": [
      {
        "covers": {
          "genderIdentity": true,
          "sexualOrientation": true,
          "housingChoiceVoucher": true,
          "sourceOfIncome": true
        },
        "description": "Including protection from being unfairly evicted, denied housing, or refused the ability to rent or buy housing",
        "type": "Housing"
      }
    ]
  }
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

zpid
string
required

Unique Zillow Property ID (ZPID) used to identify the property

Minimum string length: 1
Pattern: ^\d+$
Example:

"58916071"

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

data
object