Lexikon API

Build with language data you can explain.

Versioned API contracts for dictionary lookup, terminology, education and future translation providers.

GET /api/v1/dictionary/search?q=abandon&source=en&target=xh

{
  "data": [{ "headword": "abandon", "equivalents": ["lahla"] }],
  "meta": { "authoritative": false, "status": "HUMAN_REVIEW_REQUIRED" }
}
01

Dictionary

Search, entry, reverse lookup and suggestion endpoints.

02

Governance

Status and provenance travel with the result rather than disappearing at the API boundary.

03

Commercial-ready

API clients, keys, plans, quotas and metering are represented in the MySQL model.