Welcome to the Bible Verses API! This API provides random notable Bible verses in JSON format.
Check out the Bible Verses API library on GitHub.
To use this API, make HTTP GET requests to the following endpoints:
GET /Random_Verses_api.php
Returns a random Bible verse.
GET /Random_Verses_api.php?id={id}
Returns a specific Bible verse based on the provided ID.
GET /Random_Verses_api.php?book={book}&chapter={chapter}&verse={verse}
Returns a specific Bible verse based on the provided book, chapter, and verse.
To receive the verse in plain text format (with each piece of data on a new line), add the "format=plain" query parameter to any of the above requests.
Example responses:
We hope you find this API useful for your projects. If you have any questions or feedback, please contact us.