Flood Zones
FEMA National Flood Hazard Layer determination for any property. Critical for insurance assessments and lending decisions.
GET
/v1/properties/{property_id}/floodGet FEMA flood zone data for a property based on its coordinates.
Example
curl -H "X-API-Key: pda_your_key" \
"https://api.propertypulse.dev/v1/properties/1/flood"Response
{
"data": {
"zone": "X",
"zone_subtype": "AREA OF MINIMAL FLOOD HAZARD",
"risk_level": "low",
"panel_number": "1100010025F",
"description": "Zone X - Areas determined to be outside the 0.2% annual chance floodplain"
}
}Flood Zone Codes
| Zone | Risk | Description |
|---|---|---|
| A, AE, AH, AO | High | 1% annual chance (100-year flood) |
| V, VE | High | Coastal high velocity wave action |
| B, X (shaded) | Moderate | 0.2% annual chance (500-year flood) |
| C, X | Low | Minimal flood hazard |