List the datasets
curl -H 'Authorization: Bearer ak_your_key' \
https://api.ausdata.io/v1/datasets/ato More examples: fetch data, inspect a schema
Fetch rows from one dataset:
curl -H 'Authorization: Bearer ak_your_key' \
'https://api.ausdata.io/v1/data/ato/IND_POSTCODE_MEDIAN?limit=10' Inspect a dataset's schema and filters:
curl -H 'Authorization: Bearer ak_your_key' \
https://api.ausdata.io/v1/describe/ato/IND_POSTCODE_MEDIAN Datasets (17)
Every Australian Taxation Office dataset, one call to /v1/data/ato/{id} as JSON or CSV.
| Dataset | What it is |
|---|---|
| ACNC_REGISTER | ACNC Register of Australian Charities |
| ATO_OCCUPATION | Individuals by Occupation and Sex (Tax Stats 2022-23) |
| CGT_BY_GAINS_RANGE | Net Capital Gains by Entity × Tax Status × Gains Range (Tax Statistics) |
| COMPANY_INDUSTRY | Company Tax by Industry (Tax Statistics 2022-23) |
| CORP_TRANSPARENCY | Corporate Tax Transparency 2023-24 |
| FOREIGN_OWNERSHIP_AG_LAND | Foreign Ownership of Australian Agricultural Land (Annual) |
| FOREIGN_OWNERSHIP_RESIDENTIAL_BY_COUNTRY | Foreign Ownership of Australian Residential Land - by Country of Control |
| GST_MONTHLY | GST, WET & LCT Monthly Collections (Historical - Jul 2020 to Jun 2023) |
| HELP_DEBT | HECS / HELP Outstanding Debt and Repayments (Annual) |
| IND_AGE_INCOME | Individuals by Age, Sex, and Taxable Income Range (ATO Tax Statistics 2022-23) |
| IND_POSTCODE | Individuals by Postcode (Tax Statistics 2022-23) |
| IND_POSTCODE_MEDIAN | Median & Average Taxable Income by Postcode - time series (2003-04 to 2022-23) |
| RND_INCENTIVE | R&D Tax Incentive - Entity-Level R&D Claims (2022-23) |
| SBB_BENCHMARKS | Small Business Benchmarks 2023-24 (ATO Industry Ratios) |
| SMSF_FUNDS | SMSF Sector Size - Self-Managed Super Funds Annual Overview |
| SUPER_CONTRIB_AGE | Superannuation Contributions by Age, Sex, and Taxable Income (Tax Stats 2022-23) |
| TAX_GAPS | Australian Tax Gap Estimates by Tax Type |
Use it from an AI agent (MCP)
Australian Taxation Office also ships as a free, MIT-licensed Model Context Protocol server on PyPI, giving Claude and other agents search, describe, get_data and latest over ATO data, no gateway key required.
pip install ato-mcp Attribution for every response is returned in meta.sources[].attribution. Reproduce it when you publish.