API.Bible
View Source CodeView DocsVisit API.Bible
HomeBiblesWorld Messianic BibleBooksHaggai

World Messianic Bible (WMB)

f72b840c855f362c-04

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": "HAG",
  "bibleId": "f72b840c855f362c-04",
  "abbreviation": "Hag",
  "name": "Haggai",
  "nameLong": "The Book of Haggai",
  "chapters": "Array(3)"
}