Explore 18 Bible Versions in 18 Languages via Easy-to-Use API
This API provides access to multiple Bible versions in various languages, offering a wide range of features that make exploring the Bible straightforward and efficient. Whether you're looking for a specific verse, searching for phrases, or retrieving an entire Bible in JSON format, this API has you covered.
Retrieve a list of all available Bible versions from the API.
Retrieve all books for a given Bible version.
Retrieve a specific book from a Bible version.
Retrieve a specific page from a Bible book.
Retrieve a specific verse from a Bible book and page.
Retrieve a range of combined verses from a specific Bible book and page.
Retrieve a list of all languages supported by the Bible API.
Retrieve the complete Bible data in JSON format, including all books, chapters, and verses.
Search for specific words or phrases within the entire Bible text to find relevant occurrences and verses.
Retrieve a randomly selected verse from the Bible.
To get started with the Bible API, clone this repository and install the necessary dependencies:
git clone https://github.com/your-username/bible-api.git
cd bible-api
npm installAdd env variable
SERVER_URL = your host name