v1

latestOpenAPI 3.0.12026-07-13191560.7 KB
Chapters

Get a Chapter

Gets a single Chapter object for a given bibleId and chapterId.

A Chapter object represents a single chapter of the Bible. Each Chapter is accessible via its Chapter ID, a string consisting of a Book ID and a chapter number. A few examples are:

ChapterChapter ID
Genesis 1GEN.1
John 3JHN.3
Revelation 22REV.22

In addition to information about the given chapter, this endpoint will also return all verse content included in that chapter within the content field.

get/bibles/{bibleId}/chapters/{chapterId}

Query parameters

content-type'html' | 'json' | 'text'

Determines the structure of returned verse content

include-notesboolean

When true, returns footnotes in verse content

include-titlesboolean

When true, returns section titles in verse content

include-chapter-numbersboolean

When true, returns chapter numbers in verse content

include-verse-numbersboolean

When true, returns verse numbers in verse content

include-verse-spansboolean

When true, returns spans that wrap verse numbers and verse text in content

parallelsstring
Example:78a9f6124f344018-01,a761ca71e0b3ddcf-01

Comma-separated list of Bible IDs. When included, returns parallel verses from the given Bibles

Response

OK