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
Technical Details
Authentication
None
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

None specified

Supported Languages
English
Use Cases
language learning apps
word games
writing assistants

Related APIs

Discover similar APIs that might interest you

APIfree

Numbers API

No description available

Category
Education
Endpoints
1
educationfactsnumbers
APIfreemium

Wordnik API

The Wordnik API is a comprehensive langu...

Category
Education
Endpoints
1
dictionaryeducationwords
APIopen source

Universities List

The Universities List API lets you searc...

Category
Education
Endpoints
1
educationreference
Free Dictionary API – Word Definitions & Meanings | Free API Hub