language
Language translation service
Translate basic text from any language. A simple API powered by Google Translate.
Translation text character limit is 500.
Basic text translation
Text Request
Response
{
"translation": {
"text": "Bonjour",
"source": "und",
"model": "nmt"
}
}