v1

latestOpenAPI 3.0.12026-08-06241155.1 KB
Search

Find dictionary entries

Use this to retrieve possible headword matches for a given string of text. The results are calculated using headword matching, fuzzy matching, and lemmatization.

<div id="search"></div>
get/search/{source_lang}

Path parameters

source_lang'en-gb' | 'en-us' | 'en-us-childs' | 'de' | 'es' | 'fr' | 'gu' | 'hi' | 'lv' | 'pt' | 'ro' | 'ta' | 'zh' required

Language code of the source language in a monolingual dataset.

Query parameters

qstring required

Search string

prefixboolean

Use prefix=true to return only results that start with the value of the "q" parameter.

limitinteger

Restricts number of returned results. Default and max. is 5000.

offsetinteger

Pagination - results offset. The sum of offset and limit must not exceed 10000.

Headers

app_idstring required

App ID Authentication Parameter

app_keystring required

App Key Authentication Parameter

Response

Successful response. The Search endpoint is able to retrieve a max of 10000 results per query.