API.Bible
View Source CodeView DocsVisit API.Bible
HomeBiblesKing James (Authorised) VersionBooks1 Thessalonians

King James (Authorised) Version (engKJV)

de4e12af7f28f599-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": "1TH",
  "bibleId": "de4e12af7f28f599-01",
  "abbreviation": "1Th",
  "name": "1 Thessalonians",
  "nameLong": "THE FIRST EPISTLE OF PAUL THE APOSTLE TO THE THESSALONIANS",
  "chapters": "Array(6)"
}