API.Bible
View Source CodeView DocsVisit API.Bible
HomeBiblesDouay-Rheims American 1899BooksJonah

Douay-Rheims American 1899 (engDRA)

179568874c45066f-01

Switch BiblesView ChaptersView Sections
Fetching a Single Book
https://rest.api.bible/v1/bibles/{bibleId}/books/{bookId}

To fetch a single book for a Bible, you must send a GET request to the above API endpoint using the Bible ID and Book ID you would like to fetch. For more information, check out our Books Guide.

Tip: If you are having trouble finding the correct Book ID, try fetching the books in this Bible first.

Raw JSON Output:

{
  "id": "JON",
  "bibleId": "179568874c45066f-01",
  "abbreviation": "Jon",
  "name": "Jonah",
  "nameLong": "The Book of Jonah",
  "chapters": "Array(5)"
}