Wordnik · Example Payload

Wordnik Definition Example

DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

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

Top-level fields

attributionTextattributionUrlcitationsexampleUsesextendedTextlabelsnotespartOfSpeechrelatedWordsscoreseqStringsequencesourceDictionarytexttextPronsword

Example Payload

Raw ↑
{
  "attributionText": "Example display string",
  "attributionUrl": "https://wordnik.com/words/serendipity",
  "citations": [
    null,
    null
  ],
  "exampleUses": [
    null,
    null
  ],
  "extendedText": "Example display string",
  "labels": [
    null,
    null
  ],
  "notes": [
    null,
    null
  ],
  "partOfSpeech": "example",
  "relatedWords": [
    null,
    null
  ],
  "score": 9.13,
  "seqString": "example",
  "sequence": "example",
  "sourceDictionary": "ahd-5",
  "text": "Example display string",
  "textProns": [
    null,
    null
  ],
  "word": "serendipity"
}