Skip to content

Releases: davidgrldo/alkitab-api

v0.2.0 — full KJV out of the box

Choose a tag to compare

@davidgrldo davidgrldo released this 17 Jul 19:06

Highlights

  • kjv.json release asset — a complete public-domain King James Version (66 books, 1,189 chapters, 31,100 verses) in BYOD format. Download, point ALKITAB_DATA_DIR at it, and you have a full Bible API.
  • cmd/alkitab-convert — convert common public-domain JSON dumps into BYOD format.
  • Scrape adapter now serves nine translations — tb, tl, bis, vmd, tsi, ayt, ende, jawa, sunda (each verified end-to-end against alkitab.mobi).
  • Library polish — runnable godoc example, CONTRIBUTING.md, Docker images at ghcr.io/davidgrldo/alkitab-api.

Quick start with full KJV

mkdir -p data && curl -L -o data/kjv.json \
  https://github.com/davidgrldo/alkitab-api/releases/download/v0.2.0/kjv.json
ALKITAB_DATA_DIR=./data go run ./cmd/alkitab-api
curl localhost:3000/v1/kjv/john/3/16

KJV source: public-domain text via thiagobodruk/bible, converted with alkitab-convert.