📔 English Dictionary
Explore the world of words together.
Developer API
A simple, open public API to retrieve definitions, phonetics, and audio for English words.
GET https://english-dictionary-vert.vercel.app/api/v1/words/{word} Returns JSON:
[{"word":"hello","phonetics":[{"audio":"https://ap... Returns a detailed JSON response containing word definitions, phonetics, synonyms, and more. If the word is not found, the API will return a 404 error.
Start your search
Type a word in the search box above to discover its meaning, phonetics, and usage.
Search for a word to see results.
Developer API
A simple, open public API to retrieve definitions, phonetics, and audio for English words.
GET https://english-dictionary-vert.vercel.app/api/v1/words/{word} Returns JSON:
[{"word":"hello","phonetics":[{"audio":"https://ap... Returns a detailed JSON response containing word definitions, phonetics, synonyms, and more. If the word is not found, the API will return a 404 error.