Words API · Example Payload

Words Pronunciation Response Example

DictionariesLinguisticsEnglishThesaurusLexical DataPublic APIs

Words Pronunciation 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

wordpronunciation

Example Payload

Raw ↑
{
  "word": "apple",
  "pronunciation": {
    "all": "\u02c8\u00e6p.\u0259l",
    "noun": "wisdom",
    "verb": "happy",
    "adjective": "walk",
    "adverb": "delicious"
  }
}