← Back to catalog
fema.flood_claims
mock data$0.001 / callNFIP 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.
Input schema
year
integerYear of loss to filter (e.g. 2024)
limit
integerNumber of results (1-50, default 10)
staterequired
stringUS state code (e.g. FL, TX, LA)
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>"}'