Complete Study Bible
Complete Study Bible API provides all the endpoints you need for a full study Bible. It includes Strong's Numbers, Greek & Hebrew, Lexicons, Location data with lat/longs, full search functionality, and a daily passage api. . Chapter and Verse API - get data for a chapter or for a subset of verses. Available translations include KJV, KJV with Strongs numbers, original language (Greek / Hebrew)…
Complete Study Bible endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Full Chapter API /{book}/{chapter}/{translation}/ |
Returns a specified chapter of a book in the Bible. Book parameter will accept a full book name, or 3 letter book abbreviation (example: '1Co' = 1 Corinthians). For a full list… |
| GET |
Verse Range API /{book}/{chapter}/{verse-start}/{verse-end}/{translation}/ |
Use when you only want to fetch a passage subset, not the entire chapter. |
| GET |
Strongs Number Detail API /strongs-detail/{comma-separated-strongs-numbers}/ |
Receives a Strongs Number or comma-separated list of Strong's Numbers (limit 3 at a time) and returns detailed information for each number, including Greek and Hebrew, phonetic… |
| GET |
Place Detail API /place/{place-unique-id}/ |
Used in conjunction with Chapter and Verse API. Whenever a city/region/location is mentioned in a verse, the Chapter and Verse API provides a unique ID for the location that is… |
| GET |
Search All Words API /search/{words}/ |
Returns KJV verses containing all of the supplied words, in any order. Words are separated by '%20' i.e., spaces. Words are not case-sensitive. |
| GET |
Search Exact Phrase API /search-exact/{phrase}/ |
Searches the KJV for the exact phrase supplied |
| GET |
Search Strongs Number API /search-strongs/{Strongs-number}/{include-lxx}/ |
Returns every verse containing the supplied strong's number. Include lxx boolean option will search the Septuagint translation of the Old Testament when searching for a Greek… |
| GET |
Search Place ID API /search-place/{place-unique-id}/ |
Used in conjuction with Chapter and Verse API, Place Detail API. Receives a Place Unique ID, returns a list of all verses in the Bible that mention the place. Helpful for… |
| GET |
Book List and Chapter Counts API /books/ |
Lists all books of the Bible, abbreviations, and chapter counts. Can be used as a reference for a chapter selection screen |
| GET |
Passage of the Day API /daily-passage/ |
Responds with a passage of the day, KJV translation. Can be a single verse or multiple verses. Passages are pre-selected by the API owner and updated every 24 hours. |
Complete Study Bible pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5.99 / month | — |
|
| ULTRA | $7 / month | — |
|
| MEGA | $30 / month | — |
|