v1

latestOpenAPI 3.0.12026-07-13191560.7 KB
Bibles

List Available Bibles

Lists Bible objects authorized for the current API Key. This includes Creative Commons and Public Domain Bibles, as well as any Bibles licensed via a Starter or Pro Plan.

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:

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

Query parameters

languagestring
Example:eng

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

abbreviationstring
Example:NIV

Bible abbreviation to search for

namestring
Example:New International Version

Bible name to search for

idsstring
Example:78a9f6124f344018-01,a761ca71e0b3ddcf-01

Comma separated list of Bible Ids to return

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"
      }
    }
  ]
}
All 19 operations