API.Bible
View Source CodeView DocsVisit API.Bible
HomeBiblesWorld English Bible

World English Bible (WEB)

9879dbb7cfe39e4d-01

Switch BiblesView BooksFind PassagesSearch
Fetching Bible Info
https://rest.api.bible/v1/bibles/{bibleId}

To fetch information about a single Bible, you must send a GET request to the above API endpoint using the Bible ID of the Bible you would like to fetch. For more information, check out our Bibles Guide.

Tip: If you are having trouble finding the of a specific Bible, try first.

Bible ID
fetching your available Bibles

Raw JSON Output:

{
  "id": "9879dbb7cfe39e4d-01",
  "dblId": "9879dbb7cfe39e4d",
  "relatedDbl": null,
  "name": "World English Bible",
  "nameLocal": "World English Bible",
  "abbreviation": "WEB",
  "abbreviationLocal": "WEB",
  "description": "Ecumenical",
  "descriptionLocal": "Ecumenical",
  "language": {
    "id": "eng",
    "name": "English",
    "nameLocal": "English",
    "script": "Latin",
    "scriptDirection": "LTR"
  },
  "countries": [
    {
      "id": "US",
      "name": "United States of America",
      "nameLocal": "United States of America"
    }
  ],
  "type": "text",
  "updatedAt": "2024-06-28T21:52:13.000Z",
  "copyright": "\n          PUBLIC DOMAIN\n        ",
  "info": "\n        See http://WorldEnglish.Bible\n      ",
  "audioBibles": [
    {
      "id": "105a06b6146d11e7-01",
      "name": "English - World English Bible 2013 (Drama NT)",
      "nameLocal": "English - World English Bible 2013 (Drama NT)"
    }
  ]
}