Get FEMA Public Assistance Projects
fema_get_public_assistanceRetrieve Public Assistance (PA) funded project records for a disaster or state — shows where federal recovery money was obligated. Returns applicant, damage category, project size and status, federal share obligated, and total obligated amounts. Either disaster_number or state must be provided. Use disaster_number (from fema_search_disasters) to scope to a single declaration, or state to browse all PA projects for a state. PA projects are created only when the PA program is declared (pa_declared: true on the disaster).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of projects to return (1–1000, default 100). | |
| state | No | Two-letter state code to browse all PA projects for a state. | |
| county | No | Filter by county name substring. | |
| offset | No | Pagination offset (default 0). | |
| disaster_number | No | FEMA disaster number to scope results to a single declaration. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when the call failed. Absent on success. | |
| notice | No | Guidance when no results were found. | |
| projects | No | Public assistance funded project records. | |
| totalCount | No | Total matching projects before pagination — exceeds returned_count when results were capped at the limit. | |
| total_count | No | Total matching projects before pagination. | |
| returned_count | No | Number of projects in this response. |