Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.88 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.88 KB

Bible API

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.

Translations

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

Documentation

The API is documented using Swagger UI. The documentation can be found here.

Sources

  1. TOVBSI
  2. KJV
  3. MLSVP
  4. ASV
  5. WEB
  6. WEBU

Hosting

Right now, the API is deployed at two URLs.

  1. api.bible.berinaniesh.xyz
  2. api.versequick.com

If you'd like to host the API at other URLs, feel free to contact Berin Aniesh for any assistance.

Bible requests

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

Contributions in any form welcome too.