Wordnik · Example Payload

Wordnik Sentence Example

DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

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

Top-level fields

displaydocumentMetadataIdhasScoredWordsidratingscoredWords

Example Payload

Raw ↑
{
  "display": "Example display string",
  "documentMetadataId": 500123,
  "hasScoredWords": true,
  "id": 500123,
  "rating": 83,
  "scoredWords": [
    null,
    null
  ]
}