All APIs
BPJS Kesehatan Tariff
Health · 1 endpoint
JKN monthly premiums — the self-paying rate per ward class, the 5%-of-wage formula for employed members, and the subsidised tier.
Base URL
https://api.diraz.ae
2 requestsNo cache1 credit / request
Endpoint
GET/v1/health/bpjs-rates
Snippet
Request — cURL
v1
curl https://api.diraz.ae/v1/health/bpjs-rates \
-H "Authorization: Bearer drz_live_…"Example response
200 OK
v1
{
"data": {
"effective": "2026-08",
"self_paying": [
{ "ward_class": 1, "monthly_idr": 150000, "note": null },
{ "ward_class": 2, "monthly_idr": 100000, "note": null },
{ "ward_class": 3, "monthly_idr": 35000, "note": "Subsidised from the Rp42.000 base rate for self-paying members." }
],
"employed": {
"premium_percent_of_wage": 5,
"employer_percent": 4,
"employee_percent": 1,
"wage_ceiling_idr": 12000000,
"note": "5% of monthly wage, capped at the ceiling; 4% paid by the employer, 1% by the employee."
},
"subsidised": { "note": "PBI (Penerima Bantuan Iuran) members are fully paid by the state." }
},
"meta": {
"request_id": "req_7Q2fK4mZ"
}
}- effective
- The period the figures are in force for.
- self_paying[].ward_class / monthly_idr
- The self-paying (mandiri) premium per ward class, per person per month.
- employed.premium_percent_of_wage
- 5% of monthly wage — 4% employer, 1% employee — capped at the wage ceiling.
- subsidised.note
- PBI members are fully paid by the state.
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 requests2
CacheNone
- Status
- Operational
- Category
- Health
- Scope
- market:read
- Rate limit
- 300 requests / 60s per key
- Pricing
- 1 credit / request
- BPJS Kesehatan Tariff
1/1 passing