Translation
Retrieve translation for a given word
Use this to return translations for a given word. In the event that a word in the dataset does not have a direct translation, the response will be a definition in the target language.
<div id="translation"></div>get/entries/{source_translation_language}/{word_id}/translations={target_translation_language}
Path parameters
source_translation_language'en' | 'es' | 'nso' | 'zu' | 'ms' | 'id' | 'tn' | 'ur' | 'de' | 'pt' required
IANA language code
word_idstring required
The source word
target_translation_language'es' | 'nso' | 'zu' | 'ms' | 'id' | 'tn' | 'ro' | 'de' | 'pt' required
IANA language code
Headers
app_idstring required
App ID Authentication Parameter
app_keystring required
App Key Authentication Parameter
Response
Successful response. In case word doesn't have a direct translation a response would be definitions.