06LIVE

Cross-references (TSK)

Treasury of Scripture Knowledge — the classic 19th-century cross-reference work, ~299,000 verse-to-verse connections returned in canonical order. Click any cross-reference to navigate directly to that passage. Public domain.

Endpoints

GET
/api/v1/crossrefs/{reference}

Treasury of Scripture Knowledge cross-references

LIVE
GET
/api/v1/crossreferences/{reference}?type=fulfillment

Prophetic fulfillment links only

SOON
GET
/api/v1/crossreferences/chain/{reference}

Follow a verse through a chain of connected passages

SOON

Example Request

REQUEST
GET /api/v1/crossrefs/John 3:16

Example Response

200 OK
{
  "data": [
    { "reference": "Genesis 22:12", "bookSlug": "genesis", "chapter": 22, "verse": 12 },
    { "reference": "Matthew 9:13",  "bookSlug": "matthew", "chapter": 9,  "verse": 13 },
    { "reference": "Mark 12:6",     "bookSlug": "mark",    "chapter": 12, "verse": 6 },
    { "reference": "Luke 2:14",     "bookSlug": "luke",    "chapter": 2,  "verse": 14 },
    { "reference": "John 1:14",     "bookSlug": "john",    "chapter": 1,  "verse": 14 },
    { "reference": "Romans 5:8",    "bookSlug": "romans",  "chapter": 5,  "verse": 8 },
    { "reference": "1 John 4:9",    "bookSlug": "1-john",  "chapter": 4,  "verse": 9 }
  ],
  "meta": {
    "reference": "John 3:16",
    "count": 17,
    "source": "Treasury of Scripture Knowledge"
  }
}

Try it live

Test this feature in the Interactive API Explorer

Open Explorer ↗