is_atype_of
Finds word that are more general than the given word.
Try it
has_types
Get more specific examples of types of this word.
Try it
part_of
The larger whole to which the word belongs.
Try it
has_parts
Words that are parts of the original word.
Try it
is_an_instance_of
Words that the parameter word is an example of.
Try it
has_instances
Words that are examples of the parameter word.
Try it
similar_to
Words that similar to the original word, but are not synonyms.
Try it
also
Phrases of which the word is a part.
Try it
entails
Words that are implied by the original word. Usually used for verbs.
Try it
member_of
A group to which the word belongs.
Try it
has_members
Words that belong to the group defined by the parameter word.
Try it
substance_of
Substances to which the original word is a part of.
Try it
has_substances
Words that are substances of the parameter word.
Try it
in_category
The domain category to which the original word belongs.
Try it
has_categories
Categories of the parameter word.
Try it
usage_of
Words that the original word is a domain usage of.
Try it
has_usages
Words that are examples of the domain the original word defines.
Try it
in_region
Geographical areas where the word is used.
Try it
region_of
Words used in the specified geographical area.
Try it
pertains_to
Words to which the original word is relevant.
Try it
synonyms
Get synonyms of a word
Try it
word
Retrieve information about a word. Results can include definitions, part of speech, synonyms, related words, syllables, and pronunciation. This method is useful to see which relationships are attached to which definition and part of speech of a word.
Try it
definitions
Get definitions of a word, including the part of speech.
Try it
examples
Get examples of how the word is used.
Try it
rhymes
Get a list of words that rhyme with the given word.
Try it
antonyms
Get antonyms (opposites) of a word.
Try it
pronunciation
How to pronounce a word, according to the International Phonetic Alphabet. May include multiple results if the word is pronounced differently depending on its part of speech.
Try it
syllables
Returns the word broken down into syllables.
Try it
frequency
Expands upon the frequeny score returned by the main /words/{word} endpoint. Returns zipf, a score indicating how common the word is in the English language, with a range of 1 to 7; perMillion, the number of times the word is likely to appear in a corpus of one million English words; and diversity, a 0-1 scale the shows the likelyhood of the word appearing in an English document that is part of a corpus.
Try it
random
Retrieve a random word, optionally matching a search criteria. You can use the same search criteria as the "Search" endpoint.
Try it
search
Search for words matching the parameters you provide. For more examples, please see the documentation on the website. https://www.wordsapi.com/docs#search
Try it