I need to get the Bible text for passages found in multiple books. For example:
Genesis 1:1-2:25
Matthew 1:1-2:12
Is there a way to do this with a single request? I have played around with the querystring but not found a way to pass bible two references from different books. The issue seems to be a lack of syntax to separating the two.
For example, using a comma results in a blank page:
http://api.biblia.com/v1/bible/content/LEB.html?passage=Genesis1:1-2:25,Matthew1:2-2:12&style=fullyFormatted&key=fd37d8f28e95d3be8cb4fbc37e15e18e
But if you were to open Logos and type into Copy Bible Verses: Genesis 1:1-2:25, Matthew 1:2-2:12 it returns the text for both.
Does anyone know if there is a way to do this?