Flood Data API Response Fields
The National Flood Data API returns a structured set of flood risk attributes for a property, derived from FEMA flood maps, geospatial flood hazard datasets, and parcel and building footprint geometry. These attributes support flood zone determinations, underwriting analysis, property risk assessment and automated decision systems used by insurers, lenders and data platforms.
Each API request returns a JSON response containing normalized flood risk data associated with the queried property location. The response includes FEMA flood zone classifications, base flood elevation (BFE), flood map panel identifiers and effective dates, proximity measurements to mapped flood hazards, property year built and square footage and spatial relationships between flood zones and parcel or building footprint geometry.
Response Structure
The National Flood Data API returns a structured JSON response containing normalized flood risk attributes associated with the queried property location.
The response contains several categories of flood risk data, including:
- FEMA flood zone and map panel information
- Base flood elevation (BFE) values
- Distances to mapped flood hazards
- Parcel and building footprint intersections
- Property year built and square footage
- Supporting flood risk metadata
These attributes include FEMA flood zone classifications, base flood elevation (BFE), proximity to mapped flood hazards, parcel and building footprint intersections and flood map panel metadata.
Example National Flood Data API JSON Response
The example below shows a typical JSON response returned by the National Flood Data API for a residential property query. The expandable example illustrates the overall structure of the response object and the categories of data returned.
Field Reference
The following sections document each field returned by the National Flood Data API. Fields are grouped by category to reflect the logical structure of the response and to make it easier to understand how each attribute contributes to flood risk analysis.
For full integration instructions, request parameters, and endpoint documentation, see the API Documentation.