ready-to-use endpoints in this product, with JSON responses and consistent error handling.
Pure local utilities: Rupiah format/parse, dummy data generators (NIK/NPWP/phone), and QRIS parser.
Pure local utilities: Rupiah format/parse, dummy data generators (NIK/NPWP/phone), and QRIS parser.
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/util/rupiah/formatFormats a number as Indonesian Rupiah string.
The Developer Utilities API fits teams that want small but commonly used functions through endpoints: Rupiah formatting/parsing, dummy NIK/NPWP/phone generation, and QRIS parsing.
QA needs Indonesian dummy data without using real user data.
The app needs consistent Rupiah formatting across services.
Payment products need to read QRIS payloads to show transaction details.
These utilities do not replace local libraries when operations must run offline in the client. Use the endpoint when cross-service consistency matters more.
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 -X POST "https://use.apiindonesia.id/api/v1/util/rupiah/format" \
-H "x-api-key: aip_live_xxx" -H "Content-Type: application/json" \
-d '{"amount":125000}'{
"data": { "formatted": "Rp125.000", "amount": 125000 }
}Kumpulan API publik Indonesia yang bisa dipakai developer tanpa biaya di awal: wilayah, cuaca, hari libur, kode pos, kurs, dan lainnya. Satu API key untuk semua.
Konversi angka ke "Rp125.000" atau teks terbilang Indonesia untuk invoice PDF, kontrak, dan slip pembayaran — tanpa library lokal.
Hasilkan NIK, NPWP, dan nomor telepon sintetis yang lolos validasi format — ideal untuk staging tanpa data pribadi asli.
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.