Home
Words API
Words Result Example
Words Result Example
Dictionaries Linguistics English Thesaurus Lexical Data Public APIs
Words Result Example is an example object payload from Words API, with 25 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
definition partOfSpeech synonyms antonyms examples typeOf hasTypes partOf hasParts instanceOf hasInstances similarTo also entails memberOf hasMembers substanceOf hasSubstances inCategory hasCategories usageOf hasUsages inRegion regionOf pertainsTo
Example Payload
{
"definition": "fruit with red or yellow or green skin and sweet to tart crisp whitish flesh",
"partOfSpeech": "noun",
"synonyms": [
"orchard apple tree"
],
"antonyms": [
"apple"
],
"examples": [
"he is the apple of my eye"
],
"typeOf": [
"edible fruit",
"pome",
"false fruit"
],
"hasTypes": [
"garden",
"quickly",
"garden"
],
"partOf": [
"garden"
],
"hasParts": [
"bright",
"apple",
"happy"
],
"instanceOf": [
"car",
"happy",
"happy"
],
"hasInstances": [
"garden",
"happy",
"bright"
],
"similarTo": [
"car"
],
"also": [
"garden"
],
"entails": [
"garden",
"apple",
"delicious"
],
"memberOf": [
"walk",
"happy",
"apple"
],
"hasMembers": [
"wisdom"
],
"substanceOf": [
"happy",
"delicious"
],
"hasSubstances": [
"walk"
],
"inCategory": [
"walk"
],
"hasCategories": [
"delicious"
],
"usageOf": [
"bright"
],
"hasUsages": [
"bright",
"delicious",
"apple"
],
"inRegion": [
"walk"
],
"regionOf": [
"garden",
"walk",
"happy"
],
"pertainsTo": [
"garden",
"delicious",
"apple"
]
}