re_get_hazard_profile
Fetch one county's latest FEMA National Risk Index hazard profile.
Description
Fetch one county's latest FEMA National Risk Index hazard profile.
The shared scalar envelope returns county and release identity,
composite risk/EAL/social-vulnerability/resilience values, population
and property values, and up to 18 deterministically ordered
data.hazards rows with codes, names, risk values, and expected annual
loss values. eal_total, building_value, and agriculture_value are USD.
Decimal values serialize as strings at their persisted column precision.
Absent values remain null, meta.source is fema-nri, meta.as_of is the
release date at midnight UTC, and pagination is null.
Use this for a point-in-time county risk profile. Use re_get_series
instead for time-series market metrics such as house prices, rents, or
permits. Example: call with fips_or_geo_key="48201" for Harris County,
Texas; county_48201 returns the same payload. bad_parameter means the
address is not one of the two county forms, unknown_entity means no
matching county or profile is held, and out_of_coverage means the
county is known but has no FEMA NRI profile.
Parameters
Input schema advertised to MCP clients and mirrored by the REST query string.
| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
| fips_or_geo_key | string | Yes | — | — | A 5-digit U.S. county FIPS such as '48201', or a county geo_key such as 'county_48201'. County addresses only: tract FIPS and non-county geo_keys are rejected. The newest FEMA NRI release for the county is returned. |
Provenance
Sources behind every value this tool returns.
- fema-nriFederal Emergency Management Agency
Dataset registry: hazards_nri_profiles