Bible
The following operations are supported. For a formal definition, please review the Service Description.
-
GetBooks
Returns a list of all books within the bible. You have the option of returning all books or a specific section (Old Testament or New Testament). If PopulateChapters and PopulateVerses are set to True, the *entire* Bible text will be returned. -
GetVerseRange
Returns a list of verses within a particular Book, Chapter and Verse range. -
GetTranslations
Returns a list of available Bible translations. -
GetVerse
Returns a single verse within a particular Book and Chapter. -
GetDefinitions
Returns definitions for a word or name from the Bible. -
SearchBible
Performs a search on the Book Text and Verse Text of the entire Bible and returns the top 50 verses that match the kewords provided. Set MatchAllWords to True to only match verses that contain all given keywords. Delimiter can be set to any single character that separates each keyword. -
GetVerses
Returns a list of verses within a particular Book and Chapter. -
GetRandomVerse
Returns a random verse. -
GetChapters
Returns a list of chapters within a particular Book. If PopulateVerses is set to True, the verses within each chapter will be returned.