Link to the canonical entry.
Definitions carry regional scope and editorial status. Preserve that context when reusing a record.
Every public dataset is generated from the same source files as the dictionary pages. Endpoints are static, cacheable, versioned in their payloads where appropriate, and require no API key.
Use canonical URLs from the records when linking back to a meaning. Cache JSON according to the response headers rather than assuming it never changes.
/data/index.jsonComplete normalized entry records
Entry index ↗02/data/search-index.jsonCompact search payload
Search ↗03/data/relations.jsonRelationship nodes and explained edges
Graph ↗04/data/languages.jsonRegional language and definition-language metadata
Language ↗05/data/routes.jsonCanonical route, output path, type, language, and revision data
SEO ↗06/data/release-manifest.jsonBuild version, source hashes, route counts, and generated-file checksums
Release ↗07/data/regions/boston.jsonOne complete regional pack
Region ↗08/data/entries/boston/wicked.jsonOne granular entry record
Entry ↗Definitions carry regional scope and editorial status. Preserve that context when reusing a record.
The release manifest exposes build version and checksums so consumers can identify meaningful dataset changes.
LocalMean does not need a personalized API profile to serve public dictionary data.
const response = await fetch('https://localmean.com/data/entries/boston/wicked.json');
const entry = await response.json();
console.log(entry.term, entry.definition, entry.url);