esc
Type to search, or take a leap:

Open data

Take the graph. It's yours.

The whole point is that this knowledge belongs to everyone. The complete graph — 206 capabilities, 319 hard dependencies, 11 threads, every recipe, source and wonder fact — is one JSON file, licensed CC BY 4.0. Build with it. Teach with it. Mirror it.

यह पृष्ठ फ़िलहाल अंग्रेज़ी में लिखा है — सत्यापित अनुवाद रोडमैप पर हैं। आपके ब्राउज़र की अनुवाद सुविधा यहाँ अच्छी तरह काम करती है।

shape

{
  meta:    { license, attribution, documentation },
  nodes:   [{ id, title, domain, era, year, summary, wonder_fact,
              requires: [{ node, type, note? }],   // type: knowledge |
              unlocks:  [{ node, type }],          // material | process |
              recipe?:  { inputs, steps,           // inspiration (soft)
                          verification, failure_modes },
              sections?, sources?, status }],      // status: verified | draft
  threads: [{ id, question, hook, path: [{ node, card_note? }] }]
}

Hard edges (knowledge, material, process) mean could not exist without; the graph is acyclic and every edge points to something strictly older. Verification standards are documented on the method page; changes are logged in the changelog.

endpoint

GET https://humara.life/api/graph — CORS-open, cached, stable ids. If you build something with it, we'd genuinely love to see it.