Educational reference, not medical advice. Talk to a clinician before changing what you take.Read more.

Open data

Data & knowledge-graph export

The entire Materia reference is a knowledge graph: body → condition → remedy → compound → study, with every remedy×condition edge carrying an evidence grade and links to the citations behind it. You can download the whole thing as a single JSON file — the same data the site renders, no scraping required.

What's in the file

The graph is a single JSON object with two arrays — nodes and edges — plus top-level nodeCount, edgeCount, and a generated timestamp. Every node has an id (the content-collection slug), a type, and a label.

580

nodes total

505

edges total

144

graded efficacy claims

Node types

Type Count Description
remedy207Herbs, supplements, drugs — each with kind, aliases, safety profile
condition77Symptoms/disorders with severity, red flags, body-part links
study175Primary research — design, year, sample size, effect, PMID/DOI
compound60Active constituents with mechanism and biological targets
source37Non-study citations: NCCIH, MedlinePlus, Cochrane, NIH ODS fact sheets
bodyPart24Anatomical regions — the explorer's clickable nodes

Edge types

Type Count Carries
remedy-treats-condition144grade (A–D / insufficient), summary, tradition alignment
remedy-cites-study182viaCondition — which claim the study supports
remedy-cites-source65viaCondition — which claim the source supports
remedy-contains-compound49remedy → active constituent
remedy-interacts-with18severity, mechanism, optional source ref
condition-located-at47condition → body part

Using the data

The file is plain JSON — load it in Python, R, D3, Gephi, or pipe it into an LLM context. The schema field (materia-knowledge-graph/v1) lets you version-check. Every edge's source and target reference node ids that are stable content-collection slugs.

Grades follow the scale documented on the methodology page: A (strong), B (moderate), C (limited), D (weak), insufficient. Grades are assigned per remedy × condition — a remedy is never globally "good" or "bad."

License & attribution

The graph data is released under CC BY 4.0. The underlying study citations point to their original publishers (PubMed, journals, NCCIH, etc.) — those sources retain their own licenses. Materia is an aggregator; it does not claim ownership of the research it references.