"Fires Near Me" is a great app for checking bushfires in your area. But if you are a developer, researcher, or business that needs programmatic access to fire and emergency data, the official apps do not provide an API. This page compares your options.
Fires Near Me is the NSW Rural Fire Service app for tracking bushfires in New South Wales. It shows current incidents on a map with alert levels, and sends push notifications for fires in your area.
Other states have equivalent apps: VicEmergency (Victoria), Alert SA (South Australia), Emergency WA (Western Australia), TasALERT (Tasmania), and so on. Each covers only its own state.
These apps are designed for residents checking safety conditions. They are not designed for developers who need to integrate fire data into their own applications.
If you are reading this, you probably need one or more of these things:
None of the official apps provide this. Some states publish raw data feeds, but they are fragmented across 8 different systems with 8 different formats.
| Option | Coverage | API Access | Format | Cost |
|---|---|---|---|---|
| Fires Near Me (NSW RFS) | NSW only | No API. Raw feed exists but undocumented. | GeoJSON (raw feed) | Free (consumer app) |
| VicEmergency | VIC only | No API. Raw feed URL available. | GeoJSON (raw feed) | Free (consumer app) |
| Emergency WA | WA only | SLIP portal (requires registration) | ArcGIS REST | Free (with SLIP account) |
| Build your own scraper | As many states as you build parsers for | Custom | Custom (you normalise) | Free (your time) |
| ABC Emergency | National (aggregated) | No API. Web/app only. | N/A | Free (consumer) |
| EmergencyAPI | All 8 states + national | REST API with filtering, pagination, proximity search | GeoJSON, CSV, CAP-AU | Free tier (500 calls/day) |
This is viable if you only need one state. For national coverage, expect 2-4 weeks of integration work and ongoing maintenance. See our Complete Guide to Australian Emergency Data Feeds for full details on every feed.
ABC Emergency aggregates data from multiple states into a single map view. It is the closest thing to national coverage in a consumer app.
EmergencyAPI is a unified REST API that aggregates 27 feeds from all 8 Australian states and territories plus national sources (earthquakes, satellite hotspots). It normalises everything into one GeoJSON schema with consistent field names, ISO 8601 timestamps, and standard [lng, lat] coordinates.
GET /api/v1/incidents?state=nsw&eventType=bushfire&format=geojsonThe poller handles all the parsing, timezone conversion, coordinate normalisation, event type mapping, retry logic, and stale detection. You get clean, consistent data.
If you need one state only and are comfortable maintaining a parser, the raw state feed is a reasonable choice. Check our feed guide for the URL and format details.
If you need national coverage, or you want filtering, historical data, or multiple output formats, EmergencyAPI saves you weeks of integration work and ongoing maintenance.
If you are a researcher needing historical bushfire patterns, EmergencyAPI provides access to 525,000+ archived incidents that are not available from any of the real-time state feeds.
Get started in 30 seconds. Free API key, no credit card.
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 CasesStatusPrivacyTermsComplianceGitHubBuilt by SEY Solutions · 2026