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.