v1
latestOpenAPI 3.0.12026-07-13191560.7 KBGet 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 Title | Verse Range | Section ID |
|---|---|---|
| The Beginning | Genesis 1:1 - Genesis 2:3 | GEN.S1 |
| Adam and Eve | Genesis 2:4 - Genesis 2:25 | GEN.S2 |
| The Fall | Genesis 3:1 - Genesis 3:24 | GEN.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.
Query parameters
Determines the structure of returned verse content
When true, returns footnotes in verse content
When true, returns section titles in verse content
When true, returns chapter numbers in verse content
When true, returns verse numbers in verse content
When true, returns spans that wrap verse numbers and verse text in content
Comma-separated list of Bible IDs. When included, returns parallel verses from the given Bibles