← Back to catalog
bible.books
mock data$0.001 / callList 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
Input schema
translationrequired
stringBible translation ID (e.g. "KJV", "ASV", "WEB", "BSB"). Use bible.translations to discover IDs.
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>"}'