← Back to catalog
dictionary.words
mock data$0.001 / callFind 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)
Input schema
limit
integerMax results (1-25, default 10)
meaning
stringFind words with this meaning (e.g. "happy" → pleased, blissful, content)
rhymes_with
stringFind words that rhyme with this (e.g. "algorithm" → rhythm, logarithm)
sounds_like
stringFind words that sound like this (e.g. "elefant" → elephant)
starts_with
stringFind words starting with these letters (e.g. "algor" → algorithm, algorithmic)
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>"}'