Free English Dictionary & Definitions Lookup avatar

Free English Dictionary & Definitions Lookup

Pricing

Pay per usage

Go to Apify Store
Free English Dictionary & Definitions Lookup

Free English Dictionary & Definitions Lookup

Bulk English word lookup: definitions, phonetics, pronunciation audio, part of speech, synonyms and antonyms. Free, no API key. Clean JSON for word lists, NLP and language apps.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

D N

D N

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

What it does. Bulk-lookup English words and get clean, structured JSON: definitions, part of speech, phonetic transcription, pronunciation audio, usage examples, plus merged synonyms and antonyms. Built on the free, open Dictionary API — no API key, no sign-up. Perfect for enriching word lists, building vocabulary/flashcard apps, NLP preprocessing, crosswords, or language-learning tools (dictionnaire anglais, définitions, synonymes). You only pay your Apify platform usage.

Input

FieldTypeDescription
wordsarray of stringsEnglish words to look up, one per line.
includeExamplesbooleanKeep usage example sentences (default true).
flattenSynonymsbooleanAdd top-level merged synonym/antonym lists (default true).

Output (example)

{
"status": "found",
"word": "hello",
"phonetic": "/həˈləʊ/",
"audio": "https://api.dictionaryapi.dev/media/pronunciations/en/hello-uk.mp3",
"partsOfSpeech": ["noun", "verb", "interjection"],
"definitionCount": 5,
"meanings": [
{ "partOfSpeech": "noun", "definitions": [ { "definition": "A greeting.", "example": "she said hello" } ] }
],
"synonyms": ["hi", "howdy"],
"antonyms": ["goodbye"]
}

Each result carries a status: found, not_found, or error. Unknown words are recorded as not_found — the actor never crashes.

Use cases

  • Enrich a vocabulary or word list with definitions and audio.
  • Power a dictionary, flashcard, or language-learning app.
  • NLP / text-analysis preprocessing (synonyms, POS tags).
  • Generate crossword or word-game data.

Limitations & fair use

Data from the community Free Dictionary API. English only. Coverage varies by word; rare or very new words may return not_found. Polite delays are applied between requests.

More actors by this developer

See other free, no-key data actors on the developer profile.