Method: GET
Fetch a list of available Bible versions.
Endpoint: /api/alkitab/v1/versions
GET /api/alkitab/v1/versions
[Fetching response...]
Method: GET
Fetch a list of books in the Bible, including name and code.
Endpoint: /api/alkitab/v1/books
GET /api/alkitab/v1/books
[Fetching response...]
Method: GET
Fetch a list of chapter numbers for a specific book.
Endpoint: /api/alkitab/v1/{bookName}/chapter
GET /api/alkitab/v1/gen/chapter
[Fetching response...]
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}
GET /api/alkitab/v1/tb/gen/1/1/5
[Fetching response...]