# Retrieve sound from MedDict Database of a specific word, from its id. **GET /words/sound/{lang}/{id}** Get the sound of a specific word, from its id and target language. The sound is retrieved from [gTTS](http://gtts.readthedocs.io/) library. ## Servers - Local development API: http://localhost:5000 (Local development API) - Production API: https://api.meddict-vinuni.com (Production API) ## Parameters ### Path parameters - **lang** (string) The target language to retrieve the sound from. Must be either "en" or "vn". - **id** (string) The id of the word to retrieve the sound from. ## Responses ### 200 OK, with a blob of sound. #### Body: audio/mpeg (string(binary)) string(binary) ### 404 The word id's is not found. [Powered by Bump.sh](https://bump.sh)