UnifyAPI
← Back to catalog

fema.assistance

mock data$0.001 / call

FEMA Housing Assistance

Query federal disaster housing assistance data by state and disaster number. Returns registration counts, average damage, total inspected, approved amounts by county. Useful for disaster recovery analysis and aid distribution research. Source: OpenFEMA.

Government & Legalprovider: Fema#fema#government

Input schema

limit

Number of results (1-50, default 10)

integer
staterequired

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

string
disaster_number

FEMA disaster number to filter (e.g. 4673)

integer

Call via REST

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

Try it

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