SDKs
The ausdata.io API is plain JSON over HTTPS with a single bearer header. Pick your language. The snippet on each page is the canonical client, copy and ship.
Python
Call ausdata.io from Python with requests or httpx. No package required.
JavaScript
Call ausdata.io from Node, Bun, Deno, or the browser with fetch.
TypeScript
Typed client for ausdata.io built from the published OpenAPI spec.
R
Call ausdata.io from R with httr2. Returns a tibble in three lines.
Go
Call ausdata.io from Go with net/http. Zero dependencies.