Australian Disaster Declarations Explained

A natural disaster declaration is a formal government act that unlocks funding and support for an affected area, and in some sectors it carries regulatory weight. This guide explains how declarations work in Australia, who issues them, how Commonwealth disaster funding differs from a state declaration, and how EmergencyAPI reports the current status for any postcode.

What a disaster declaration is

A natural disaster declaration is a formal recognition by government that a defined area has been affected by a natural disaster such as a flood, bushfire, cyclone, or severe storm. A declaration is tied to specific local government areas and a specific event. It can unlock disaster recovery funding, activate support measures for residents and councils, and in some sectors it changes what rules apply during the declared period.

The declared area is defined by local government area, not by postcode. That distinction matters, because a single postcode can span more than one council, and only part of it may be declared.

Who issues a declaration, and who does not

In Australia, States and Territories declare natural disasters. Each has its own process and its own published records. The Commonwealth, including the National Emergency Management Agency (NEMA), does not issue these local declarations. The Commonwealth role is funding: it co-funds disaster recovery with the states through the Disaster Recovery Funding Arrangements (DRFA).

The only Commonwealth-level declaration is a national emergency declaration made by the Governor-General, which is rare and separate from the state declarations that define affected areas. The practical takeaway: to know whether a specific council area is declared, the authoritative source is the relevant State or Territory, not a national body.

State declaration vs Commonwealth funding activation

These two are easy to confuse because they often happen together, but they are separate instruments:

  • State declaration: a State or Territory naming an affected local government area.
  • DRFA activation: the Commonwealth and a state agreeing to co-fund recovery for an event, tracked nationally by NEMA as activations by local government area.

An area can have DRFA funding in force without a current, published state declaration record, and the two do not always line up. EmergencyAPI keeps them distinct rather than treating funding as a proxy for a declaration.

Why the data is uneven across states

Machine-readable declaration data is patchy. New South Wales publishes a structured register of natural disaster declarations by local government area, so for NSW the status is clear and current. Most other states do not publish an equivalent machine-readable register. They release declarations as media statements, gazette notices, or per-event pages.

For those states the strongest national signal is DRFA funding activation. EmergencyAPI reflects this honestly rather than inventing certainty: a confident declared or not_declared where a state register exists, and an activation_only status, with the source link, where only Commonwealth funding data is available.

How EmergencyAPI reports it

Send a postcode. EmergencyAPI maps it to the local government areas it covers, looks up each area against official declaration and DRFA data, and returns a top-level status plus a per-area breakdown with the official source link and dates for every record. Because a postcode can cross council boundaries, the response lists each matched area separately, and the top-level status can be partial when some areas are declared and others are not.

The status values:

  • declared: every matched area has an active State or Territory natural-disaster declaration.
  • partial: some matched areas are declared, others are not.
  • not_declared: no active declaration or funding activation in any matched area.
  • activation_only: Commonwealth DRFA funding is in force, but no state declaration record was found.
  • uncertain: a record matches, but its current status could not be confirmed from published dates.
  • unknown_postcode: the postcode is not recognised.
GET /api/v1/declarations/postcode/2480
{
  "postcode": "2480",
  "matchStatus": "declared",
  "matchedLgas": [
    {
      "lgaName": "Lismore",
      "lgaCode": "14850",
      "populationShare": 0.94,
      "declarationStatus": "declared",
      "declarations": [
        {
          "agrn": "1012",
          "title": "NSW Severe Weather and Flooding",
          "instrumentType": "state_natural_disaster_declaration",
          "jurisdiction": "NSW",
          "disasterTypes": ["flood", "storm"],
          "startDate": "2026-03-01",
          "endDate": null,
          "status": "active",
          "currencyConfidence": "high",
          "basis": "Open NSW declaration within the recency horizon",
          "source": "NSW Spatial Services, Total Natural Disaster Declarations by LGA",
          "sources": ["NSW Spatial Services...", "DisasterAssist"],
          "sourceUrl": "https://www.nsw.gov.au/...",
          "sourcePublishedAt": "2026-03-02"
        }
      ]
    }
  ],
  "asAt": "2026-06-22",
  "disclaimer": "EmergencyAPI reports the declaration and funding activation status ..."
}
What it does not tell you

EmergencyAPI reports declared-area status as published by government. It does not decide eligibility, coverage, benefits, or billing, and it is not legal, medical, or financial advice. Those determinations rest with the relevant authority and the professional acting on the data. We give you the official status and the source link, so you can apply your own rules with confidence.

The declarations endpoint is an enterprise capability, available by request.

Request AccessTry the LookupSee the Use CaseAPI Docs