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.
| System | Scope | What It Does | Status |
|---|---|---|---|
| AusAlert | National | Cell broadcast push alerts to phones | Launching Oct 2026 |
| Emergency Alert | National | SMS + landline alerts | Being replaced (decomm Jul 2027) |
| Australian Warning System | National | Visual framework (Advice/Watch and Act/Emergency Warning) | Active |
| SEWS | National | Standard Emergency Warning Signal (siren on TV/radio) | Active |
| State emergency apps | Per state | Mobile apps with maps, alerts, incident lists | Active (8 separate apps) |
| State data feeds | Per state | GeoJSON, RSS, ArcGIS, CAP-AU feeds for developers | Active (33 feeds via EmergencyAPI) |
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.
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.
| State | App / Website | Agencies Covered |
|---|---|---|
| NSW | Hazards Near Me NSW | RFS, SES, Fire & Rescue |
| VIC | VicEmergency | CFA, EMV, SES, MFB |
| QLD | QLD Fires + ESCAD | QFES (all incident types) |
| SA | Alert SA | CFS, MFS, SES, SAAS |
| WA | Emergency WA | DFES (all services) |
| TAS | TasALERT | TFS, SES, Police |
| ACT | ESA ACT | ESA (fire, rescue, ambulance) |
| NT | NT Emergency | PFES (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.
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:
| Level | Meaning | Action |
|---|---|---|
| Advice | An incident is occurring. No immediate danger. | Stay informed and monitor conditions |
| Watch and Act | Conditions are changing. You need to act now. | Take action to protect yourself and your family |
| Emergency Warning | You 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.
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.
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 ApplicationOne API for all of Australia's emergency data.
33 feeds, all 8 states, GeoJSON + CSV + CAP-AU. Free tier at 500 calls/day.
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