Bible Services >

Bible Scan

Scans the specified text for Bible references.

https://api.biblia.com/v1/bible/scan/?text={text}&tagChapters={bool}

Example

https://api.biblia.com/v1/bible/scan?text=Look+at+Gen+1:1&key=abc123

Request Parameters

text The text to parse (required).
tagChapters Whether to tag references to chapters without a verse; default true.

Response

{
  "results" : [
    {
      "passage" : "Genesis 3:4",
      "textIndex" : (index into text, eg: 8 ),
      "textLength" : (length of parsed reference text, eg: 7)
    },
    …
  ]
}


Biblia.com API Documentation