v1

latestOpenAPI 3.0.12026-07-13191560.7 KB
Verses

Get 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:

VerseVerse ID
Genesis 1:1GEN.1.1
John 3:16JHN.3.16
Revelation 21.4REV.21.4

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

get/bibles/{bibleId}/verses/{verseId}

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

use-org-idboolean

When true, uses the supplied id(s) to match the verse's orgId instead of its id. See More

Response

OK