UnifyAPI
← Back to catalog

bible.books

mock data$0.001 / call

List Books in Bible Translation

List the books in a specific Bible translation (e.g. KJV → 66 books). Returns book IDs and chapter counts needed for bible.passage. Free Use Bible API

Educationprovider: Bible#bible#education

Input schema

translationrequired

Bible translation ID (e.g. "KJV", "ASV", "WEB", "BSB"). Use bible.translations to discover IDs.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/bible.books \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"translation":"<translation>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.