AusAlert

Every Australian warning system, compared

Cell broadcast, SMS, sirens, apps and radio. Who runs each one, what it reaches, and where it fails.

The Full Picture

Australia doesn't have one emergency warning system. It has several, built at different times, by different agencies, for different purposes. This guide maps all of them and explains how they fit together.

SystemScopeWhat It DoesStatus
AusAlertNationalCell broadcast push alerts to phonesNational test 27 Jul 2026; launching 1 Oct 2026
Emergency AlertNationalSMS + landline alertsBeing replaced (no official end date; reports suggest mid 2027)
Australian Warning SystemNationalVisual framework (Advice/Watch and Act/Emergency Warning)Active
SEWSNationalStandard Emergency Warning Signal (siren on TV/radio)Active
State emergency appsPer stateMobile apps with maps, alerts, incident listsActive (8 separate apps)
State data feedsPer stateGeoJSON, RSS, ArcGIS, CAP-AU feeds for developersActive (34 feeds via EmergencyAPI)

AusAlert (National, October 2026)

AusAlert is Australia's new cell broadcast warning system. It sends alerts directly to every compatible phone in a targeted area. Critical Alerts cannot be disabled and override silent mode. Managed by NEMA. A national test alert goes to every compatible phone in Australia on Monday 27 July 2026, ahead of the 1 October 2026 launch.

It will eventually replace the Emergency Alert system (2009), which sends location-based SMS and landline voice messages. Emergency Alert is still operating, and no retirement date has been announced.

As of July 2026, AusAlert offers no developer access or public data feed. Cell broadcast delivers directly to devices only. For the technical details, see AusAlert and CAP-AU Architecture.

State Emergency Apps

Each state runs its own emergency information app. If you travel between states, you need different apps. Each has different data, different update frequencies, and different formats.

StateApp / WebsiteAgencies Covered
NSWHazards Near Me NSWRFS, SES, Fire & Rescue
VICVicEmergencyCFA, FRV, SES, EMV
QLDQFD Current Incidents (ESCAD data)QFD (formerly QFES), SES via QLD Police
SAAlert SACFS, MFS, SES, SAAS
WAEmergency WADFES (all services)
TASTasALERTTFS, SES, Police
ACTESA ACTESA (fire, rescue, ambulance)
NTSecureNTPFES (police, fire, emergency)

This fragmentation is the core problem. A developer building a national emergency app needs to integrate with 8 different systems, each with different APIs, formats, and update patterns.

Australian Warning System (AWS)

The Australian Warning System is not a technology. It is a nationally consistent visual and verbal framework for communicating emergency warnings. It defines three levels:

LevelMeaningAction
AdviceAn incident is occurring. No immediate danger.Stay informed and monitor conditions
Watch and ActConditions are changing. You need to act now.Take action to protect yourself and your family
Emergency WarningYou are in danger. Act immediately.Take immediate action to survive

These levels appear in state apps and on government websites, and will align with AusAlert cell broadcast messages when the system launches in October 2026. EmergencyAPI maps all incident data to these levels via the warningLevel field.

Standard Emergency Warning Signal (SEWS)

SEWS is the distinctive siren tone played on TV and radio before major emergency broadcasts. It has been in national use since 1995, after earlier use in cyclone warnings. You have probably heard it during bushfire season or severe weather events.

SEWS is a broadcast-only system with no data feed or API. It serves as an additional attention-getting mechanism alongside digital alerts.

The Data Layer: Where Developers Fit In

None of the systems above provide a unified developer API. AusAlert is push-only. State apps have their own feeds in different formats. AWS is a visual framework. SEWS is audio.

EmergencyAPI is the data layer that sits underneath all of this. It aggregates 34 government feeds from all 8 states and territories into one REST API with consistent formatting. Whether an incident comes from the CFS in SA, the RFS in NSW, or the CFA in VIC, the data arrives in the same GeoJSON structure with the same field names.

The Warning Ecosystem:

  AusAlert (push)     State Apps (visual)     SEWS (audio)
       |                    |                      |
       v                    v                      v
  [ Phones ]          [ Screens ]            [ TV/Radio ]
                            |
                            v
                   Government Data Feeds
                   ({FEED_COUNT} feeds, 8 states + territories)
                            |
                            v
                      EmergencyAPI
                    (unified REST API)
                            |
                            v
                   Your Application

One API for all of Australia's emergency data.

34 feeds, all 8 states and territories, GeoJSON + CSV + CAP-AU. Free tier at 5,000 calls/month.