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 Key
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

100 requests/day

Supported Languages
Portuguese
Use Cases
religious apps
language tools
https://www.abibliadigital.com.br/api

Related APIs

Discover similar APIs that might interest you

APIopen source

Gutendex

Gutendex is a free Books API offering pu...

Category
Books
Endpoints
2
booksliterature
APIopen source

Open Library

The Open Library API is a free and open-...

Category
Books
Endpoints
2
booksliterature
APIopen source

Bible API

Bible API is a free REST API providing a...

Category
Books
Endpoints
1
biblereligion