Ancient Hebrew Easy Access Tags and RESTful API Demonstration page

What are Easy Access Tags?

AHLB Easy Access Tags provide a very simple method to include formatted, ready-to-use entries from the Ancient Hebrew Lexicon of the Bible's database straight into your web page. This means that a word, word-family or even a whole dictionary of words from the AHLB can be included in your web page using only a single tag in your HTML source code. This functionality is provided mainly for web page authors wishing to integrate content from the Ancient Hebrew Lexicon of the Bible into their web page.

What is the RESTful API?

The AHLB RESTful API (REpresentational State Transfer Application Programming Interface) allows direct machine-to-machine queries of the Ancient Hebrew Lexicon of the Bible. This functionality is provided mainly for programmers wishing to integrate content from the Ancient Hebrew Lexicon of the Bible into their products.

NOTE: Both Easy Access Tags and the RESTful API are considered "experimental" at this point, and are subject to change or revocation. This is considered a "Beta Test", and your feedback is appreciated.

Send feedback to saige.losli@gmail.com

AHLB Easy Access Tags

Skip directly to:
Easy Access Tag - Prerequisites
Easy Access Tag - Ancient Alphabet
Easy Access Tag - Middle Alphabet
Easy Access Tag - Modern Alphabet
Easy Access Tag - Strongs
Easy Access Tag - Three-letter root with alphabetic index
Easy Access Tag - Three-letter root with numeric index
Easy Access Tag - Two-letter root with alphabetic index
Easy Access Tag - Two-letter root with numeric index
Easy Access Tag - Three-letter tree and all related words with alphabetic index
Easy Access Tag - Three-letter tree and all related words with numeric index
Easy Access Tag - Two-letter tree and all related words with alphabetic index
Easy Access Tag - Two-letter tree and all related words with numeric index
Easy Access Tag - Single-letter tree with all related words
Easy Access Tag - English-to-Strongs reverse lookup
Easy Access Tag - Hebrew-to-Strongs reverse lookup
Easy Access Tag - Aramaic-to-Strongs reverse lookup

RESTful API

Skip directly to:
RESTful API - Strong's
RESTful API - Three-letter root with alphabetic index
RESTful API - Three-letter root with numeric index
RESTful API - Two-letter root with alphabetic index
RESTful API - Two-letter root with numeric index
RESTful API - Three-letter tree with alphabetic index
RESTful API - Three-letter tree with numeric index
RESTful API - Two-letter tree with alphabetic index
RESTful API - Two-letter tree with numeric index
RESTful API - Single-letter tree with all related words
RESTful API - English-to-Strongs reverse lookup
RESTful API - Hebrew-to-Strongs reverse lookup
RESTful API - Aramaic-to-Strongs reverse lookup

Easy Access Tag - Prerequisites

You must include a few lines in the <head>...</head> of your web page to support code from ancient-hebrew.org:

<head>
    ...
    <!-- This line is required unless your page already includes JQuery -->
    <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>

    <!-- These two lines are required -->
    <link href="https://lexicon.ancient-hebrew.org/ahlb.css" rel="stylesheet" />
    <script src="https://lexicon.ancient-hebrew.org/ahlb.js"></script>
    ...
</head>
Back to top of the page

Easy Access Tag - Ancient Hebrew Alphabet

&Aleph; &Beyt; &Gimel; &Dalet; &Hey; &Vav; &Zayin; &Hhet; &Tet; &Yud; &Kaph; &Lamed; &Mem; &Nun; &Samehh; &Ayin; &Pey; &Tsade; &Quph; &Resh; &Shin; &Tav; &Ghayin;

...or, include Ancient Hebrew in an English sentence...

Debarim (Deuteronomy) 6:4 says that we are to &Shin;&Mem;&Ayin; His word.

...or, use left-to-right encoding...

&Aleph; &Beyt; &Gimel; &Dalet; &Hey; &Vav; &Zayin; &Hhet; &Tet; &Yud; &Kaph; &Lamed; &Mem; &Nun; &Samehh; &Ayin; &Pey; &Tsade; &Quph; &Resh; &Shin; &Tav; &Ghayin;

Add this code into your web page like this:

