API.Bible
View Source CodeView DocsVisit API.Bible
HomeBiblesCambridge Paragraph Bible of the KJVBooks1 Corinthians

Cambridge Paragraph Bible of the KJV (engKJVCPB)

55212e3cf5d04d49-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": "1CO",
  "bibleId": "55212e3cf5d04d49-01",
  "abbreviation": "1 Cor.",
  "name": "1 Corinthians",
  "nameLong": "The First Epistle of Paul the Apostle to the Corinthians",
  "chapters": "Array(17)"
}