This will pull a list of all available verses
1 2 3 4 5 6 | verses(
chapterid = NULL,
bibleid = Sys.getenv("MAIN_BIBLEID"),
debug = FALSE,
apikey = Sys.getenv("BIBLER_APIKEY")
)
|
chapterid |
Id of the Book whose Verses to fetch |
bibleid |
Id of Bible whose Verses 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.