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 id is omitted.

  • Filters to specific dictionaries when id is provided.

  • Returns one result[] element per dictionary.

circle-info

getdicts returns metadata only.

Use getwords to fetch the word list.

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

  • getdicts can return HTTP 404 when no dictionaries exist.

See Errors reference.

Notes and edge cases

  • count is the number of words.

  • Use state=false dictionaries as a “soft delete”.

Last updated

Was this helpful?