Scans the specified text for Bible references.
https://api.biblia.com/v1/bible/scan/?text={text}&tagChapters={bool}
https://api.biblia.com/v1/bible/scan?text=Look+at+Gen+1:1&key=abc123
text | The text to parse (required). |
tagChapters | Whether to tag references to chapters without a verse; default true . |
{
"results" : [
{
"passage" : "Genesis 3:4",
"textIndex" : (index into text, eg: 8 ),
"textLength" : (length of parsed reference text, eg: 7)
},
…
]
}