UnifyAPI
← Back to catalog

fema.disasters

mock data$0.001 / call

FEMA 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).

Government & Legalprovider: Fema#fema#government

Input schema

year

Filter by declaration year (1953-2026)

integer
limit

Number of results (1-50, default 10)

integer
state

US state code (e.g. CA, TX, FL). Omit for all states.

string
incident_type

Disaster type to filter (e.g. Fire, Flood, Hurricane)

string

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>"}'

Try it

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