Skip to main content

FloodZoneResponse

Complete flood zone API response.

location_info objectnullable

Geocoded location information

formatted_addressFormatted Address (string)nullable
street_addressStreet Address (string)nullable
cityCity (string)nullable
stateState (string)nullable
state_codeState Code (string)nullable
countyCounty (string)nullable
postal_codePostal Code (string)nullable
latitudeLatitude (number)nullable
longitudeLongitude (number)nullable
geohash8Geohash8 (string)nullable
fema_flood_zone objectrequired

FEMA flood zone 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 Risk
annual_riskAnnual Risk (string)nullable

Annual flood risk percentage

Example: 1 %
sfhaSfha (boolean)nullable

In Special Flood Hazard Area (boolean)

FloodZoneResponse
{
"location_info": {
"formatted_address": "string",
"street_address": "string",
"city": "string",
"state": "string",
"state_code": "string",
"county": "string",
"postal_code": "string",
"latitude": 0,
"longitude": 0,
"geohash8": "string"
},
"fema_flood_zone": {
"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
}
}