ready-to-use endpoints in this product, with JSON responses and consistent error handling.
Indonesian Great Dictionary (KBBI) with 62,850+ word entries. Supports word search, exact word lookup, and random words. Data sourced from github.com/dyazincahya/KBBI-SQL-database (MIT License).
Indonesian Great Dictionary (KBBI) with 62,850+ word entries. Supports word search, exact word lookup, and random words. Data sourced from github.com/dyazincahya/KBBI-SQL-database (MIT License).
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/kbbi/searchSearch KBBI dictionary by keyword. Supports pagination.
The KBBI API fits language ed-tech, text editors, word games, media, and internal tools that need Indonesian word definitions in an app-friendly format.
Users need to look up word meanings inside the app.
Editors or CMS tools need standard-word references during writing.
Education products need random-word, search, or specific-word lookup features.
The KBBI dataset here is useful for app references. For official language needs, keep source context and data limits visible.
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/kbbi/search?q=rumah&page=1&per_page=5" \
-H "x-api-key: aip_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"{
"data": [
{
"id": 50001,
"word": "rumah",
"arti": "Nomina (kata benda)\n(1) bangunan untuk tempat tinggal manusia",
"type": 2
}
],
"meta": {
"total": 15,
"page": 1,
"per_page": 5,
"total_pages": 3
}
}Cara cek kata di KBBI lewat REST API: cari kata, lookup arti lengkap, dan kata acak dari 62.850+ entri KBBI dengan format JSON konsisten.
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.
Data BMKG (prakiraan cuaca, peringatan dini, gempa terkini) dalam format JSON konsisten lewat satu REST API dan satu API key. Tanpa parsing XML atau scraping.
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.