Openfema Get Disaster Declarations Example

Federal-GovernmentFire SafetyEmergency ManagementPublic SafetyFEMA

Openfema Get Disaster Declarations Example is an example object payload from United States Fire Administration, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdrequestresponse

Example Payload

Raw ↑
{
  "operationId": "getDisasterDeclarations",
  "request": {
    "method": "GET",
    "url": "https://www.fema.gov/api/open/v1/FemaWebDisasterDeclarations",
    "parameters": {
      "$filter": "incidentType eq 'Fire'",
      "$top": 5,
      "$orderby": "declarationDate desc",
      "$format": "json"
    }
  },
  "response": {
    "status": 200,
    "contentType": "application/json",
    "body": {
      "FemaWebDisasterDeclarations": [
        {
          "disasterNumber": 4720,
          "declarationType": "FM",
          "declarationTitle": "MAUI WILDFIRES",
          "state": "HI",
          "declarationDate": "2023-08-10T00:00:00.000Z",
          "incidentType": "Fire",
          "incidentBeginDate": "2023-08-08T00:00:00.000Z",
          "incidentEndDate": "2023-08-11T00:00:00.000Z",
          "fipsStateCode": "15",
          "fipsCountyCode": "009",
          "designatedArea": "Maui (County)"
        },
        {
          "disasterNumber": 4699,
          "declarationType": "DR",
          "declarationTitle": "WILDFIRES",
          "state": "NM",
          "declarationDate": "2022-05-05T00:00:00.000Z",
          "incidentType": "Fire",
          "incidentBeginDate": "2022-04-06T00:00:00.000Z",
          "incidentEndDate": "2022-08-21T00:00:00.000Z",
          "fipsStateCode": "35",
          "fipsCountyCode": "007",
          "designatedArea": "Colfax (County)"
        }
      ],
      "metadata": {
        "skip": 0,
        "top": 5,
        "count": null,
        "filter": "incidentType eq 'Fire'",
        "format": "json",
        "orderby": "declarationDate desc",
        "runDate": "2026-05-03T00:00:00.000Z"
      }
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/openfema-get-disaster-declarations-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.