What changed
dictionary now points to the existing English word lookup. Send a word and get grouped definitions, parts of speech, IPA phonetics, usage examples, and per-sense synonyms. A pronunciation audio URL is included when the source provides one.
The new route has the same request and response shape as dictionary-define. It doesn't add a second dictionary service or change the price.
Why
Agents searching for a dictionary API often start with the plain word "dictionary." The old route already did the work, but its slug required a more specific search. This alias gives that lookup a direct route while keeping one handler and one response contract.