Bible API
Bible API is a free REST API providing access to Bible verses and scripture texts in multiple translations. Developers can integrate this API into religious, educational, or devotional apps, enabling easy retrieval of passages for study, reflection, or display.
1
Endpoints
0
Views
Jul 20, 2025
Last Checked
NaN
Rate Limit
API Endpoints
Retrieves Bible passages in various translations
Full URL
https://bible-api.com/
Code Examples
curl -X GET 'https://bible-api.com/'
Parameters
{ "passage": "John 3:16", "translation": "kjv" }
Example Response
{
"verses": [
{
"text": "For God so loved the world...",
"book_id": "JHN",
"book_name": "John"
}
],
"reference": "John 3:16",
"translation_id": "kjv"
}
Version
v1
Tags
biblereligion
Technical Details
Authentication
NoneResponse Formats
JSONAvailability
globalStatus
Published Rate Limits
None specified
Supported Languages
English
Use Cases
religious apps
educational tools
Related APIs
Discover similar APIs that might interest you