Get FEMA Disaster Details
fema_get_disasterFetch all designated-area rows for a specific FEMA disaster by disaster number (e.g., 4781). Returns every county/municipality designated under the declaration along with programs activated, incident period, and state info. Use fema_search_disasters to find disaster numbers. The returned disaster_number chains to fema_get_public_assistance and fema_get_housing_assistance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| disaster_number | Yes | FEMA disaster number (e.g., 4781). Obtain from fema_search_disasters. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when the call failed. Absent on success. | |
| state | No | Two-letter state/territory code. | |
| title | No | Official declaration title (e.g., "SEVERE STORMS AND FLOODING"). | |
| hm_declared | No | True when Hazard Mitigation grants were declared. | |
| ia_declared | No | True when the Individuals and Households Program (IHP) was declared — indicates IA housing/personal grants are available. | |
| pa_declared | No | True when Public Assistance (infrastructure recovery grants) was declared. | |
| incident_type | No | Type of incident (e.g., Flood, Hurricane, Severe Storm). | |
| disaster_number | No | FEMA disaster number — use as the chain key for PA and housing assistance tools. | |
| declaration_date | No | ISO 8601 date the declaration was signed. | |
| declaration_type | No | Declaration type: DR (major disaster), EM (emergency), or FM (fire management). | |
| designated_areas | No | All counties/municipalities designated for assistance under this declaration. | |
| incident_end_date | No | ISO 8601 end date of the incident. Absent for ongoing or unrecorded incidents. | |
| incident_begin_date | No | ISO 8601 start date of the incident. Absent when not recorded. | |
| designated_area_count | No | Total number of designated areas in this declaration. |