What it answers
Is Australia running a trade surplus or deficit, and what is moving it? This returns the ABS international trade balance with the headline export and import contributors alongside the net figure.
Call it
curl -H 'Authorization: Bearer ak_your_key' \
https://api.ausdata.io/v1/trade-balance Returns
Every response uses the same {data, meta, links} envelope:
data: the answer, an object for a snapshot or a list when there is one row per entity.meta: reference periods,retrieved_at, per-sourceattributionto reproduce on publish, and thestaleflag.links: acsvalternative when one is available.
Example response shape
{
"data": { ... },
"meta": {
"endpoint": "/v1/trade-balance",
"query": { ... },
"period": { "start": "...", "end": "..." },
"row_count": 1,
"retrieved_at": "<ISO-8601 UTC>",
"sources": [
{ "name": "...", "url": "...", "attribution": "..." }
],
"stale": false,
"stale_reason": null,
"server_version": "..."
},
"links": { "csv": null }
}Draws from
This signal joins data from one source. Each source page lists the underlying datasets and canonical series.
Cross-source signals join multiple sources into one response. Reliability: a signal returns current data or a clear 503; it never serves an older vintage as the current answer.
Related signals
- Cost of living CPI by capital city across the top expenditure groups.
- Youth unemployment Youth unemployment rate against the all-ages rate, with the youth premium.
- Gender pay context WGEA headline pay gap with the industry baseline and rank.