Highlights
kjv.jsonrelease asset — a complete public-domain King James Version (66 books, 1,189 chapters, 31,100 verses) in BYOD format. Download, pointALKITAB_DATA_DIRat 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/16KJV source: public-domain text via thiagobodruk/bible, converted with alkitab-convert.