bible-bot icon indicating copy to clipboard operation
bible-bot copied to clipboard

We have two endpionts now at getBible.net

Open Llewellynvdm opened this issue 2 years ago • 0 comments

https://github.com/dcdunkan/bible-bot/blob/08d17f4c9f425c007b2a8d820efde8a3b812cc3e/src/helpers/api.ts#L4

Hi, we have just finished the second API endpoint. Have a look at https://getbible.net/docs

You will see there is two endpoints now, the one from before: https://api.getbible.net/v2

But there is now a new one: https://query.getbible.net/v2

Yes we will continue to support both (see roadmap), and they can be seen as the same API, it is just that the one gives whole chapters/books/translations, and the other one selected verses... but in the same format.

So take a look at the new enpoint, as it could improve the load on your application.

Llewellynvdm avatar Nov 09 '23 08:11 Llewellynvdm