Bible Multi-Translation API logo

Bible Multi-Translation API

|
Religion
|
1 tokens / llamada

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.

También disponible en

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' }
});