API Documentation

Get Available Bible Versions

Method: GET

Fetch a list of available Bible versions.

Endpoint: /api/alkitab/v1/versions

Sample Request:

GET /api/alkitab/v1/versions

Example Response:

[Fetching response...]

Get List of Books

Method: GET

Fetch a list of books in the Bible, including name and code.

Endpoint: /api/alkitab/v1/books

Sample Request:

GET /api/alkitab/v1/books

Example Response:

[Fetching response...]

Get Chapters for Book

Method: GET

Fetch a list of chapter numbers for a specific book.

Endpoint: /api/alkitab/v1/{bookName}/chapter

Sample Request:

GET /api/alkitab/v1/gen/chapter

Example Response:

[Fetching response...]

Get Verse Text

Method: GET

Fetch the text of a specific verse or a range of verses from a specific version.

Endpoint: /api/alkitab/v1/{version}/{bookName}/{chapter}/{startVerse}/{endVerse}

Sample Request:

GET /api/alkitab/v1/tb/gen/1/1/5

Example Response:

[Fetching response...]