ready-to-use endpoints in this product, with JSON responses and consistent error handling.
Indonesian Bible (TB translation) — 66 books (39 Old Testament + 27 New Testament) with 31,104 verses. Data sourced from alkitab.sabda.org.
Indonesian Bible (TB translation) — 66 books (39 Old Testament + 27 New Testament) with 31,104 verses. Data sourced from alkitab.sabda.org.
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/alkitab/booksReturns all 66 Bible books with chapter counts and testament classification (OT/NT).
The Bible API fits devotional apps, church communities, faith education, and Christian media that need Indonesian New Translation Bible books and verses in JSON.
The app needs book and verse lookup for devotionals or learning.
Content needs to insert verse references without managing its own database.
Community products need consistent data across mobile, web, and admin tools.
Pay attention to licensing and usage context when publishing verse excerpts at scale or for public distribution.
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/alkitab/books" \
-H "x-api-key: aip_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"{
"data": [
{
"id": 1,
"abbr": "Kej",
"name": "Kejadian",
"chapter_count": 50,
"testament": "PL"
},
{
"id": 40,
"abbr": "Mat",
"name": "Matius",
"chapter_count": 28,
"testament": "PB"
}
]
}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.