
Bible Multi-Translation API
Access scripture across multiple Bible translations. Look up individual verses, browse all 66 books, and retrieve detailed metadata for each available version — with pagination support for listing translations.
Also Available On
Available Endpoints
Request Parameters
API URL
Please subscribe to see the API URL
Headers
X-Api-Key
Path Parameters
bookCode
chapter
verse
versionCode
Please subscribe to see the actual API URL
import axios from 'axios';
const url = '{API_URL}';
const { data } = await axios.get(url, {
headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});