List the datasets
curl -H 'Authorization: Bearer ak_your_key' \
https://api.ausdata.io/v1/datasets/wgea Fetch data
curl -H 'Authorization: Bearer ak_your_key' \
'https://api.ausdata.io/v1/data/wgea/HEADLINE_GAP?limit=10' Inspect a dataset's schema
curl -H 'Authorization: Bearer ak_your_key' \
https://api.ausdata.io/v1/describe/wgea/HEADLINE_GAP Use it from an AI agent (MCP)
Workplace Gender Equality Agency also ships as a free, MIT-licensed Model Context Protocol server on PyPI. It gives Claude and other agents search, describe, get_data and latest tools over WGEA data, no gateway key required.
pip install wgea-mcp Attribution for every response is returned in meta.sources[].attribution. Reproduce it when you publish.