Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 844 Bytes

DOC.md

File metadata and controls

22 lines (17 loc) · 844 Bytes

Bible Search

Biblesearch is a Javascript/Python program that indexes the Bible for quick searching.

Parameters

Parameter Description
words Accepts search keywords seperated by space (or %20).
length Return short or long book names (Gen, Genesis). Accepts values "long" and "short"
callback JSONP callback, if you want to include it in script tags
page Page slicing, TODO

Examples

https://api.heb12.com/search?words=for%20god%20so%20loved%20the%20world

Bible Get

Get Bible references, currently under construction.

Parameter Description
reference Accepts a reference parsable by fbrp.

It returns a large JSON structure, which fairly easy to parse.