Words API · Example Payload

Words Result Example

DictionariesLinguisticsEnglishThesaurusLexical DataPublic 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

definitionpartOfSpeechsynonymsantonymsexamplestypeOfhasTypespartOfhasPartsinstanceOfhasInstancessimilarToalsoentailsmemberOfhasMemberssubstanceOfhasSubstancesinCategoryhasCategoriesusageOfhasUsagesinRegionregionOfpertainsTo

Example Payload

Raw ↑
{
  "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"
  ]
}