This repository contains the backend code to serve bible verses over REST endpoints. We aim to make the API and the source code as open as possible. So, only Bible translations that are in the public domain are included.
At the moment, the following translations are available.
Sl. No | Translation | Language | Year |
---|---|---|---|
1. | Tamil Old Version (TOVBSI) | Tamil | 1957 |
2. | King James Version (KJV) | English | 1769 |
3. | Malayalam Sathya Veda Pusthakam (MLSVP) | Malayalam | 1910 |
4. | American Standard Version (ASV) | English | 1901 |
5. | World English Bible (WEB) | English | 2020 |
6. | World English Bible Updated (WEBU) | English | 2020 |
The API is documented using Swagger UI. The documentation can be found here.
Right now, the API is deployed at two URLs.
If you'd like to host the API at other URLs, feel free to contact Berin Aniesh for any assistance.
If you would like to add a Bible translation to the API, open an issue on GitHub and we will look into it. Any feature requests are also welcome.
Contributions in any form welcome too.