Free Dictionary API
The Free Dictionary API offers developers simple access to word definitions, phonetics, and example sentences. It is widely used for building dictionary apps, educational tools, and language-learning platforms. A clean JSON response helps developers quickly integrate vocabulary and reference features into projects.
1
Endpoints
0
Views
Aug 19, 2025
Last Checked
NaN
Rate Limit
API Endpoints
Get definitions, pronunciations, and examples for English words
Full URL
https://api.dictionaryapi.dev/api/v2/entries/en/api/v2/entries/en/{word}
Code Examples
curl -X GET 'https://api.dictionaryapi.dev/api/v2/entries/en/api/v2/entries/en/{word}'
Parameters
{ "word": "hello" }
Example Response
{
"word": "hello",
"meanings": [
{
"definitions": [
{
"definition": "A greeting."
}
],
"partOfSpeech": "noun"
}
],
"phonetic": "həˈləʊ"
}
Version
v2
Rate Limit
Unlimited
Tags
dictionaryeducationwords
Related APIs
Discover similar APIs that might interest you