ready-to-use endpoints in this product, with JSON responses and consistent error handling.
Provincial Minimum Wage (UMP) data from 1997 to 2025 across 38 Indonesian provinces. Source: Kaggle "Indonesian Salary by Region" (Apache 2.0). Supports filtering by year, province name, and salary range.
Provincial Minimum Wage (UMP) data from 1997 to 2025 across 38 Indonesian provinces. Source: Kaggle "Indonesian Salary by Region" (Apache 2.0). Supports filtering by year, province name, and salary range.
ready-to-use endpoints in this product, with JSON responses and consistent error handling.
Can be tested on the free tier, then used in production through one API Indonesia key.
https://use.apiindonesia.id/api/v1/umpAll provincial minimum wage records. Use query params to filter.
The UMP API fits payroll, HR analytics, job boards, economic research, and compliance products that need provincial minimum wage data across years.
Payroll needs to check salaries against a province and year.
Job boards want to show minimum-wage context for each job location.
Research needs to compare UMP trends across provinces from 1997 to 2025.
UMP differs from city/regency minimum wages and sectoral rules. For final payroll decisions, match it with regulations for your location and business type.
This section separates the product page from the docs. The docs explain how to call endpoints; this page explains why the endpoints make sense for your feature.
curl "https://use.apiindonesia.id/api/v1/ump?year=2025&province_name=jawa" \
-H "x-api-key: aip_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"{
"data": [
{ "id": "ump-32-2025", "province_code": "32", "province_name": "JAWA BARAT", "year": 2025, "salary": 2500000 },
{ "id": "ump-35-2025", "province_code": "35", "province_name": "JAWA TIMUR", "year": 2025, "salary": 2305984 }
],
"meta": { "total": 2, "page": 1, "per_page": 20, "total_pages": 1 }
}Start free. Upgrade to Pro or Business, or buy pay as you go credits when you need a one-time top-up. Payments are processed through Sumopod.
Yearly saves 2 months
Do you want to skip subscriptions? Top up credits once from the dashboard and use them until they run out.
Open dashboardFor trying the API and early integration.
For projects that are starting to get real usage.
For production apps with higher traffic.
For high volume, SLA, or company contracts.
Quick answers to common questions about getting started, the free tier, API key security, data sources, and Sumopod billing.