Get words from dictionary (getwords)
Fetch the full wordlist for a dictionary.
Returns the full wordlist for one dictionary.
What it does
Fetches all words for one dictionary
id.Returns words sorted alphabetically.
Removes duplicates.
Required parameters
Parameter
Type
Notes
cmd
string
custom_dictionary
action
string
getwords
id
integer
Exactly one dictionary ID
Optional parameters
Parameter
Type
Notes
format
string
json (default) or xml
callback
string
JSONP wrapper (JSON only)
Request example
cmd=custom_dictionary&action=getwords&id=101565Response example
Possible errors
Missing
id.Multiple IDs passed (only one is allowed).
Dictionary
idnot found.
See Errors reference.
Notes and edge cases
If the stored dictionary contains unsupported words, the server can skip them.
Use
getdictsto list dictionaries without fetching wordlists.
Last updated
Was this helpful?

