Bible Memory Verse Flashcard
Version 1 (CREATED 2022) UPDATES for Version 2 (Created/Updated 2023): Update 1) ONE new endpoint: '/search_term/get_verses_starting_with_search_term' Update 2) TWO new text formats ( BIONIC, HALF) Update 3) new Uppercase_mode added to some of the endpoints that outputs uppercase text. Misc Updates) - Some refactoring of the code ========== This Bible API allows users to retrieve verses/chapters…
Bible Memory Verse Flashcard endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Verses /get_verses |
Takes parameters and returns requested verses |
| GET |
Get Verses /get_verses |
Takes parameters and returns requested verse OR Range of Verses in one of 8 text formats. Example: verse_num1 = 1 , verse_num2 = 5 will return verses( 1, 2, 3, 4, 5) |
| GET |
Get Chapter /get_chapter |
Takes parameters and returns one chapter for chosen bookname (ex: genesis, job, etc. ) |
| GET |
Get Chapter /get_chapter |
Takes parameters and returns one chapter for chosen bookname |
| GET |
Search for Verses containing Terms /search_term/verses |
Takes term(s) and returns verses that contain term(s). Terms are not case sensitive. Books, operators etc. are NOT CASE SENSITIVE ** CAN SEARCH A RANGE OF BOOKS. (first_book =… |
| GET |
Search Term - Verse Address Summary /search_term/chapter_summary |
Returns a summary for verse addresses that contain term criteria. ** CAN SEARCH A RANGE OF BOOKS. (first_book = 'matthew' , second_book = 'john' MEANS ENDPOINT SEARCHES 'matthew'… |
| GET |
Search for Chapters containing Terms /search_term/chapters |
Takes term(s) and returns chapters that contain term(s). Terms are not case sensitive. Books, operators etc. are NOT CASE SENSITIVE. ** ONLY SEARCHES 2 BOOKS (NO RANGE FUNCTION) ** |
| GET |
Search for Verses containing Terms /search_term/verses |
Takes term(s) and returns verses that contain term(s). Terms are not case sensitive. Books, operators etc. are NOT CASE SENSITIVE ** CAN SEARCH A RANGE OF BOOKS. (first_book =… |
| GET |
Search Term - Count occurrences of terms found in text /search_term/counter |
Return number of term criteria occurrences in chosen book(s) ** CAN SEARCH A RANGE OF BOOKS. (first_book = 'matthew' , second_book = 'john' MEANS ENDPOINT SEARCHES 'matthew'… |
| GET |
Search for Chapters containing Terms /search_term/chapters |
Takes term(s) and returns chapters that contain term(s). Terms are not case sensitive. Books, operators etc. are NOT CASE SENSITIVE. ** ONLY SEARCHES 2 BOOKS (NO RANGE FUNCTION) ** |
| GET |
Search Term - Count occurrences of terms found in text /search_term/counter |
** CAN SEARCH A RANGE OF BOOKS. (first_book = 'matthew' , second_book = 'john' MEANS ENDPOINT SEARCHES 'matthew' 'mark' 'luke' 'john') ** |
| GET |
Search Term - Chapter Address Summary /search_term/chapter_summary |
Returns a summary for chapter addresses that contain term criteria ** CAN SEARCH A RANGE OF BOOKS. (first_book = 'matthew' , second_book = 'john' MEANS ENDPOINT SEARCHES… |
| GET |
Search Term - Verse Address Summary /search_term/verse_summary |
Returns a summary for verse addresses that contain term criteria. ** CAN SEARCH A RANGE OF BOOKS. (first_book = 'matthew' , second_book = 'john' MEANS ENDPOINT SEARCHES 'matthew'… |
| GET |
Search Term - Chapter Address Summary /search_term/chapter_summary |
Returns a summary for chapter addresses that contain term criteria. A dictionary is returned using Bible book names as keys. Under each key, is a list of the chapters(in… |
| GET |
Get Verses Starting With Search Term /search_term/get_verses_starting_with_search_term |
Returns verses starting with search term(s) |
Bible Memory Verse Flashcard pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|