Word Pronunciation
Free English word pronunciation API. Returns natural pronunciation audio (MP3) for a word, with UK and US accents. Ideal for vocabulary practice, reading aloud, and listening practice. · Word Pronunciation
word pronunciation API, english pronunciation API, pronunciation MP3, uk us accent, word audio API
GET /dictionary/audio - Word Pronunciation
Not sure how to read a word from its phonetics? Use this endpoint to attach clear, natural pronunciation, with UK and US accents you can switch freely.
Overview
Just pass the word text and the desired accent, and the endpoint responds directly with a binary .mp3 audio stream. You can drop the endpoint URL straight into a frontend tag to play it, or download and save it as a local audio file. The audio field returned by the Word Lookup endpoint is also just a pre-assembled URL for this endpoint.
Notes
[!NOTE]
Data format: On success this endpoint returns a binary audio/mpeg stream, not regular JSON. If you call it with Fetch or Axios, be sure to read the response as a blob or arraybuffer.