Returns the books and chapters of a given bible version.
http://api.biblia.com/v1/bible/contents/{bible}
https://api.biblia.com/v1/bible/contents/LEB?key=abc123
bible | The ID of the Bible (required). |
{
"books" : [
{
"passage" : "Genesis",
"chapters" : [
{
"passage" : "Genesis 1"
},
{
"passage" : "Genesis 2"
},
…
]
},
…
]
}