v1

latestOpenAPI 3.0.12026-07-13191560.7 KB
Audio Bibles

List Available Audio Bibles

Lists AudioBible objects authorized for current API Key.

Audio Bibles are nearly identical to Bibles, including their content structure. Audio Bibles, however, have one audio file for each chapter and therefore cannot be queried at the verse level. This is why Audio Bibles are queried separately from normal Bibles.

Audio Bible availability via API.Bible requires special licensing. For more information, please reach out to support@api.bible.

get/audio-bibles

Query parameters

languagestring

ISO 639-3 three digit language code used to filter results

abbreviationstring

Bible abbreviation to search for

namestring

Bible name to search for

idsstring

Comma separated list of Bible Ids to return

bibleIdstring

bibleId of related text Bible used to filter audio Bible results

include-full-detailsboolean

When true, the returned Bibles will include additional Bible details (e.g. copyright and promo info)

Response

OK

Example response

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