<p class="ancient-hebrew ahlb-letter">Aleph Beyt Gimel Dalet Hey Vav Zayin Hhet Tet Yud Kaph Lamed Mem Nun Samehh Ayin Pey Tsade Quph Resh Shin Tav Ghayin</p>

<p style="font-style: italic;">...or, include Ancient Hebrew in an English sentence...</p>

<p>Debarim (Deuteronomy) 6:4 says that we are to <span class="ancient-hebrew ahlb-letter">ShinMemAyin</span> His word.</p>

<p style="font-style: italic;">...or, use left-to-right encoding...</p>

<p class="ancient-hebrew ahlb-letter" style="unicode-bidi: bidi-override; direction: ltr;">Aleph Beyt Gimel Dalet Hey Vav Zayin Hhet Tet Yud Kaph Lamed Mem Nun Samehh Ayin Pey Tsade Quph Resh Shin Tav Ghayin</p>

Note:
This code makes it easy to add ancient Hebrew letters into your web page.

Back to top of the page

Easy Access Tag - Middle Hebrew Alphabet

&Aleph; &Beyt; &Gimel; &Dalet; &Hey; &Vav; &Zayin; &Hhet; &Tet; &Yud; &Kaph; &Lamed; &Mem; &Nun; &Samehh; &Ayin; &Pey; &Tsade; &Quph; &Resh; &Shin; &Tav;

...or, include Middle Hebrew in an English sentence...

Debarim (Deuteronomy) 6:4 says that we are to &Shin;&Mem;&Ayin; His word.

...or, use left-to-right encoding...

&Aleph; &Beyt; &Gimel; &Dalet; &Hey; &Vav; &Zayin; &Hhet; &Tet; &Yud; &Kaph; &Lamed; &Mem; &Nun; &Samehh; &Ayin; &Pey; &Tsade; &Quph; &Resh; &Shin; &Tav;

Add this code into your web page like this:

<p class="middle-hebrew ahlb-letter">Aleph Beyt Gimel Dalet Hey Vav Zayin Hhet Tet Yud Kaph Lamed Mem Nun Samehh Ayin Pey Tsade Quph Resh Shin Tav</p>

<p style="font-style: italic;">...or, include Middle Hebrew in an English sentence...</p>

<p>Debarim (Deuteronomy) 6:4 says that we are to <span class="middle-hebrew ahlb-letter">ShinMemAyin</span> His word.</p>

<p style="font-style: italic;">...or, use left-to-right encoding...</p>

<p class="middle-hebrew ahlb-letter" style="unicode-bidi: bidi-override; direction: ltr;">Aleph Beyt Gimel Dalet Hey Vav Zayin Hhet Tet Yud Kaph Lamed Mem Nun Samehh Ayin Pey Tsade Quph Resh Shin Tav</p>

Note:
This code makes it easy to add middle Hebrew letters into your web page.

Back to top of the page

Easy Access Tag - Modern Hebrew Alphabet

&Aleph; &Beyt; &Gimel; &Dalet; &Hey; &Vav; &Zayin; &Hhet; &Tet; &Yud; &Kaph; &Lamed; &Mem; &Nun; &Samehh; &Ayin; &Pey; &Tsade; &Quph; &Resh; &Shin; &Tav;

...or, include Modern Hebrew in an English sentence...

Debarim (Deuteronomy) 6:4 says that we are to &Shin;&Mem;&Ayin; His word.

...or, use left-to-right encoding...

&Aleph; &Beyt; &Gimel; &Dalet; &Hey; &Vav; &Zayin; &Hhet; &Tet; &Yud; &Kaph; &Lamed; &Mem; &Nun; &Samehh; &Ayin; &Pey; &Tsade; &Quph; &Resh; &Shin; &Tav;

Add this code into your web page like this:

<p class="modern-hebrew ahlb-letter">Aleph Beyt Gimel Dalet Hey Vav Zayin Hhet Tet Yud Kaph Lamed Mem Nun Samehh Ayin Pey Tsade Quph Resh Shin Tav</p>

<p style="font-style: italic;">...or, include Modern Hebrew in an English sentence...</p>

<p>Debarim (Deuteronomy) 6:4 says that we are to <span class="modern-hebrew ahlb-letter">ShinMemAyin</span> His word.</p>

