This will pull a list of all available books in a particular version
1 2 3 4 5 6 7 | books(
bibleid = Sys.getenv("MAIN_BIBLEID"),
chapters = FALSE,
sections = FALSE,
debug = FALSE,
apikey = Sys.getenv("BIBLER_APIKEY")
)
|
bibleid |
Identifies the Bible version (required) |
chapters |
Boolean indicating if an array of chapter summaries should be included in the results. Defaults to false. |
sections |
Boolean indicating if an array of chapter summaries and an array of sections should be included in the results. Defaults to false. |
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.