Documentation

One integration, every Australian emergency source

Australia has no national emergency feed. We poll 34 official and community sources across every state and territory, reconcile their formats, timestamps and coordinate systems, and return them in one schema. These docs cover how to call it.

Your first request

Every endpoint lives under https://emergencyapi.com/api/v1 and takes a bearer token. The free tier covers 5,000 requests a month and never asks for a card.

Request
curl "https://emergencyapi.com/api/v1/incidents?state=nsw&limit=5" \
  -H "Authorization: Bearer YOUR_API_KEY"

Responses are GeoJSON by default, so they drop straight into Leaflet, Mapbox or MapLibre without transformation. CSV and CAP-AU are available on the endpoints that support them. The quickstart walks the whole thing end to end in about a minute.

Start here

Endpoint reference

Machine readable

The OpenAPI spec drives this reference, the interactive playground and the Markdown edition for agents and LLMs. Version 1.39.0.