Wordnik · Example Payload

Wordnik Word Of The Day Example

DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

Wordnik Word Of The Day Example is an example object payload from Wordnik, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

categorycontentProvidercreatedAtcreatedBydefinitionsexampleshtmlExtraidnoteparentIdpublishDateword

Example Payload

Raw ↑
{
  "category": "example",
  "contentProvider": null,
  "createdAt": "2026-05-29T14:30:00Z",
  "createdBy": "example",
  "definitions": [
    null,
    null
  ],
  "examples": [
    null,
    null
  ],
  "htmlExtra": "example",
  "id": 500123,
  "note": "example",
  "parentId": "abc123",
  "publishDate": "2026-05-29",
  "word": "serendipity"
}