Documentation

One integration, every dataset

DataQuoll is a data platform. It aggregates Australian public data that agencies publish fragmented, in formats never designed for software, normalises it into one schema, and turns it into a single view of a location: what has happened there, what is happening now, and the conditions around it. These docs cover authentication, rate limits, pagination, errors and every endpoint. 34 official and community sources are polled today.

Your first request

Every endpoint lives under https://dataquoll.io/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://dataquoll.io/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, on the Developer plan and above. 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.50.0.