A Bíblia Digital API
A Bíblia Digital API provides developers with access to multiple versions and translations of the Bible, including NIV, RA, ACF, KJV, BBE, RVR, and APEE. It offers features like keyword search with statistics and comments, making it ideal for building religious applications and study tools.
1
Endpoints
0
Views
Aug 29, 2025
Last Checked
10 requests/minute
Rate Limit
API Endpoints
Retrieve Bible verses in Portuguese
Full URL
https://www.abibliadigital.com.br/api/api/verses/nvi
Code Examples
curl -X GET 'https://www.abibliadigital.com.br/api/api/verses/nvi' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "book": "jn", "verse": 16, "chapter": 3 }
Example Response
{
"book": "John",
"text": "Porque Deus amou o mundo...",
"verse": 16,
"chapter": 3
}
Version
v1
Rate Limit
10 requests/minute
Tags
a-biblia-digitalbible-versionsreligious-textsscripture-access
Related APIs
Discover similar APIs that might interest you