<p style="font-style: italic;">...or, use left-to-right encoding...</p>

<p class="modern-hebrew ahlb-letter" style="unicode-bidi: bidi-override; direction: ltr;">Aleph Beyt Gimel Dalet Hey Vav Zayin Hhet Tet Yud Kaph Lamed Mem Nun Samehh Ayin Pey Tsade Quph Resh Shin Tav</p>

Note:
This code makes it easy to add modern Hebrew letters into your web page.

Back to top of the page

Easy Access Tag - Strongs

Add this code into your web page like this:

<ahlb strongs="8085"></ahlb>

Note:
This code makes it easy to insert a complete word entry from the ancient-hebrew.org database into your web page.

Back to top of the page

Easy Access Tag - Three-letter root with alphabetic index

Add this code into your web page like this:

<ahlb root3="שמע"></ahlb>

Note:
This code makes it easy to insert the three-letter root into your web page.

Back to top of the page

Easy Access Tag - Three-letter root with numeric index

Add this code into your web page like this:

<ahlb root3="8085"></ahlb>

Note:
This code makes it easy to insert the three-letter root of the word you specify into your web page (designated by the Strong's number of one of the words under that three-letter root).

Back to top of the page

Easy Access Tag - Two-letter root with alphabetic index

Add this code into your web page like this:

<ahlb root2="שם"></ahlb>

Note:
This code makes it easy to insert the two-letter root into your web page.

Back to top of the page

Easy Access Tag - Two-letter root with numeric index

Add this code into your web page like this:

<ahlb root2="8085"></ahlb>

Note:
This code makes it easy to insert the two-letter root of the word you specify into your web page (designated by the Strong's number of one of the words under that two-letter root).

Back to top of the page

Easy Access Tag - Three-letter tree and all related words with alphabetic index

Jump to code

Add this code into your web page like this:

<ahlb tree3="שמע"></ahlb>

Note:
This code makes it easy to insert a tree including the three-letter root and all dependent words into your web page.

Back to top of the page

Easy Access Tag - Three-letter tree and all related words with numeric index

Jump to code

Add this code into your web page like this:

<ahlb tree3="8085"></ahlb>

Note:
This code makes it easy to insert the three-letter root and all dependent words into your web page (designated by the Strong's number of one of the words under that three-letter root).

Back to top of the page

Easy Access Tag - Two-letter tree and all related words with alphabetic index

Jump to code

Add this code into your web page like this:

<ahlb tree2="שם"></ahlb>

Note:
This code makes it easy to insert a tree including the two-letter root and all dependent words into your web page.

Back to top of the page

Easy Access Tag - Two-letter tree and all related words with numeric index

Jump to code

Add this code into your web page like this:

<ahlb tree2="8085"></ahlb>

Note:
This code makes it easy to insert the two-letter root and all dependent words into your web page (designated by the Strong's number of one of the words under that two-letter root).

Back to top of the page

Easy Access Tag - Single-letter tree with all related words

Jump to code

Add this code into your web page like this:

<ahlb letter="Shin"></ahlb>

Note:
This code makes it easy to insert all words under a particular Hebrew letter into your web page.

Back to top of the page

Easy Access Tag - english

Add this code into your web page like this:

<ahlb english="hear"></ahlb>

Note:
This code makes it easy to do a reverse (english -> strongs) word lookup from the ancient-hebrew.org database into your web page.

Back to top of the page

Easy Access Tag - hebrew

Add this code into your web page like this:

<ahlb hebrew="שמע"></ahlb>

Note:
This code makes it easy to do a reverse (hebrew -> strongs) word lookup from the ancient-hebrew.org database into your web page.

Back to top of the page

Easy Access Tag - aramaic

Add this code into your web page like this:

<ahlb aramaic="אנת"></ahlb>

Note:
This code makes it easy to do a reverse (aramaic -> strongs) word lookup from the ancient-hebrew.org database into your web page.

Back to top of the page

RESTful API - Strong's

Jump to code
{
    "word": {
        "commonHebrew": {
            "modern": "שמע",
            "ancient": "שמע"
        },
        "commonAscii": "שמע",
        "commonTransliteration": "sh.m.ah",
        "tmtNumber": "2547",
        "translation": "HEAR\u003Csup\u003E(V)\u003C/sup\u003E",
        "definition": "To perceive or apprehend by the ear; to listen to with attention. To obey",
        "alternateTranslation": "listen (when followed by the preposition “TO\" or the prefix “in~\" or “to~\")",
        "strongsHebrew": "h.8085",
        "strongsIndices": [
            "8085"
        ],
        "ahlbNum": "2851(V)",
        "frequency": "1168",
        "verbForms": "Paal, Niphal, Hiphil, Piel",
        "kjvTranslations": "hear, obey, publish, understand, obedient, diligently, show, sound, declare, discern, noise, perceive, tell, report",
        "aramaicHebrew": "Hebrew and Aramaic",
        "aramaicStrongs": "a.8086",
        "audio": "/audio/8085.mp3"
    },
    "root3": {
        "modern": "שמע",
        "ancient": "שמע"
    },
    "root2": {
        "modern": "שם",
        "ancient": "שם"
    },
    "letter": "ש"
}
            

To access this API function:

https://lexicon.ancient-hebrew.org/ahlb?strongs=8085

Note:
This API entry point allows a query of the Ancient Hebrew Lexicon of the Bible by Strong's number.

Back to top of the page

RESTful API - Three-letter root with alphabetic index

Jump to code
{
    "word": {
        "hebrew": {
            "modern": "שמע",
            "ancient": "שמע"
        },
        "ascii": "שמע",
        "root": {
            "modern": "[Adopted Root]",
            "ancient": "[Adopted Root]"
        },
        "type": "",
        "definition": "A careful hearing of someone or something as well as responding appropriately in obedience or action",
        "relationshipToRoot": "listening with the breath"
    }
}
            

To access this API function:

https://lexicon.ancient-hebrew.org/ahlb/?root3=שמע

Note:
This API entry point allows a query of the Ancient Hebrew Lexicon of the Bible by Three-letter root.

Back to top of the page

RESTful API - Three-letter root with numeric index

Jump to code
{
    "word": {
        "hebrew": {
            "modern": "שמע",
            "ancient": "שמע"
        },
        "ascii": "שמע",
        "root": {
            "modern": "[Adopted Root]",
            "ancient": "[Adopted Root]"
        },
        "type": "",
        "definition": "A careful hearing of someone or something as well as responding appropriately in obedience or action",
        "relationshipToRoot": "listening with the breath"
    }
}
            

To access this API function:

https://lexicon.ancient-hebrew.org/ahlb/?root3=8085

Note:
This API entry point allows a query of the Ancient Hebrew Lexicon of the Bible by the Strong's number of one of the words under that three-letter root.

Back to top of the page

RESTful API - Two-letter root with alphabetic index

Jump to code
{
    "word": {
        "hebrew": {
            "modern": "שם",
            "ancient": "שם"
        },
        "ascii": "שם",
        "action": "Breathe",
        "concrete": "Breath",
        "abstract": "Desolate",
        "definition": "The wind, or breath, of someone or something is its character"
    }
}
            

To access this API function:

https://lexicon.ancient-hebrew.org/ahlb/?root2=שמע

Note:
This API entry point allows a query of the Ancient Hebrew Lexicon of the Bible by Two-letter root.

Back to top of the page

RESTful API - Two-letter root with numeric index

Jump to code
{
    "word": {
        "hebrew": {
            "modern": "שם",
            "ancient": "שם"
        },
        "ascii": "שם",
        "action": "Breathe",
        "concrete": "Breath",
        "abstract": "Desolate",
        "definition": "The wind, or breath, of someone or something is its character"
    }
}
            

To access this API function:

https://lexicon.ancient-hebrew.org/ahlb/?root2=8085

Note:
This API entry point allows a query of the Ancient Hebrew Lexicon of the Bible by the Strong's number of one of the words under that two-letter root.

Back to top of the page

RESTful API - Three-letter tree and all related words with alphabetic index

Jump to code
{
    "hebrew": {
        "modern": "שמע",
        "ancient": "שמע"
    },
    "words": [
        {
            "commonHebrew": {
                "modern": "שמע",
                "ancient": "שמע"
            },
            "commonAscii": "שמע",
            "commonTransliteration": "sh.m.ah",
            "tmtNumber": "2547",
            "translation": "HEAR\u003Csup\u003E(V)\u003C/sup\u003E",
            "definition": "To perceive or apprehend by the ear; to listen to with attention. To obey",
            "alternateTranslation": "listen (when followed by the preposition “TO\" or the prefix “in~\" or “to~\")",
            "strongsHebrew": "h.8085",
            "strongsIndices": [
                "8085"
            ],
            "ahlbNum": "2851(V)",
            "frequency": "1168",
            "verbForms": "Paal, Niphal, Hiphil, Piel",
            "kjvTranslations": "hear, obey, publish, understand, obedient, diligently, show, sound, declare, discern, noise, perceive, tell, report",
            "aramaicHebrew": "Hebrew and Aramaic",
            "aramaicStrongs": "a.8086",
            "audio": "/audio/8085.mp3"
        },
        {
            "masculineHebrew": {
                "modern": "שמע",
                "ancient": "שמע"
            },
            "masculineAscii": "שמע",
            "masculineTransliteration": "shey'ma",
            "tmtNumber": "2548",
            "translation": "REPORT",
            "definition": "An account or statement of an event or happening. What is heard",
            "strongsHebrew": "h.8088",
            "strongsIndices": [
                "8088"
            ],
            "ahlbNum": "2851(N)",
            "frequency": "18",
            "kjvTranslations": "fame, report, hear, tidings, bruit, loud, speech"
        },
    ...etc... 
    ]
}
            

To access this API function:

https://lexicon.ancient-hebrew.org/ahlb/?tree3=שמע

Note:
This API entry point allows a query of the Ancient Hebrew Lexicon of the Bible by Three-letter root.

Back to top of the page

RESTful API - Three-letter tree and all related words with numeric index

Jump to code
{
    "hebrew": {
        "modern": "שמע",
        "ancient": "שמע"
    },
    "words": [
        {
            "commonHebrew": {
                "modern": "שמע",
                "ancient": "שמע"
            },
            "commonAscii": "שמע",
            "commonTransliteration": "sh.m.ah",
            "tmtNumber": "2547",
            "translation": "HEAR\u003Csup\u003E(V)\u003C/sup\u003E",
            "definition": "To perceive or apprehend by the ear; to listen to with attention. To obey",
            "alternateTranslation": "listen (when followed by the preposition “TO\" or the prefix “in~\" or “to~\")",
            "strongsHebrew": "h.8085",
            "strongsIndices": [
                "8085"
            ],
            "ahlbNum": "2851(V)",
            "frequency": "1168",
            "verbForms": "Paal, Niphal, Hiphil, Piel",
            "kjvTranslations": "hear, obey, publish, understand, obedient, diligently, show, sound, declare, discern, noise, perceive, tell, report",
            "aramaicHebrew": "Hebrew and Aramaic",
            "aramaicStrongs": "a.8086",
            "audio": "/audio/8085.mp3"
        },
        {
            "masculineHebrew": {
                "modern": "שמע",
                "ancient": "שמע"
            },
            "masculineAscii": "שמע",
            "masculineTransliteration": "shey'ma",
            "tmtNumber": "2548",
            "translation": "REPORT",
            "definition": "An account or statement of an event or happening. What is heard",
            "strongsHebrew": "h.8088",
            "strongsIndices": [
                "8088"
            ],
            "ahlbNum": "2851(N)",
            "frequency": "18",
            "kjvTranslations": "fame, report, hear, tidings, bruit, loud, speech"
        },
    ...etc... 
    ]
}
            

To access this API function:

https://lexicon.ancient-hebrew.org/ahlb/?tree3=8085

Note:
This API entry point allows a query of the Ancient Hebrew Lexicon of the Bible by the Strong's number of one of the words under that three-letter root.

Back to top of the page

RESTful API - Two-letter tree and all related words with alphabetic index

Jump to code
{
    "hebrew": {
        "modern": "שם",
        "ancient": "שם"
    },
    "threeLetterRoots": [
        {
        "hebrew": {
            "modern": "שמם",
            "ancient": "שמם"
        },
        "words": [
            {
            "commonHebrew": {
                "modern": "שמם",
                "ancient": "שמם"
            },
            "commonAscii": "שמם",
            "commonTransliteration": "sh.m.m",
            "tmtNumber": "2526",
            "translation": "DESOLATE\u003Csup\u003E(V)\u003C/sup\u003E",
            "definition": "To be devoid of inhabitants or visitors",
            "strongsHebrew": "h.8074",
            "strongsIndices": [
                "8074"
            ],
            "ahlbNum": "1473-B(V)",
            "frequency": "93",
            "verbForms": "Paal, Niphal, Hiphil, Hitpael, Hophal, Piel",
            "kjvTranslations": "desolate, astonish, waste, destroy, wonder, amaze",
            "aramaicHebrew": "Hebrew and Aramaic",
            "aramaicStrongs": "a.8075",
            "audio": "/audio/8074.mp3"
            },
            {
            "feminineHebrew": {
                "modern": "שממה",
                "ancient": "שממה"
            },
            "feminineAscii": "שממה",
            "feminineTransliteration": "she'ma'mah",
            "tmtNumber": "2527",
            "translation": "DESOLATE",
            "definition": "Vacant or void of required sources for life",
            "strongsHebrew": "h.8047, h.8077",
            "strongsIndices": [
                "8047",
                "8077"
            ],
            "ahlbNum": "1473-B(N1)",
            "frequency": "97",
            "kjvTranslations": "desolate, waste, astonishment, desolation, wonderful",
            "audio": "/audio/8047.mp3"
            },
            ...etc...
        ],
        "ascii": "שמש",
        "root": {
            "modern": "[Adopted Root]",
            "ancient": "[Adopted Root]"
        },
        "type": "",
        "relationshipToRoot": "a hot wind from the sun causing desolation"
        }
    ],
    "words": [
        {
        "masculineHebrew": {
            "modern": "שם",
            "ancient": "שם"
        },
        "masculineAscii": "שם",
        "masculineTransliteration": "sheym",
        "tmtNumber": "2524",
        "translation": "TITLE",
        "definition": "A word given to an individual or place denoting its character. The character of an individual or place",
        "relationshipToRoot": "Hebrew names are words given to describe the character of the individual or place",
        "strongsHebrew": "h.8034",
        "strongsIndices": [
            "8034"
        ],
        "ahlbNum": "1473-A(N)",
        "frequency": "864",
        "kjvTranslations": "name, renown, fame, famous",
        "aramaicStrongs": "a.8036",
        "audio": "/audio/8034.mp3"
        },
        ...etc...
    ],
    "ascii": "שם",
    "action": "Breathe",
    "concrete": "Breath",
    "abstract": "Desolate",
    "definition": "The wind, or breath, of someone or something is its character"
}
            

To access this API function:

https://lexicon.ancient-hebrew.org/ahlb/?tree2=שם

Note:
This API entry point allows a query of the Ancient Hebrew Lexicon of the Bible by Two-letter root.

Back to top of the page

RESTful API - Two-letter tree and all related words with numeric index

Jump to code
{
    "hebrew": {
        "modern": "שם",
        "ancient": "שם"
    },
    "threeLetterRoots": [
        {
        "hebrew": {
            "modern": "שמם",
            "ancient": "שמם"
        },
        "words": [
            {
            "commonHebrew": {
                "modern": "שמם",
                "ancient": "שמם"
            },
            "commonAscii": "שמם",
            "commonTransliteration": "sh.m.m",
            "tmtNumber": "2526",
            "translation": "DESOLATE\u003Csup\u003E(V)\u003C/sup\u003E",
            "definition": "To be devoid of inhabitants or visitors",
            "strongsHebrew": "h.8074",
            "strongsIndices": [
                "8074"
            ],
            "ahlbNum": "1473-B(V)",
            "frequency": "93",
            "verbForms": "Paal, Niphal, Hiphil, Hitpael, Hophal, Piel",
            "kjvTranslations": "desolate, astonish, waste, destroy, wonder, amaze",
            "aramaicHebrew": "Hebrew and Aramaic",
            "aramaicStrongs": "a.8075",
            "audio": "/audio/8074.mp3"
            },
            {
            "feminineHebrew": {
                "modern": "שממה",
                "ancient": "שממה"
            },
            "feminineAscii": "שממה",
            "feminineTransliteration": "she'ma'mah",
            "tmtNumber": "2527",
            "translation": "DESOLATE",
            "definition": "Vacant or void of required sources for life",
            "strongsHebrew": "h.8047, h.8077",
            "strongsIndices": [
                "8047",
                "8077"
            ],
            "ahlbNum": "1473-B(N1)",
            "frequency": "97",
            "kjvTranslations": "desolate, waste, astonishment, desolation, wonderful",
            "audio": "/audio/8047.mp3"
            },
            ...etc...
        ],
        "ascii": "שמש",
        "root": {
            "modern": "[Adopted Root]",
            "ancient": "[Adopted Root]"
        },
        "type": "",
        "relationshipToRoot": "a hot wind from the sun causing desolation"
        }
    ],
    "words": [
        {
        "masculineHebrew": {
            "modern": "שם",
            "ancient": "שם"
        },
        "masculineAscii": "שם",
        "masculineTransliteration": "sheym",
        "tmtNumber": "2524",
        "translation": "TITLE",
        "definition": "A word given to an individual or place denoting its character. The character of an individual or place",
        "relationshipToRoot": "Hebrew names are words given to describe the character of the individual or place",
        "strongsHebrew": "h.8034",
        "strongsIndices": [
            "8034"
        ],
        "ahlbNum": "1473-A(N)",
        "frequency": "864",
        "kjvTranslations": "name, renown, fame, famous",
        "aramaicStrongs": "a.8036",
        "audio": "/audio/8034.mp3"
        },
        ...etc...
    ],
    "ascii": "שם",
    "action": "Breathe",
    "concrete": "Breath",
    "abstract": "Desolate",
    "definition": "The wind, or breath, of someone or something is its character"
}
            

To access this API function:

https://lexicon.ancient-hebrew.org/ahlb/?tree2=8085

Note:
This API entry point allows a query of the Ancient Hebrew Lexicon of the Bible by the Strong's number of one of the words under that two-letter root.

Back to top of the page

RESTful API - Single-letter tree with all related words

Jump to code
{
    "twoLetterRoots": [
        {
        "hebrew": {
            "modern": "שא",
            "ancient": "שא"
        },
        "threeLetterRoots": [
            {
            "hebrew": {
                "modern": "שאה",
                "ancient": "שאה"
            },
            "words": [
                {
                "commonHebrew": {
                    "modern": "שאה",
                    "ancient": "שאה"
                },
                "commonAscii": "שאה",
                "commonTransliteration": "sh.a.h",
                "tmtNumber": "2408",
                "translation": "CRASH\u003Csup\u003E(V)\u003C/sup\u003E",
                "definition": "To break violently and noisily",
                "strongsHebrew": "h.7582, h.7583",
                "strongsIndices": [
                    "7582",
                    "7583"
                ],
                "ahlbNum": "1461-H(V)",
                "frequency": "7",
                "verbForms": "Paal, Niphal, Hiphil, Hitpael, Participle",
                "kjvTranslations": "lay waste, rushing, waste, desolate"
                },
                ...etc...
                ]
            }
        ]
        }
    ]
}            
            

To access this API function:

https://lexicon.ancient-hebrew.org/ahlb/?letter=Shin

Note:
This API entry point allows a query of the Ancient Hebrew Lexicon of the Bible for all words under a particular Hebrew letter.

Back to top of the page

RESTful API - English-to-Strongs reverse lookup

Jump to code
[
    {
        "commonHebrew": {
            "modern": [
                "אזן"
            ],
            "ancient": [
                "אזן"
            ]
        },
        "commonTransliteration": [
            "a.z.n"
        ],
        "translation": "WEIGH.OUT<sup>(V)</sup>",
        "definition": "To measure the weight of something; to consider, in the sense of weighing in the mind",
        "alternateTranslation": [
            "Pay attention",
            "in the sense of giving weight (when written in the hiphil [active causative] form)"
        ],
        "hebrewStrongs": [
            "h.0238",
            "h.0239"
        ],
        "kjvTranslations": [
            "give ear",
            "hearken",
            "hear",
            "gave",
            "good",
            "heed"
        ]
    },
    {
        "commonHebrew": {
            "modern": [
                "ענה"
            ],
            "ancient": [
                "ענה"
            ]
        },
        "commonTransliteration": [
            "ah.n.h"
        ],
        "translation": "ANSWER<sup>(V)</sup>",
        "definition": "Something written or spoken in reply to a question",
        "hebrewStrongs": [
            "h.6030"
        ],
        "kjvTranslations": [
            "answer",
            "hear",
            "testify",
            "speak",
            "sing",
            "bear",
            "cry",
            "witness",
            "give"
        ],
        "aramaicHebrew": "Hebrew and Aramaic",
        "aramaicStrongs": [
            "a.6032"
        ]
    },
    ...etc...
]
            

To access this API function:

https://lexicon.ancient-hebrew.org/ahlb/?english=hear

Note:
This API entry point retrieves all entries in AHLB where a "translation" or a "kjvTranslation" matches the english word.

Back to top of the page

RESTful API - Hebrew-to-Strongs reverse lookup

Jump to code
[
    {
        "commonHebrew": {
            "modern": [
                "שמע"
            ],
            "ancient": [
                "שמע"
            ]
        },
        "commonTransliteration": [
            "sh.m.ah"
        ],
        "translation": "HEAR<sup>(V)</sup>",
        "definition": "To perceive or apprehend by the ear; to listen to with attention. To obey",
        "alternateTranslation": [
            "listen (when followed by the preposition “TO\" or the prefix “in~\" or “to~\")"
        ],
        "hebrewStrongs": [
            "h.8085"
        ],
        "kjvTranslations": [
            "hear",
            "obey",
            "publish",
            "understand",
            "obedient",
            "diligently",
            "show",
            "sound",
            "declare",
            "discern",
            "noise",
            "perceive",
            "tell",
            "report"
        ],
        "aramaicHebrew": "Hebrew and Aramaic",
        "aramaicStrongs": [
            "a.8086"
        ],
        "audio": "/audio/8085.mp3"
    },
    {
        "masculineHebrew": {
            "modern": [
                "שמע"
            ],
            "ancient": [
                "שמע"
            ]
        },
        "masculineTransliteration": [
            "shey'ma"
        ],
        "translation": "REPORT",
        "definition": "An account or statement of an event or happening. What is heard",
        "hebrewStrongs": [
            "h.8088"
        ],
        "kjvTranslations": [
            "fame",
            "report",
            "hear",
            "tidings",
            "bruit",
            "loud",
            "speech"
        ]
    }
]
            

To access this API function:

https://lexicon.ancient-hebrew.org/ahlb/?hebrew=שמע

Note:
This API entry point retrieves all entries in AHLB which contain the Hebrew word.

Back to top of the page

RESTful API - Aramaic-to-Strongs reverse lookup

Jump to code
[
    {
        "masculineHebrew": {
            "modern": [
                "אתה"
            ],
            "ancient": [
                "אתה"
            ]
        },
        "masculineTransliteration": [
            "a'tah"
        ],
        "translation": "YOU(ms)",
        "definition": "Pronoun, second person, masculine singular",
        "relationshipToRoot": "Through the sense of approaching",
        "hebrewStrongs": [
            "h.0859a"
        ],
        "kjvTranslations": [
            "thou",
            "thee",
            "you",
            "ye"
        ],
        "aramaicHebrew": "Hebrew and Aramaic",
        "aramaicSpelling": [
            "אנת"
        ],
        "aramaicStrongs": [
            "a.0607",
            "a.0608"
        ]
    },
    {
        "masculineHebrew": {
            "modern": [
                "את"
            ],
            "ancient": [
                "את"
            ]
        },
        "masculineTransliteration": [
            "et"
        ],
        "translation": "YOU(fs)",
        "definition": "Relation to Root: Through the sense of approaching",
        "relationshipToRoot": "Through the sense of approaching",
        "hebrewStrongs": [
            "h.0859c"
        ],
        "kjvTranslations": [
            "thou",
            "you",
            "ye"
        ],
        "aramaicSpelling": [
            "אנת"
        ]
    }
]
            

To access this API function:

https://lexicon.ancient-hebrew.org/ahlb/?aramaic=אנת

Note:
This API entry point retrieves all entries in AHLB which contain the Aramaic word.

Back to top of the page