- Home
- Categories
- Education
- Free Dictionary API
Free Dictionary API
The Free Dictionary API offers developers access to definitions, phonetics, and example sentences, suitable for dictionary apps and educational tools.
Developed by MeetDeveloper (community‑driven)
Reference for available routes, request structures, and live examples.
Get definitions, pronunciations, and examples for English words
https://api.dictionaryapi.dev/api/v2/entries/en/{word}curl -X GET 'https://api.dictionaryapi.dev/api/v2/entries/en/{word}'{
"word": "hello"
}{
"word": "hello",
"meanings": [
{
"definitions": [
{
"definition": "A greeting."
}
],
"partOfSpeech": "noun"
}
],
"phonetic": "həˈləʊ"
}- Building vocabulary‑learning mobile or web appsOptimized Capability
- Adding in‑app dictionary lookups in document editorsOptimized Capability
- Displaying word definitions in chatbots or language tutorsOptimized Capability
- Enabling pronunciation help in language learning platformsOptimized Capability
- Automated word analysis for educational contentOptimized Capability
- ✓ Free and open access without API key
- ✓ Simple, clean JSON payloads easy to parse
- ✓ Supports phonetics, parts of speech, and example sentences
- ✓ No signup required—instant integration
- ✗ Limited to English only
- ✗ No authentication or usage analytics available
- ✗ Rate limit may be restrictive at scale
- ✗ No historical or usage metadata per word
FAQs
API Specifications
v2Under 5 minutes (no signup required)
60 requests per minute
Unlimited free usage under fair use with a soft cap of ~60 requests per minute.
Use Case: Best For
Developers seeking easy-to-use, zero‑cost English dictionary data for educational or lightweight applications
Not Recommended For
High‑volume enterprise use, multilingual support beyond English, analytics‑heavy use cases
Explore Related APIs
Discover similar APIs to Free Dictionary API
Open Trivia DB
Open Trivia DB API provides free RESTful access to trivia questions across various categories, suitable for apps, bots, and educational tools.
Wordnik API
The Wordnik API offers developers free access to a comprehensive database of over 800,000 English words, ideal for educational tools and content-rich applications.
Numbers API
Numbers API provides developers with free access to trivia and facts about numbers, suitable for applications, games, and educational projects.