A Bíblia Digital
A Bíblia Digital API provides free access to Bible scriptures, translations, and search capabilities in Portuguese. It is a public API suitable for religious websites, mobile apps, and study platforms. With simple endpoints and open-source access, developers can easily integrate Bible content into applications without authentication barriers.
1
Endpoints
0
Views
Jul 20, 2025
Last Checked
100 requests/day
Rate Limit
API Endpoints
Retrieves Bible verses by book and chapter
Full URL
https://www.abibliadigital.com.br/api/verses/{version}/{book}/{chapter}
Code Examples
curl -X GET 'https://www.abibliadigital.com.br/api/verses/{version}/{book}/{chapter}'
Parameters
{ "book": "gn", "chapter": 1, "version": "nvi" }
Example Response
{
"book": "Genesis",
"verses": [
{
"text": "In the beginning God created the heavens and the earth.",
"number": 1
}
],
"chapter": 1
}
Version
v1
Rate Limit
100 requests/hour
Tags
bibleportuguese
Technical Details
Authentication
API KeyResponse Formats
JSONAvailability
globalStatus
Published Rate Limits
100 requests/day
Supported Languages
Portuguese
Use Cases
religious apps
language tools
Related APIs
Discover similar APIs that might interest you