03LIVE

Original Languages

Complete Strong's Exhaustive Concordance — all 8,674 Hebrew (H1–H8674) and 5,623 Greek (G1–G5624) entries with original script, transliteration, pronunciation, definition, and KJV usage. Every interlinear word is now backed by the full lexicon.

Endpoints

GET
/api/v1/strongs/{number}

Strong's lexicon entry

LIVE
GET
/api/v1/strongs

Search Strong's by word

LIVE
GET
/api/v1/interlinear/{reference}

Word-for-word Hebrew/Greek alignment, each word enriched from the full Strong's lexicon

LIVE
GET
/api/v1/morphology/{reference}

Full grammatical parsing for every word in a passage

SOON
GET
/api/v1/morphology/search?tense=aorist&voice=passive&book=Romans

Query by morphological features across the original texts

SOON

Example Request

REQUEST
GET /api/v1/strongs/G3056

Example Response

200 OK
{
  "data": {
    "number": "G3056",
    "language": "Greek",
    "originalWord": "λόγος",
    "transliteration": "lógos",
    "pronunciation": "log'-os",
    "definition": "something said (including the thought); by implication, a topic, also reasoning or motive",
    "kjvUsage": "account, cause, communication, concerning, doctrine, fame, have to do, intent, matter, mouth, preaching, question, reason, reckon, remove, say(-ing), shew, speaker, speech, talk, thing, word, work",
    "derivation": "from G3004 (λέγω);"
  },
  "meta": { "source": "Strong's Exhaustive Concordance (1890)" }
}

Try it live

Test this feature in the Interactive API Explorer

Open Explorer ↗