/search/suggestions
/search/suggestions
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
q
String. Terms to search
Response headers
X-Frame-Options
X-XSS-Protection
X-Content-Type-Options
Strict-Transport-Security
Response
OK
data