v1

latestOpenAPI 3.0.12026-07-13191560.7 KB
Audio Bibles

Get an Audio Bible

Gets a single AudioBible for a given bibleId

An AudioBible object represents a single auditory 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:

BibleBible ID
King James Version (KJV)de4e12af7f28f599-01
Douay-Rheims (DRA)179568874c45066f-01
Christian Standard Bible (CSB)a556c5305ee15c3f-01
get/audio-bibles/{bibleId}

Response

OK

Example response

{
  "data": {
    "language": {
      "script": "Latin"
    }
  }
}