WGEA Employer Gender Pay Gap as a JSON REST API
WGEA employer-level gender pay gap as JSON. Median and average base salary gaps, total remuneration gap, and industry comparators. Sourced from WGEA's published employer dataset. Skip the spreadsheet and query the official pay-gap figures by ABN or industry.
Endpoint
GEThttps://api.ausdata.io/v1/data/wgea/pay-gap
Sample request
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.ausdata.io/v1/data/wgea/pay-gap?industry=Financial+and+Insurance+Services"Sample response
JSON
{
"data": [
{
"employer": "Example Corp",
"abn": "12345678901",
"industry": "Financial and Insurance Services",
"median_base_pay_gap_pct": 14.3,
"total_remuneration_gap_pct": 21.7
}
],
"meta": {
"endpoint": "/v1/data/wgea/pay-gap",
"source": {
"name": "WGEA",
"url": "https://www.wgea.gov.au/",
"attribution": "(c) WGEA, CC-BY 4.0"
},
"retrieved_at": "<ISO timestamp>"
}
}Response fields
| Field | Type | Description |
|---|---|---|
| employer | string | Reporting employer name |
| abn | string | Australian Business Number |
| industry | string | ANZSIC industry |
| median_base_pay_gap_pct | number | Median base salary gender pay gap |
| total_remuneration_gap_pct | number | Total remuneration gender pay gap |
Frequently asked questions
- How do I query the Employer Gender Pay Gap dataset via API?
- Send a GET request to https://api.ausdata.io/v1/data/wgea/pay-gap with an Authorization: Bearer <your-key> header. The response is JSON with a data array and a meta block containing the source and retrieval timestamp. Get a free key at ausdata.io with 500 calls per month.
- How often is the Employer Gender Pay Gap data updated?
- The Employer Gender Pay Gap dataset is refreshed annually from Workplace Gender Equality Agency (WGEA). The meta.retrieved_at field on every response tells you exactly when the underlying data was last pulled.
- Is there a free tier for the WGEA Employer Gender Pay Gap API?
- Yes. ausdata.io offers a free tier of 500 calls per month across every endpoint, including Employer Gender Pay Gap. No credit card required. Paid plans start at $29 AUD per month for 10,000 calls.
- What format does the Employer Gender Pay Gap API return?
- JSON, with a consistent envelope: a data field carrying the rows or object, and a meta field with the source agency, source URL, attribution string, and retrieved_at timestamp. UTF-8, ISO 8601 dates, CC-BY attribution included on every response.
Start querying WGEA Employer Gender Pay Gap
500 free calls per month. No credit card.
Get a free key