UnifyAPI
← Back to catalog

fema.flood_claims

mock data$0.001 / call

NFIP Flood Insurance Claims

Retrieve National Flood Insurance Program (NFIP) claims by state and year. Returns flood zone, building/contents payments, insurance coverage amounts, cause of damage. Essential for flood risk assessment and insurance analysis. Source: OpenFEMA.

Government & Legalprovider: Fema#fema#government

Input schema

year

Year of loss to filter (e.g. 2024)

integer
limit

Number of results (1-50, default 10)

integer
staterequired

US state code (e.g. FL, TX, LA)

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/fema.flood_claims \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"year":0,"limit":0,"state":"<state>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.