KJV accessible via web calls
URL Root: https://api.1611.social/ (you are here)
'/someverse' accepts verse references in a variety of forms, including single verses and verse ranges. For example:
Most recognizable abbreviations are allowed, and spelling errors are ignored if the book can be made out in the first few characters. No distinction is made between upper and lower case. Multiple references may be provided on an input line, delimited by spaces or commas.
'/s*/keyword' accepts a search word, and will return any verses matching the query
If you want to put the verse of the day into your website, you can use the following example php:
echo curl_exec(curl_init('https://api.1611.social/t/votd'));
You can see this work here:
https://api.1611.social/p/John3:16
https://api.1611.social/s/faith
https://api.1611.social/sp/hell
https://api.1611.social/spl/reprobate
Suggestions, bug reports or improvements can be reported to @tyler@1611.social