Australian Bureau of Statistics (ABS)

query_dataset

Query a specific ABS dataset with optional filters

Input Schema

NameRequiredDescriptionDefault
datasetIdYesID of the dataset to query (e.g., C21_G01_LGA)

Input Schema (JSON Schema)

{ "properties": { "datasetId": { "description": "ID of the dataset to query (e.g., C21_G01_LGA)", "type": "string" } }, "required": [ "datasetId" ], "type": "object" }

You must be authenticated.

Other Tools