ConsoleCatalog
Sign in
Datamuse logo

Datamuse

datamuse.comResearchno auth

Lexical API for definitions, synonyms, related words, and metadata export.

Means Like Spelling Pattern Lookup

ASYNCREADNo auth

Returns words related to a concept and matching a spelling pattern, with scores and tags.

ParametersFormJSON

Seed concept or phrase for semantic relatedness (ml query param)

Wildcard spelling filter such as b* for words starting with b (sp query param)

Maximum number of results to return (max query param)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_datamuse_means_like_spelling_pattern_lookup",
    "params": {
      "means_like_phrase": "duck",
      "spelling_pattern": "b*",
      "max_results": "10"
    }
  }'