wordnik.com

Wordnik is the worlds biggest online English dictionary, by number of words

🔑 apikey 16 endpoints text
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (1 total)

as3-sdk ✓ Official
# See https://github.com/wordnik/as3-sdk
curl examples
Returns a single random WordObject
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.wordnik.com/v4/words.json/randomWord
Fetches audio metadata for a word.
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.wordnik.com/v4/word.json/{word}/audio
Returns an array of random WordObjects
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.wordnik.com/v4/words.json/randomWords
Endpoints (16 total)
GET
/words.json/randomWord
Returns a single random WordObject
GET
/word.json/{word}/audio
Fetches audio metadata for a word.
GET
/words.json/randomWords
Returns an array of random WordObjects
GET
/words.json/wordOfTheDay
Returns a specific WordOfTheDay
GET
/word.json/{word}/phrases
Fetches bi-gram phrases for a word
GET
/word.json/{word}/examples
Returns examples for a word
GET
/words.json/search/{query}
Searches words
GET
/word.json/{word}/frequency
Returns word usage over time
GET
/word.json/{word}/topExample
Returns a top example for a word
GET
/word.json/{word}/definitions
Return definitions for a word
GET
/word.json/{word}/etymologies
Fetches etymology data
GET
/word.json/{word}/hyphenation
Returns syllable information for a word
Language coverage
ActionScript
1
At a glance
Total SDKs1
Languages1
Endpoints16
Authapikey
Categories1
https://api.wordnik.com/v4