
The Bible is a public API providing everything you need from the bible in one discoverable place.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://docs.api.bible | Primary API endpoint. |
curl -X GET "https://docs.api.bible" \ -H "Accept: application/json"