# Retrieve illustration from MedDict Database of a specific word, from its id. **GET /words/illustration/{id}** Get the illustration of a specific word, from its id. ## Servers - Local development API: http://localhost:5000 (Local development API) - Production API: https://api.meddict-vinuni.com (Production API) ## Parameters ### Path parameters - **id** (string) The id of the word to retrieve the illustration from. ## Responses ### 200 OK #### Body: image/png (string(binary)) string(binary) ### 404 The word id's is not found. ### 400 The request is not following the convention. ### 500 Unknown error. [Powered by Bump.sh](https://bump.sh)