Skip to main content
GET
/
api
/
v1
/
property
/
environmental-risk
Get Property Environmental Risk
curl --request GET \
  --url https://us-red-property-data.p.rapidapi.com/api/v1/property/environmental-risk \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": {
    "flood": {
      "flood_factor_severity": "minimal",
      "flood_trend": "This propertyโ€™s flood risk is not changing."
    },
    "wildfire": {
      "fire_factor_severity": "minimal",
      "fire_trend": "This propertyโ€™s wildfire risk is not changing."
    },
    "heat": {
      "heat_factor_severity": "Major",
      "heat_trend": "6 days above 86ยฐF this year"
    },
    "wind": {
      "wind_factor_severity": "Minimal",
      "wind_trend": "Minimal risk of severe winds over next 30 years"
    },
    "air": {
      "air_factor_severity": "Moderate",
      "air_trend": "Risk of poor air quality is increasing"
    }
  }
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

property_id
string
required

Property ID used to identify the property

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

"2503567184"

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

data
object