A single REST API for people, places, events, cross-references, Strong's concordance, and original language morphology.
Build study tools, reading plans, or devotional apps with rich biblical metadata — family trees, timelines, coordinates, and verse references all in one API.
Query genealogies, timelines, and original language data for scholarly work. Access Hebrew and Greek morphology with Strong's linkage at the word level.
Power sermon tools, small group content, or church websites with biblical data. Cross-references, topic tags, and event hierarchies ready to use.
curl https://api.gnosistools.com/v1/people/abraham \
-H "X-API-Key: gn_your_key_here" {
"data": {
"slug": "abraham",
"uuid": "a1b2c3d4-...",
"name": "Abraham",
"gender": "Male",
"birth_year_display": "1998 BC",
"birth_place": "ur",
"father": "terah",
"children": ["isaac", "ishmael", "zimran", "jokshan", ...],
"verse_count": 290,
"name_meaning": "Father of a multitude"
}
} Start free. Upgrade when you need more.
If you're interested in higher rate limits, semantic search, or priority support, get in touch and we'll work something out.
The Gnosis dataset is open source under CC-BY-SA 4.0. Download the raw JSON or SQLite database from GitHub and use it however you want. The API adds convenience, auth, and rate limiting.