google-translate-open-api
google-translate-open-api copied to clipboard
Alternative word translations
Is it possible to request alternative translations of the word as on https://translate.google.ru?
I tried to experiment with dt: "at" parameter which works in translate_a/single endpoint, but to no avail.
I also found this API look like not support alternative word translate, I use dt related parameter, it couldn't work. I'm thinking about using translate_a/single for single text translation and multi-text translation for this API.