/search/suggestions

View as Markdown
This endpoint returns list of suggestions that are possible matches for an incomplete search query. This enables you to display likely matches before users finish typing their queries. The logics behind providing suggestions are: - word prefix matching - fuzzy matching (attempts to find a match even after one or more typos in the searched prefix). This may be useful since medical terms are often difficult to spell correctly.

Authentication

Authorizationstring
API Key authentication via header

Query parameters

qstringOptional
String. Terms to search

Response headers

X-Frame-Optionsstring
X-XSS-Protectionstring
X-Content-Type-Optionsstring
Strict-Transport-Securitystring

Response

OK
datalist of strings