Wordnik · Example Payload

Wordnik Audio File Example

example

DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

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

Top-level fields

attributionTextattributionUrlaudioTypecommentCountcreatedAtcreatedBydescriptiondurationfileUrlidvoteAveragevoteCountvoteWeightedAverageword

Example Payload

Raw ↑
{
  "attributionText": "Example display string",
  "attributionUrl": "https://wordnik.com/words/serendipity",
  "audioType": "pronunciation",
  "commentCount": 42,
  "createdAt": "2026-05-29T14:30:00Z",
  "createdBy": "example",
  "description": "example",
  "duration": 1.64,
  "fileUrl": "https://wordnik.com/words/fileurl",
  "id": 500123,
  "voteAverage": 64.77,
  "voteCount": 42,
  "voteWeightedAverage": 5.72,
  "word": "serendipity"
}