cURL
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" } } }
Get Property Environmental Risk
Rapid API Key
Property ID used to identify the property
1
^\d+$
"2503567184"
Success
true
Cost of the request
Show child attributes