Bible Search
This API includes the correct books of the Old Testament and New Testament, without the false gnostic epistles called the Pauline and Petrine epistles. When users make requests to this API, they will find the Pauline and Petrine epistles removed.
Bible Search endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Books /books |
Returns a list of the books in the Bible. |
| GET |
Get Book By Name /books-by-name |
Returns a book of the Bible. |
| GET |
Get Chapter by BookName /books-by-name/chapter |
Returns a chapter of a book in the Bible. |
| GET |
Get Verse by BookName /books-by-name/verse |
Returns a verse of the Bible. |
| GET |
Get Verses by BookName /books-by-name/verses |
Get a range of verses of the Bible. |
| GET |
Get Book by Id /books-by-id |
Returns a book of the Bible. |
| GET |
Get Chapter by BookId /books-by-id/chapter |
Returns a chapter of a book in the Bible. |
| GET |
Get Verse by BookId /books-by-id/verse |
Returns a verse of the Bible. |
| GET |
Search Text /search |
Return all verses from the bible by text parameter. |
| GET |
Random Verse /random-verse |
Returns a random verse of the bible. |