Skip to content
All APIs

Provincial Minimum Wage (UMP)

Indonesia · Finance · 1 endpoint

The 2026 minimum wage for all 38 provinces, with its Kemendagri code and the year's increase — the number every payroll floor is checked against.

Base URL

https://api.diraz.ae
3 requestsNo cache1 credit / request

Endpoint

GET/v1/labor/minimum-wage

Snippet

Request — cURL

v1

curl https://api.diraz.ae/v1/labor/minimum-wage \
  -H "Authorization: Bearer drz_live_…"

Query parameters

province_codestring · optional
Two-digit Kemendagri province code, e.g. `31` for DKI Jakarta. Omits to all 38.

Example response

200 OK

v1

{
  "data": {
    "year": 2026,
    "provinces": [
      { "province_code": "11", "province": "Aceh", "monthly_idr": 3685616, "increase_percent": null, "carried_over": true },
      { "province_code": "31", "province": "DKI Jakarta", "monthly_idr": 5729876, "increase_percent": 6.17, "carried_over": false },
      { "province_code": "32", "province": "Jawa Barat", "monthly_idr": 2317601, "increase_percent": 5.77, "carried_over": false }
    ]
  },
  "meta": {
    "request_id": "req_7Q2fK4mZ"
  }
}
year
Which decree cycle the table holds.
provinces[].province_code
Kemendagri code — joins with the regions and NIK products.
provinces[].monthly_idr
The monthly floor, in rupiah.
provinces[].increase_percent
This year's increase. Null where the province issued no new decree and the previous rate carries over.
provinces[].carried_over
True when the rate is the previous year's, still in force.

Errors

401 Unauthorized

v1

{
  "error": {
    "code": "UNAUTHORIZED",
    "message": "The API key is invalid, expired, or revoked."
  },
  "meta": {
    "request_id": "req_7Q2fK4mZ"
  }
}

Every failure carries a stable machine-readable code before the human message, and the same meta.request_id the successful responses carry. Quote it and we can find your exact request.

Errors are free

Nothing on this page is billed. You are charged for a 2xx and nothing else — a rejected key, a bad parameter, a rate limit, or an outage on our side all cost you zero. Retry without watching the meter.

UNAUTHORIZEDHTTP 401
Missing, malformed, expired, or revoked API key.
FORBIDDENHTTP 403
The key is valid but lacks the scope this product needs.
VALIDATION_ERRORHTTP 422
A query parameter is the wrong type or out of range.
RATE_LIMITEDHTTP 429
Rate limit exhausted. `Retry-After` says how long to wait.
SERVICE_UNAVAILABLEHTTP 503
No data recent enough to serve. Carries `Retry-After`, and is never billed.
Total requests3
CacheNone
Status
Operational
Category
Finance
Scope
market:read
Rate limit
300 requests / 60s per key
Pricing
1 credit / request
Request a keyView as Markdown
  • Provincial Minimum Wage (UMP)

1/1 passing