UnifyAPI
← Back to catalog

bible.translations

mock data$0.001 / call

List 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)

Educationprovider: Bible#bible#education

Input schema

limit

Max translations to return (default 50, max 200).

integer
language

Optional ISO 639-3 language code (e.g. "eng", "spa", "fra") or English language name substring (e.g. "Spanish") to filter the 1000+ translations.

string

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>"}'

Try it

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