StudioAPI Docs Get a key
View as Markdown
reference/alkitab

Base path: /api/v1/alkitab

Endpoints

MethodPathQueryDescription
GET/booksAll books.
GET/books/:testamentBooks filtered by PL or PB.
GET/passage/:bookAbbr/:chapterVerses in a chapter.
GET/verse/:bookAbbr/:chapter/:verseSingle verse.
GET/searchq (min 3), limit (default 20, max 100), offsetFull-text search.

Book lookup is case-insensitive by abbreviation or name (e.g. kej or kejadian).

Errors

  • VALIDATION_ERROR (400) — invalid testament, chapter/verse, or short query.
  • NOT_FOUND (404) — book, chapter, verse, or no search results.