Bible Scan
Scans the specified text for Bible references.
http://api.biblia.com/v1/bible/scan
http://api.biblia.com/v1/bible/scan/?text=Look+up+Gen+3:4.
Request Parameters
| text |
The text to parse (required). |
| style |
Style of the rendered form (short, medium, long, display; default long). |
Response
{
"results" : [
{
"passage" : "Genesis 3:4",
"textIndex" : (index into text, eg: 8 ),
"textLength" : (length of parsed reference text, eg: 7)
},
...
]
}