Disaster and Emergency Spending
usaspending_disaster_spendingFetch disaster and emergency supplemental spending (COVID-19, hurricanes, infrastructure law, etc.) broken down by agency, CFDA assistance program, recipient, or geography. Use the dimension parameter to select the breakdown axis: overview (top-level totals), agency, cfda, recipient, or geography. Filter by DEF codes (Disaster/Emergency Funding codes) to isolate a specific emergency appropriation. DEF codes appear in usaspending_get_award account_obligations_by_defc and usaspending_get_agency def_codes fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| limit | No | Maximum results per page (1–100). Applies to the agency, cfda, and recipient dimensions; ignored for overview and geography, which are not paginated. | |
| filters | No | Filters — def_codes is required for all non-overview dimensions (agency, cfda, recipient, geography) | |
| dimension | Yes | Breakdown axis: overview (top-level totals and DEF code funding), agency (by awarding agency), cfda (by assistance program), recipient (by recipient), geography (by state/county) | |
| spending_type | No | Data type for the agency and recipient dimensions: award (award-level obligations and outlays) or total (includes direct non-award spending). Ignored for cfda and overview; the geography dimension is not user-controllable and always reports obligation-based amounts. | award |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cap | No | The result-set ceiling the upstream applied. | |
| error | No | Present when the call failed. Absent on success. | |
| shown | No | Number of results returned on this page. | |
| notice | No | Caveat explaining a capped total and how to bring the set under the cap. | |
| results | No | Breakdown results (empty for overview dimension) | |
| overview | No | Top-level overview totals (dimension=overview only) | |
| dimension | No | Breakdown dimension returned | |
| truncated | No | True when the upstream capped the reachable result set rather than counting it. | |
| totalCount | No | Total items for paginated dimensions (when available) | |
| current_page | No | Current page (non-overview dimensions) | |
| has_next_page | No | Whether there are more pages | |
| page_metadata | No | Pagination metadata (non-overview dimensions) | |
| spending_type | No | Data type returned — award/total for agency, cfda, and recipient; obligation for geography; spending for overview | |
| applied_dimension | No | Breakdown dimension applied |