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 phonesLaunching Oct 2026
Emergency AlertNationalSMS + landline alertsBeing replaced (decomm Jul 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 (33 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.

It replaces the Emergency Alert system (2009), which used SMS and had significant capacity and delivery problems.

AusAlert does not provide developer access or data feeds. 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, EMV, SES, MFB
QLDQLD Fires + ESCADQFES (all incident types)
SAAlert SACFS, MFS, SES, SAAS
WAEmergency WADFES (all services)
TASTasALERTTFS, SES, Police
ACTESA ACTESA (fire, rescue, ambulance)
NTNT EmergencyPFES (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, on government websites, and in AusAlert cell broadcast messages. 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 use since 1992. 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 33 government feeds from all 8 states 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
                   (33 feeds, 8 states)
                            |
                            v
                      EmergencyAPI
                    (unified REST API)
                            |
                            v
                   Your Application

One API for all of Australia's emergency data.

33 feeds, all 8 states, GeoJSON + CSV + CAP-AU. Free tier at 500 calls/day.

Sign Up FreeQuickstartDeveloper Gap
About

EmergencyAPI provides aggregated emergency incident data for informational purposes only. This data is sourced from official government feeds and may be delayed, incomplete, or inaccurate. Do not use this API as a substitute for official emergency warnings. Always refer to your state emergency service for safety-critical decisions.

IncidentsDocsGuidesUse CasesPricingReportsStatusPrivacyTermsComplianceGitHubBuilt by SEY Solutions · 2026