Languages
Retrieve supported languages
Get a list of supported languages.
get/v2/languages
Response
An object listing supported languages and their corresponding locales.
Example response
{
"source_to_target": {
"en": {
"da": true,
"de": true,
"fr": true,
"...": "..."
},
"...": "..."
},
"code_to_name": {
"aa": "Afar",
"ab": "Abkhazian",
"af": "Afrikaans",
"...": "..."
}
}