UnifyAPI
← Back to catalog

dictionary.words

mock data$0.001 / call

Find Related Words

Find words by meaning, sound, rhyme, or spelling pattern. "happy" → pleased, blissful. "algorithm" rhymes → rhythm, logarithm. Great for writing, creative tasks, word games (Datamuse)

Educationprovider: Dictionary#dictionary#education

Input schema

limit

Max results (1-25, default 10)

integer
meaning

Find words with this meaning (e.g. "happy" → pleased, blissful, content)

string
rhymes_with

Find words that rhyme with this (e.g. "algorithm" → rhythm, logarithm)

string
sounds_like

Find words that sound like this (e.g. "elefant" → elephant)

string
starts_with

Find words starting with these letters (e.g. "algor" → algorithm, algorithmic)

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/dictionary.words \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"limit":10,"meaning":"<meaning>","rhymes_with":"<rhymes_with>","sounds_like":"<sounds_like>","starts_with":"<starts_with>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.