FloodZoneData
Formatted flood zone response data.
version_idVersion Id (string)nullable
DFIRM version identifier
fld_ar_idFld Ar Id (string)nullable
Flood area identifier
study_typStudy Typ (string)nullable
Study type
fld_zoneFld Zone (string)nullable
FEMA flood zone code (A, AE, VE, X, etc.)
sfha_tfSfha Tf (string)nullable
Special Flood Hazard Area flag (T/F)
static_bfeStatic Bfe (number)nullable
Base Flood Elevation
v_datumV Datum (string)nullable
Vertical datum
len_unitLen Unit (string)nullable
Length unit
source_citSource Cit (string)nullable
Source citation
user_labelUser Label (string)nullable
Human-readable risk label
Example:
High Riskannual_riskAnnual Risk (string)nullable
Annual flood risk percentage
Example:
1 %sfhaSfha (boolean)nullable
In Special Flood Hazard Area (boolean)
FloodZoneData
{
"version_id": "string",
"fld_ar_id": "string",
"study_typ": "string",
"fld_zone": "string",
"sfha_tf": "string",
"static_bfe": 0,
"v_datum": "string",
"len_unit": "string",
"source_cit": "string",
"user_label": "High Risk",
"annual_risk": "1 %",
"sfha": true
}