What this API does
A Bíblia Digital API offers developers direct access to multiple Portuguese Bible translations including popular versions like NVI, ARA, and ACF. This RESTful API facilitates retrieval of chapters, verses, and books in JSON format, making it easy to integrate into websites, mobile apps, and educational tools.
How it works
Developers can send HTTP GET requests to retrieve scripture in various formats. The API supports endpoints for accessing specific chapters, verses, and metadata. By using keyword search functionalities, developers can enhance their applications with rich content exploration features. All responses are provided in JSON format for straightforward integration.
Authentication
No authentication is needed to access this API. Developers can start using it immediately without the need for API keys or tokens.
Example usage
/api/verses/{id}- Retrieves a specific verse by its unique ID./api/books- Fetches a list of all books in the selected translation./api/chapter/{id}- Retrieves the chapter content based on its unique ID./api/random- Provides a random verse from the Bible.
Limits
Currently, there are no documented rate limits for the A Bíblia Digital API, allowing developers to make requests freely and effectively.
Ideal use cases
- Creating Bible study applications for educational purposes.
- Building mobile apps that embed scripture retrieval functionalities.
- Integrating various Bible translations into larger platforms.
- Enhancing websites with Bible search features and content.