GET /words.json/randomWord

wordnik.com

Summary: Returns a single random WordObject
Operation ID: getRandomWord
Auth: unknown

Parameters (9)

excludePartOfSpeech (string, query, optional)

CSV part-of-speech values to exclude (allowable values are noun, adjective, verb, adverb, interjection, pronoun, preposition, abbreviation, affix, article, auxiliary-verb, conjunction, definite-article, family-name, given-name, idiom, imperative, noun-plural, noun-posessive, past-participle, phrasal-prefix, proper-noun, proper-noun-plural, proper-noun-posessive, suffix, verb-intransitive, verb-transitive)

hasDictionaryDef (string, query, optional, default: true)

Only return words with dictionary definitions

includePartOfSpeech (string, query, optional)

CSV part-of-speech values to include (allowable values are noun, adjective, verb, adverb, interjection, pronoun, preposition, abbreviation, affix, article, auxiliary-verb, conjunction, definite-article, family-name, given-name, idiom, imperative, noun-plural, noun-posessive, past-participle, phrasal-prefix, proper-noun, proper-noun-plural, proper-noun-posessive, suffix, verb-intransitive, verb-transitive)

maxCorpusCount (integer, query, optional, default: -1)

Maximum corpus frequency for terms

maxDictionaryCount (integer, query, optional, default: -1)

Maximum dictionary count

maxLength (integer, query, optional, default: -1)

Maximum word length

minCorpusCount (integer, query, optional, default: 0)

Minimum corpus frequency for terms

minDictionaryCount (integer, query, optional, default: 1)

Minimum dictionary count

minLength (integer, query, optional, default: 5)

Minimum word length

No probe data for this endpoint yet.