Closed cesoun closed 3 years ago
Given a book name, chapter number and verse number, return the full verse.
200 on success.
200
{ "version": string, "book": { "title": string, "alt": string, "chapter": int, "verse": int }, "verse": string }
400 with error.
400
{ "error": string }
Given a book name, chapter number and verse number, return the full verse.
200
on success.400
with error.