This will pull a verse
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | verse(
verseid = NULL,
contenttype = "text",
includenotes = FALSE,
includetitles = FALSE,
includechapternumbers = FALSE,
includeversenumbers = FALSE,
includeversespans = FALSE,
parallels = NULL,
useorgid = FALSE,
bibleid = Sys.getenv("MAIN_BIBLEID"),
debug = FALSE,
apikey = Sys.getenv("BIBLER_APIKEY")
)
|
verseid |
Id of the verse to fetch |
contenttype |
Content type to be returned in the content property. Supported values are html (default), json (beta), and text (beta) |
includenotes |
Include footnotes in content |
includetitles |
Include section titles in content |
includechapternumbers |
Include chapter numbers in content |
includeversenumbers |
Include verse numbers in content. |
includeversespans |
Include spans that wrap verse numbers and verse text for bible content. |
parallels |
Comma delimited list of bibleIds to include |
useorgid |
Use the supplied id(s) to match the verseOrgId instead of the verseId |
bibleid |
Id of Bible whose Chapters to fetch |
debug |
Used to help debug the query |
apikey |
API.bible api key. Sign up here https://scripture.api.bible/signup |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.