Dictionary Suggestions
Free English dictionary suggestion API. Type a few letters and get word suggestions with short meanings — great for search boxes, study apps, and mini programs. · Vocabulary search boxes, dictionary mini programs, reading plugins, and chatbots that suggest words as users type · Dictionary Suggestions
dictionary suggest API, word autocomplete API, word suggestion API, english word complete
GET /dictionary/suggest - Dictionary Suggestions
Want typeahead in your dictionary search box? Users type a few letters and instantly see matching candidates — that is what this endpoint is for.
Overview
Pass the prefix the user is typing via q (also accepts word). You get a list of candidate words with short meanings. After the user picks one, call the Word Lookup endpoint for the full entry.
What's Returned
- query: the prefix that was actually matched.
- count: how many suggestions came back.
- suggestions: the list. Each item has word and optional meaning.
Notes
Empty results
If nothing matches, the response is still HTTP 200 and suggestions is []. Clear the candidate list on the frontend — do not treat it as an error.