v1
latestOpenAPI 3.0.12026-07-13191560.7 KBList 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.
Query parameters
ISO 639-3 three digit language code used to filter results
Bible abbreviation to search for
Bible name to search for
Comma separated list of Bible Ids to return
bibleId of related text Bible used to filter audio Bible results
When true, the returned Bibles will include additional Bible details (e.g. copyright and promo info)
Response
OK
Example response
{
"data": [
{
"language": {
"script": "Latin"
}
}
]
}