Search Dictionary Entries
Search dictionary entries by word text across one or more locales.
Performs a case-insensitive substring match on the `word` field. Optionally
narrow to one or more BCP-47 locales by repeating `?language=` (OR logic).
Omitting `language` searches across all locales in the workspace.
Use `GET /dictionary` (locale-scoped list) when you want the full entry list
for a specific locale; use this endpoint when you need to find how a word
is defined across languages or when the user is typing a search query.
Authentication
AuthorizationBearer
Clerk JWT token
OR
AuthorizationBearer
Onepin live API key (op_live_...). Test and public keys are reserved in Phase 1.
Headers
X-Workspace-Id
Query parameters
search
Substring to match against the word field (case-insensitive).
sort
Field to sort by.
Allowed values:
order
Sort direction.
Allowed values:
offset
Zero-based pagination offset.
limit
Page size (max 50).
language
Repeat for OR, e.g. ?language=en-us&language=ko-kr
Response
Successful Response
data
meta
pagination
Errors
422
Unprocessable Entity Error

