Disaster Declaration Tracker — FEMA Declarations by State avatar

Disaster Declaration Tracker — FEMA Declarations by State

Pricing

Pay per usage

Go to Apify Store
Disaster Declaration Tracker — FEMA Declarations by State

Disaster Declaration Tracker — FEMA Declarations by State

Track new FEMA disaster declarations — fires, floods, hurricanes, severe storms — by state or incident type, the moment they're declared. For insurance claims teams, disaster recovery contractors, and emergency management watching for new activations.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Timothy Kelvin

Timothy Kelvin

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Categories

Share

Track new FEMA disaster declarations — fires, floods, hurricanes, severe storms, and more — by state or incident type, the moment they're declared. Get the disaster number, declared programs, affected area, and a link to the FEMA disaster page.

Built for insurance claims teams, disaster recovery contractors, and emergency management professionals watching for new activations, without checking FEMA's site by hand.

Input

{
"states": ["CA", "TX"],
"incidentTypes": ["Fire", "Flood"],
"daysBack": 30,
"maxResults": 50
}
FieldTypeDescription
statesarray of strings (optional)Two-letter state codes to filter. Leave empty for nationwide.
incidentTypesarray of strings (optional)Only include these incident types (e.g. "Fire", "Flood", "Hurricane", "Severe Storm(s)"). Leave empty for all types.
daysBacknumberHow many days back from today to include, by declaration date. Default 30, max 365.
maxResultsnumberMax declarations to return, most recently declared first. Default 50, max 200.

Output

One record per declaration:

{
"femaDeclarationString": "FM-5668-NV",
"disasterNumber": 5668,
"state": "NV",
"declarationType": "FM",
"declarationTitle": "STALLION FIRE",
"incidentType": "Fire",
"declarationDate": "2026-08-11T00:00:00.000Z",
"incidentBeginDate": "2026-08-10T00:00:00.000Z",
"incidentEndDate": null,
"designatedArea": "Washoe (County)",
"iaProgramDeclared": false,
"paProgramDeclared": true,
"ihProgramDeclared": false,
"hmProgramDeclared": false,
"region": 9,
"url": "https://www.fema.gov/disaster/5668"
}

How it works

Direct calls to the official OpenFEMA API (DisasterDeclarationsSummaries dataset). No proxy, no key, no scraping.

Pricing note

Billed per search, not per declaration returned — one charge whether the search returns 1 declaration or 200.