This will pull a range of versions in a passage format
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | passage(
passageid = "mrk.1",
contenttype = "text",
includenotes = FALSE,
includetitles = TRUE,
includechapternumbers = FALSE,
includeversenumbers = TRUE,
includeversespans = FALSE,
parallels = NULL,
useorgid = FALSE,
returnstring = TRUE,
bibleid = Sys.getenv("MAIN_BIBLEID"),
debug = FALSE,
apikey = Sys.getenv("BIBLER_APIKEY")
)
|
passageid |
Id of the Chapter 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 |
returnstring |
Do you want a table or a string to be returned |
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.