← Back to catalog
bible.translations
mock data$0.001 / callList Bible Translations
List 1000+ public-domain Bible translations across 429+ languages. Filter by ISO 639-3 language code or English name. Returns translation IDs needed for bible.passage. MIT-licensed open data (Free Use Bible API)
Input schema
limit
integerMax translations to return (default 50, max 200).
language
stringOptional ISO 639-3 language code (e.g. "eng", "spa", "fra") or English language name substring (e.g. "Spanish") to filter the 1000+ translations.
Call via REST
curl -X POST https://unifyapi.pro/api/call/bible.translations \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"language":"<language>"}'