Home / Sources / Workplace Gender Equality Agency

Workplace Gender Equality Agency

8 curated datasets · Licensed CC-BY 3.0 AU.

List the datasets

curl -H 'Authorization: Bearer ak_your_key' \
  https://api.ausdata.io/v1/datasets/wgea
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/wgea/HEADLINE_GAP?limit=10'

Inspect a dataset's schema and filters:

curl -H 'Authorization: Bearer ak_your_key' \
  https://api.ausdata.io/v1/describe/wgea/HEADLINE_GAP

Datasets (8)

Every Workplace Gender Equality Agency dataset, one call to /v1/data/wgea/{id} as JSON or CSV.

DatasetWhat it is
EMPLOYEE_SUPPORT WGEA Employee Support - carer + dependant + employee-support responses (annual)
GENDER_EQUALITY_ACTIONS WGEA Gender Equality Actions - employer policy + strategy responses (annual)
HARM_PREVENTION WGEA Harm Prevention - sexual harassment + DV policy responses (annual)
HEADLINE_GAP WGEA Headline Gender Pay Gap - mid-point of employer gaps, by ANZSIC division (annual)
PARENTAL_LEAVE_FLEX WGEA Parental Leave + Flexible Work - employer policy responses (annual)
WORKFORCE_COMPOSITION WGEA Workforce Composition - gender × occupation × employer headcount (annual)
WORKFORCE_MANAGEMENT WGEA Workforce Management Statistics - manager movements by gender (annual)
WORKPLACE_OVERVIEW WGEA Workplace Overview - organisation profile responses (annual)

Use it from an AI agent (MCP)

Workplace Gender Equality Agency 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 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.