Bible Services >

Bible Compare

Compares two Bible references.

https://api.biblia.com/v1/bible/compare?first={bible reference}&second={bible reference}

Examples

https://api.biblia.com/v1/bible/compare?first=Ge+3:4&second=Ge+3:1-10&key=abc123

Request Parameters

first The first Bible reference to compare.
second The second Bible reference to compare.

Response

{
  "equal" : (true/false),
  "intersects" : (true/false),
  "compare" : (-1/0/1),
  "startToStart" : (-1/0/1),
  "startToEnd" : (-1/0/1),
  "endToStart" : (-1/0/1),
  "endToEnd" : (-1/0/1),
  "after" : (true/false),
  "before" : (true/false),
  "subset" : (true/false),
  "strictSubset" : (true/false),
  "superset" : (true/false),
  "strictSuperset" : (true/false),
}


Biblia.com API Documentation