List dictionaries (getdicts)
List dictionaries or fetch metadata for specific IDs.
Returns dictionary metadata.
It does not include the wordlist.
What it does
Lists all dictionaries if
idis omitted.Filters to specific dictionaries when
idis provided.Returns one
result[]element per dictionary.
Required parameters
Parameter
Type
Notes
cmd
string
custom_dictionary
action
string
getdicts
Optional parameters
Parameter
Type
Notes
id
integer or comma-separated integers
If omitted, returns all dictionaries
format
string
json (default) or xml
callback
string
JSONP wrapper (JSON only)
Request example (all dictionaries)
Request example (filter by ID)
Response example
Possible errors
getdictscan return HTTP 404 when no dictionaries exist.
See Errors reference.
Notes and edge cases
countis the number of words.Use
state=falsedictionaries as a “soft delete”.
Last updated
Was this helpful?

