Words API · Example Payload

Words Definitions Response Example

DictionariesLinguisticsEnglishThesaurusLexical DataPublic APIs

Words Definitions Response Example is an example object payload from Words API, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

worddefinitions

Example Payload

Raw ↑
{
  "word": "apple",
  "definitions": [
    {
      "definition": {},
      "partOfSpeech": {}
    },
    {
      "definition": {},
      "partOfSpeech": {}
    },
    {
      "definition": {},
      "partOfSpeech": {}
    }
  ]
}