← Back to catalog
fema.disasters
mock data$0.001 / callFEMA Disaster Declarations
Search US federal disaster declarations from 1953 to present. Filter by state, incident type (Fire, Flood, Hurricane, Tornado, Earthquake), and year. Returns disaster number, title, dates, designated programs (IA, PA, HM). Source: OpenFEMA (US Gov open data).
Input schema
year
integerFilter by declaration year (1953-2026)
limit
integerNumber of results (1-50, default 10)
state
stringUS state code (e.g. CA, TX, FL). Omit for all states.
incident_type
stringDisaster type to filter (e.g. Fire, Flood, Hurricane)
Call via REST
curl -X POST https://unifyapi.pro/api/call/fema.disasters \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"year":0,"limit":0,"state":"<state>","incident_type":"<incident_type>"}'