v1

latestOpenAPI 3.0.12026-07-13191560.7 KB
Sections

Get a Section

Gets a single Section object for a given bibleId and sectionId.

Lists Section objects for a given bibleId and bookId

A Section object represents a known range of verses in the Bible, typically tied to a story. Each Section is accessible via its Section ID, a string consisting of a Book ID and a section number. Not every Bible has sections enabled. For Bibles with sections enabled, sections are sequential and should cover nearly every verse if queried in order. A few examples from the book of Genesis are:

Section TitleVerse RangeSection ID
The BeginningGenesis 1:1 - Genesis 2:3GEN.S1
Adam and EveGenesis 2:4 - Genesis 2:25GEN.S2
The FallGenesis 3:1 - Genesis 3:24GEN.S3

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

get/bibles/{bibleId}/sections/{sectionId}

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