v1
latestOpenAPI 3.0.12026-07-13191560.7 KBBibles
Get a Bible
Gets a single Bible object using the given bibleId.
A Bible object represents a single translation (NIV, ESV, etc.) of the Bible. Each Bible is accessible via its Bible ID, a string consisting of a 16-digit unique string followed by a publication number (-01, -02). A few popular examples are:
| Bible | Bible ID |
|---|---|
| King James Version (KJV) | de4e12af7f28f599-01 |
| Douay-Rheims (DRA) | 179568874c45066f-01 |
| Christian Standard Bible (CSB) | a556c5305ee15c3f-01 |
get/bibles/{bibleId}
Response
OK
Example response
{
"data": {
"language": {
"script": "Latin"
}
}
}