Response format
Standard response structure and field meanings.
Every action returns a JSON or XML payload.
JSON responses use a result array.
Envelope
{
"result": [
{
"status": "success",
"message": ["..."]
}
]
}getdictscan return multiple array elements (one per dictionary).All other actions return exactly one element.
status values
success: the operation completed.warning: the operation partially succeeded.error: the operation failed.
Fields
These are the fields you can see in result[] objects.
id
integer
Numeric dictionary ID.
lang
string
Dictionary language.
description
string
Dictionary label.
wordlist
array of strings
Words returned or affected by the action.
count
integer
Word count (when present).
state
boolean
Enabled state (when present).
status
string
success, warning, or error.
message
array of strings
Human-readable messages.
Which actions include which fields
wordlistappears in:create,addwords,deletewords,getwords.countappears in:getwords,getdicts.stateappears in:getdicts,edit.
Last updated
Was this helpful?

