Build with the Biblical
Knowledge Graph API

A single REST API for people, places, events, cross-references, Strong's concordance, and original language morphology.

What you can build

Bible Applications

Build study tools, reading plans, or devotional apps with rich biblical metadata — family trees, timelines, coordinates, and verse references all in one API.

Academic Research

Query genealogies, timelines, and original language data for scholarly work. Access Hebrew and Greek morphology with Strong's linkage at the word level.

Church Technology

Power sermon tools, small group content, or church websites with biblical data. Cross-references, topic tags, and event hierarchies ready to use.

What's in the graph

3,067 People
1,269 Places
450 Events
14,197 Strong's Numbers
29,363 Cross-References
5,745 Topics
10,221 Hebrew Words
7,939 Greek Words

Simple to integrate

curl
curl https://api.gnosistools.com/v1/people/abraham \
  -H "X-API-Key: gn_your_key_here"
Response
{
  "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"
  }
}

Simple pricing

Start free. Upgrade when you need more.

Free

$0/month
  • 1,000 requests/day
  • All REST endpoints
  • Full-text search
  • Community support
Get Started Free

Contact us

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.