dcdunkan/bible-bot

We have two endpionts now at getBible.net

Llewellynvdm opened this issue · 0 comments

const API_ROOT = "https://api.getbible.net/v2";

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.