Dictionary
Search, entry, reverse lookup and suggestion endpoints.
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" }
}Search, entry, reverse lookup and suggestion endpoints.
Status and provenance travel with the result rather than disappearing at the API boundary.
API clients, keys, plans, quotas and metering are represented in the MySQL model.