Free Dictionary API avatar

Free Dictionary API

Pricing

Pay per usage

Go to Apify Store
Free Dictionary API

Free Dictionary API

Fetch word definitions, phonetics, pronunciation audio, parts of speech, and example usage from the official Free Dictionary API (dictionaryapi.dev) — keyless, no auth, no rate limits.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Bruno Finger

Bruno Finger

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

Free Dictionary API Actor

Fetches word definitions, phonetics, pronunciation audio, parts of speech, and example usage from the official Free Dictionary API (dictionaryapi.dev) — keyless, no auth, no rate limits.

Features

  • Keyless API: No API key required, no authentication needed
  • Rich definitions: Returns phonetics, audio pronunciation, parts of speech, definitions, and example usage
  • Multiple meanings: Handles words with multiple definitions and parts of speech
  • Batch lookup: Process multiple words in a single run

Input

{
"words": ["hello", "world", "example"]
}
FieldTypeRequiredDescription
wordsarray[string]YesList of words to look up

Output

Each word produces a dataset row with:

{
"word": "hello",
"phonetic": "hə��lo��",
"phonetics": [
{
"text": "hə��lo��",
"audio": "https://api.dictionaryapi.dev/media/pronunciations/en/hello-us.mp3"
}
],
"origin": "late 19th century: variant of hallo",
"meanings": [
{
"partOfSpeech": "exclamation",
"definitions": [
{
"definition": "Used as a greeting or to begin a phone conversation.",
"example": "hello, how are you?"
}
]
}
]
}

Pricing

PAY_PER_EVENT: $0.001 per word looked up (event name: word-looked-up)

Category

EDUCATION / DEVELOPER_TOOLS

API Source

Official Free Dictionary API: https://dictionaryapi.dev/