GET /word.json/{word}/audio

wordnik.com

Summary: Fetches audio metadata for a word.
Operation ID: getAudio
Auth: unknown
Description

The metadata includes a time-expiring fileUrl which allows reading the audio file directly from the API. Currently only audio pronunciations from the American Heritage Dictionary in mp3 format are supported.

Parameters (3)

limit (integer, query, optional, default: 50)

Maximum number of results to return

useCanonical (string, query, optional, default: false)

If true will try to return the correct word root ('cats' -> 'cat'). If false returns exactly what was requested.

Constraints: {'enum': ['false', 'true']}

word (string, path, required)

Word to get audio for.

No probe data for this endpoint yet.