Search what you're experiencing. Find what researchers call it.
Click what resonates. The search will find the structural name.
0 entries and growing. View all entries (JSON)
The full vocabulary dataset is available as static JSON for programmatic access:
/assets/data/words.json
Example entry:
{
"name": "Affect Labeling",
"definition": "Putting feelings into words reduces amygdala activation...",
"felt_sense": "When I say what I feel, it gets smaller.",
"why_it_matters": "Lieberman 2007 fMRI evidence...",
"domain": "psychology",
"entry_type": "Name",
"source": "Lieberman et al. 2007"
}
Example fetch:
const res = await fetch('https://cloudpublica.org/assets/data/words.json');
const words = await res.json();
const matches = words.filter(w =>
w.felt_sense.toLowerCase().includes('isolated')
);
The full API at word.cloudpublica.org provides 7 endpoints including full-text search, filtering by domain and entry type, and JSON-LD structured data.
Kristine Socall, MBA International Economic Development. Founder & Executive Director, Gifted Dreamers, Inc. 501(c)(3).
Cloud Publica is a project of Gifted Dreamers, Inc. No ads. No tracking. No cookies. Learn more about us.