Flood Zones

FEMA National Flood Hazard Layer determination for any property. Critical for insurance assessments and lending decisions.

GET/v1/properties/{property_id}/flood

Get 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

ZoneRiskDescription
A, AE, AH, AOHigh1% annual chance (100-year flood)
V, VEHighCoastal high velocity wave action
B, X (shaded)Moderate0.2% annual chance (500-year flood)
C, XLowMinimal flood hazard