v1
latestOpenAPI 3.0.12026-07-13191560.7 KBGet a Verse
Gets a Verse object for a given bibleId and verseId.
A Verse object represents a verse in the Bible. Each Verse is accessible via its Verse ID, a string consisting of a Book ID, a chapter number, and a verse number. A few examples are:
| Verse | Verse ID |
|---|---|
| Genesis 1:1 | GEN.1.1 |
| John 3:16 | JHN.3.16 |
| Revelation 21.4 | REV.21.4 |
In addition to information about the given verse, this endpoint will also return all verse content 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
When true, uses the supplied id(s) to match the verse's orgId instead of its id. See More