Lingvanex Translate provides a simple API for translating plain text and HTML between any of 100+ supported languages. No limits on requests or document length!
To make a certain text untranslatable, you just need to add one of the tags: "t", "notranslate", "shade". Here is an example from the text with the untranslatable world of Lingvanex:
Examples of use:
If you use "translateMode": "html":
| Language | Language code | Language code with locale |
| Afrikaans | af | af_ZA |
| Albanian | sq | sq_AL |
| Amharic | am | am_ET |
|
Arabic
|
ar
|
ar_AE |
| ar_EG | ||
| ar_SA | ||
| Armenian | hy | hy_AM |
| Azerbaijani | az | az_AZ |
| Basque | eu | eu_ES |
| Belarusian | be | be_BY |
| Bengali | bn | bn_BD |
| Bosnian | bs | bs_BA |
| Bulgarian | bg | bg_BG |
| Catalan | ca | ca_ES |
| Cebuano | ceb | ceb_PH |
| Chinese (Simplified) | zh-Hans | zh-Hans_CN |
| Chinese (Traditional) | zh-Hant | zh-Hant_TW |
| Corsican | co | co_FR |
| Croatian | hr | hr_HR |
| Czech | cs | cs_CZ |
| Danish | da | da_DK |
| Dutch | nl | nl_NL |
|
English
|
en
|
en_AU |
| en_GB | ||
| en_US | ||
| Esperanto | eo | eo_WORLD |
| Estonian | et | et_EE |
| Finnish | fi | fi_FI |
|
French
|
fr
|
fr_CA |
| fr_FR | ||
| Frisian | fy | fy_NL |
| Galician | gl | gl_ES |
| Georgian | ka | ka_GE |
| German | de | de_DE |
| Greek | el | el_GR |
| Gujarati | gu | gu_IN |
| Haitian Creole | ht | ht_HT |
| Hausa | ha | ha_NE |
| Hawaiian | haw | haw_US |
| Hebrew | he | he_IL |
| Hindi | hi | hi_IN |
| Hmong | hmn | hmn_CN |
| Hungarian | hu | hu_HU |
| Icelandic | is | is_IS |
| Igbo | ig | ig_NG |
| Indonesian | id | id_ID |
| Irish | ga | ga_IE |
| Italian | it | it_IT |
| Japanese | ja | ja_JP |
| Javanese | jv | jv_ID |
| Kannada | kn | kn_IN |
| Kazakh | kk | kk_KZ |
| Khmer | km | km_KH |
| Kinyarwanda | rw | rw_RW |
| Korean | ko | ko_KR |
| Kurdish (Kurmanji) | ku | ku_IR |
| Kyrgyz | ky | ky_KG |
| Lao | lo | lo_LA |
| Latin | la | la_VAT |
| Latvian | lv | lv_LV |
| Lithuanian | lt | lt_LT |
| Luxembourgish | lb | lb_LU |
| Macedonian | mk | mk_MK |
| Malagasy | mg | mg_MG |
| Malay | ms | ms_MY |
| Malayalam | ml | ml_IN |
| Maltese | mt | mt_MT |
| Maori | mi | mi_NZ |
| Marathi | mr | mr_IN |
| Mongolian | mn | mn_MN |
| Myanmar (Burmese) | my | my_MM |
| Nepali | ne | ne_NP |
| Norwegian | no | no_NO |
| Nyanja (Chichewa) | ny | ny_MW |
| Odia (Oriya) | or | or_OR |
| Pashto | ps | ps_AF |
| Persian (Iranian) | fa | fa_IR |
| Polish | pl | pl_PL |
|
Portuguese
|
pt
|
pt_BR |
| pt_PT | ||
| Punjabi (Panjabi) | pa | pa_PK |
| Romanian | ro | ro_RO |
| Russian | ru | ru_RU |
| Samoan | sm | sm_WS |
| Scots Gaelic | gd | gd_GB |
| Serbian (Cyrillic) | sr-Cyrl | sr-Cyrl_RS |
| Sesotho | st | st_LS |
| Shona | sn | sn_ZW |
| Sindhi | sd | sd_PK |
| Sinhala (Sinhalese) | si | si_LK |
| Slovak | sk | sk_SK |
| Slovenian | sl | sl_SI |
| Somali | so | so_SO |
|
Spanish
|
es
|
es_ES |
| es_MX | ||
| es_US | ||
| Sundanese | su | su_ID |
| Swahili | sw | sw_TZ |
| Swedish | sv | sv_SE |
| Tagalog (Filipino) | tl | tl_PH |
| Tajik | tg | tg_TJ |
| Tamil | ta | ta_IN |
| Tatar | tt | tt_TT |
| Telugu | te | te_IN |
| Thai | th | th_TH |
| Turkish | tr | tr_TR |
| Turkmen | tk | tk_TM |
| Ukrainian | uk | uk_UA |
| Urdu | ur | ur_PK |
| Uyghur | ug | ug_CN |
| Uzbek | uz | uz_UZ |
| Vietnamese | vi | vi_VN |
| Welsh | cy | cy_GB |
| Xhosa | xh | xh_ZA |
| Yiddish | yi | yi_IL |
| Yoruba | yo | yo_NG |
| Zulu | zu | zu_ZA |
{
"platform": "api",
"enableTransliteration": false,
"to": "en",
"data": "긁기는 고양이의 ‘본능’."
}
Autodetect and Translate - Endpoint Features
| Object | Description |
|---|---|
platform |
[Required] |
to |
[Required] |
enableTransliteration |
Optional |
data |
[Required] |
request_body |
[Required] |
Request Body |
[Required] Json |
{
"err": null,
"result": "Scratching is a cat's ‘instinct’.",
"from": "ko"
}
curl --location --request POST 'https://zylalabs.com/api/9244/lingvanex+translation+api/16696/autodetect+and+translate?platform=Required&to=Required&data=Required' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw ''
The API allows you to translate text from one language to another using a POST request.
Request body example:
{
"platform": "api",
"from": "en",
"to": "ko",
"enableTransliteration": false,
"data": "London is the capital and largest city of England and of the United Kingdom."
}
Translate Text - Endpoint Features
| Object | Description |
|---|---|
Request Body |
[Required] Json |
{"err":null,"result":"Londres es la capital y ciudad más grande de Inglaterra y del Reino Unido."}
curl --location --request POST 'https://zylalabs.com/api/9244/lingvanex+translation+api/16693/translate+text' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"platform": "api",
"from": "en",
"to": "es",
"enableTransliteration": false,
"data": "London is the capital and largest city of England and of the United Kingdom."
}'
{
"platform": "api",
"translateMode": "html",
"from": "en",
"to": "de",
"data": "
"
}
Translate HTML - Endpoint Features
| Object | Description |
|---|---|
platform |
[Required] |
translateMode |
[Required] |
from |
[Required] |
to |
[Required] |
data |
[Required] |
request_body |
[Required] |
Request Body |
[Required] Json |
{
"err": null,
"result": "<ul><li>Hallo</li><li>Dies ist der Translate HTML-Endpunkt</li></ul>"
}
curl --location --request POST 'https://zylalabs.com/api/9244/lingvanex+translation+api/16695/translate+html?platform=Required&translateMode=Required&from=Required&to=Required&data=Required' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw ''
the language code in the format “language code_code of the country”, which is used to display the names of the languages. The language code is represented only in lowercase letters, the country code only in uppercase letters (example en_GB, es_ES, ru_RU etc). If this option is not present, then English is used by default
This endpoint does not require any input parameters.
Test Endpoint
{"err":null,"result":[{"full_code":"af_ZA","code_alpha_1":"af","englishName":"Afrikaans","codeName":"Afrikaans","flagPath":"static/flags/afrikaans","testWordForSyntezis":"Hallo","rtl":"false","modes":[{"name":"Translation document","value":true},{"name":"Image object recognition","value":true},{"name":"Translation","value":true},{"name":"Translate web site","value":true},{"name":"Image recognition","value":true}]},{"full_code":"sq_AL","code_alpha_1":"sq","englishName":"Albanian","codeName":"Albanian","flagPath":"static/flags/albanian","testWordForSyntezis":"Përshëndetje","rtl":"false","modes":[{"name":"Translation document","value":true},{"name":"Translation","value":true},{"name":"Image recognition","value":true},{"name":"Translate web site","value":true},{"name":"Image object recognition","value":true}]},{"full_code":"am_ET","code_alpha_1":"am","englishName":"Amharic","codeName":"Amharic","flagPath":"static/flags/amharic","testWordForSyntezis":"ሰላም","rtl":"false","modes":[{"name":"Image object recognition","value":true},{"name":"Translation","value":true},{"name":"Translate web site","value":true},{"name":"Translation document","value":true}]},{"full_code":"ar_EG","code_alpha_1":"ar","englishName":"Arabic","codeName":"Arabic","flagPath":"static/flags/arabic_eg","testWordForSyntezis":"مرحبا","rtl":"true","modes":[{"name":"Image recognition","value":true},{"name":"Translate web site","value":true},{"name":"Image object recognition","value":true},{"name":"Translation","value":true},{"name":"Translation document","value":true}]},{"full_code":"ar_SA","code_alpha_1":"ar","englishName":"Arabic (Saudi Arabia)","codeName":"Arabic","flagPath":"static/flags/arabic_sa","testWordForSyntezis":"مرحبا","rtl":"true","modes":[{"name":"Translation document","value":true},{"name":"Speech recognition","value":true},{"name":"Image recognition","value":true},{"name":"Translate web site","value":true},{"name":"Image object recognition","value":true},{"name":"Translation","value":true}]},{"full_code":"ar_AE","code_alpha_1":"ar","englishName":"Arabic (United Arab Emirates)","codeName":"Arabic","flagPath":"static/flags/arabic_ae","testWordForSyntezis":"مرحبا","rtl":"true","modes":[{"name":"Translation","value":true},{"name":"Translation document","value":true},{"name":"Image recognition","value":true},{"name":"Speech recognition","value":true},{"name":"Image object recognition","value":true},{"name":"Translate web site","value":true}]},{"full_code":"hy_AM","code_alpha_1":"hy","englishName":"Armenian","codeName":"Armenian","flagPath":"static/flags/armenian","testWordForSyntezis":"Բարեւ","rtl":"false","modes":[{"name":"Translation document","value":true},{"name":"Translate web site","value":true},{"name":"Image object recognition","value":true},{"name":"Image recognition","value":true},{"name":"Translation","value":true}]},{"full_code":"az_AZ","code_alpha_1":"az","englishName":"Azerbaijani","codeName":"Azerbaijani","flagPath":"static/flags/azerbaijani","testWordForSyntezis":"Salam","rtl":"false","modes":[{"name":"Translate web site","value":true},{"name":"Translation","value":true},{"name":"Image object recognition","value":true},{"name":"Translation document","value":true}]},{"full_code":"eu_ES","code_alpha_1":"eu","englishName":"Basque","codeName":"Basque","flagPath":"static/flags/basque","testWordForSyntezis":"Kaixo","rtl":"false","modes":[{"name":"Translation document","value":true},{"name":"Image object recognition","value":true},{"name":"Translation","value":true},{"name":"Translate web site","value":true}]},{"full_code":"be_BY","code_alpha_1":"be","englishName":"Belarusian","codeName":"Belarusian","flagPath":"static/flags/belarusian","testWordForSyntezis":"Прывітанне","rtl":"false","modes":[{"name":"Translation document","value":true},{"name":"Translation","value":true},{"name":"Translate web site","value":true},{"name":"Image recognition","value":true},{"name":"Image object recognition","value":true}]},{"full_code":"bn_BD","code_alpha_1":"bn","englishName":"Bengali","codeName":"Bengali","flagPath":"static/flags/bengali","testWordForSyntezis":"হ্যালো","rtl":"false","modes":[{"name":"Translation document","value":true},{"name":"Translation","value":true},{"name":"Image recognition","value":true},{"name":"Translate web site","value":true},{"name":"Image object recognition","value":true}]},{"full_code":"bs_BA","code_alpha_1":"bs","englishName":"Bosnian","codeName":"Bosnian","flagPath":"static/flags/bosnian","testWordForSyntezis":"Zdravo","rtl":"false","modes":[{"name":"Image object recognition","value":true},{"name":"Translation","value":true},{"name":"Translate web site","value":true},{"name":"Translation document","value":true}]},{"full_code":"bg_BG","code_alpha_1":"bg","englishName":"Bulgarian","codeName":"Bulgarian","flagPath":"static/flags/bulgarian","testWordForSyntezis":"Здравейте","rtl":"false","modes":[{"name":"Translation","value":true},{"name":"Translate web site","value":true},{"name":"Image recognition","value":true},{"name":"Image object recognition","value":true},{"name":"Translation document","value":true}]},{"full_code":"ca_ES","code_alpha_1":"ca","englishName":"Catalan","codeName":"Catalan","flagPath":"static/flags/catalan","testWordForSyntezis":"Hola","rtl":"false","modes":[{"name":"Translation document","value":true},{"name":"Image object recognition","value":true},{"name":"Translate web site","value":true},{"name":"Speech recognition","value":true},{"name":"Image recognition","value":true},{"name":"Speech synthesis","value":true,"genders":false},{"name":"Translation","value":true}]},{"full_code":"ceb_PH","code_alpha_1":"ceb","englishName":"Cebuano","codeName":"Cebuano","flagPath":"static/flags/cebuano","testWordForSyntezis":"Hello","rtl":"false","modes":[{"name":"Image object recognition","value":true},{"name":"Translate web site","value":true},{"name":"Translation","value":true},{"name":"Translation document","value":true}]},{"full_code":"ny_MW","code_alpha_1":"ny","englishName":"Chichewa","codeName":"Chichewa","flagPath":"static/flags/chichewa","testWordForSyntezis":"Moni","rtl":"false","modes":[{"name":"Image object recognition","value":true},{"name":"Translate web site","value":true},{"name":"Translation","value":true},{"name":"Translation document","value":true}]},{"full_code":"zh-Hans_CN","code_alpha_1":"zh-Hans","englishName":"Chinese (Simplified)","codeName":"Chinese (Simplified)","flagPath":"static/flags/chinese_mandarin","testWordForSyntezis":"你好","rtl":"false","modes":[{"name":"Translation document","value":true},{"name":"Translation","value":true},{"name":"Translate web site","value":true},{"name":"Speech recognition","value":true},{"name":"Image object recognition","value":true},{"name":"Image recognition","value":true}]},{"full_code":"zh-Hant_TW","code_alpha_1":"zh-Hant","englishName":"Chinese (Traditional)","codeName":"Chinese (Traditional)","flagPath":"static/flags/chinese_taiwan","testWordForSyntezis":"你好","rtl":"false","modes":[{"name":"Translate web site","value":true},{"name":"Image object recognition","value":true},{"name":"Image recognition","value":true},{"name":"Translation","value":true},{"name":"Translation document","value":true}]},{"full_code":"co_FR","code_alpha_1":"co","englishName":"Corsican","codeName":"Corsican","flagPath":"static/flags/corsican","testWordForSyntezis":"Bonghjornu","rtl":"false","modes":[{"name":"Translation document","value":true},{"name":"Translation","value":true},{"name":"Image object recognition","value":true},{"name":"Translate web site","value":true}]},{"full_code":"hr_HR","code_alpha_1":"hr","englishName":"Croatian","codeName":"Croatian","flagPath":"static/flags/croatian","testWordForSyntezis":"Zdravo","rtl":"false","modes":[{"name":"Image recognition","value":true},{"name":"Translate web site","value":true},{"name":"Image object recognition","value":true},{"name":"Translation","value":true},{"name":"Translation document","value":true}]},{"full_code":"cs_CZ","code_alpha_1":"cs","englishName":"Czech","codeName":"Czech","flagPath":"static/flags/czech","testWordForSyntezis":"Dobrý den","rtl":"false","modes":[{"name":"Image recognition","value":true},{"name":"Image object recognition","value":true},{"name":"Speech synthesis","value":true,"genders":false},{"name":"Translate web site","value":true},{"name":"Translation","value":true},{"name":"Translation document","value":true}]},{"full_code":"da_DK","code_alpha_1":"da","englishName":"Danish","codeName":"Danish","flagPath":"static/flags/danish","testWordForSyntezis":"Hej","rtl":"false","modes":[{"name":"Speech synthesis","value":true,"genders":false},{"name":"Image object recognition","value":true},{"name":"Translation","value":true},{"name":"Image recognition","value":true},{"name":"Translate web site","value":true},{"name":"Translation document","value":true}]},{"full_code":"nl_NL","code_alpha_1":"nl","englishName":"Dutch","codeName":"Dutch","flagPath":"static/flags/dutch","testWordForSyntezis":"Hallo","rtl":"false","modes":[{"name":"Image object recognition","value":true},{"name":"Translation","value":true},{"name":"Image recognition","value":true},{"name":"Speech recognition","value":true},{"name":"Speech synthesis","value":true,"genders":false},{"name":"Translate web site","value":true},{"name":"Translation document","value":true}]},{"full_code":"en_GB","code_alpha_1":"en","englishName":"English","codeName":"English","flagPath":"static/flags/english_uk","testWordForSyntezis":"Hello","rtl":"false","modes":[{"name":"Translate web site","value":true},{"name":"Speech synthesis","value":true,"genders":false},{"name":"Image object recognition","value":true},{"name":"Image recognition","value":true},{"name":"Speech recognition","value":true},{"name":"Translation","value":true},{"name":"Translation document","value":true}]},{"full_code":"en_AU","code_alpha_1":"en","englishName":"English (Australian)","codeName":"English"}],"_note":"Response truncated for documentation purposes"}
curl --location --request GET 'https://zylalabs.com/api/9244/lingvanex+translation+api/16697/supported+languages' --header 'Authorization: Bearer YOUR_API_KEY'
| Header | Description |
|---|---|
Authorization
|
[Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
Yes, you can send large volumes of text, and the system scales for enterprise workloads if needed
We provide comprehensive technical support and resources for all API users to ensure smooth integration and operation.
It’s a cloud service that lets software send text via API requests to a translation engine and receive the translated result in real time
First, register an account. After topping up your balance, an API key is generated — use it to send requests with text and target language, and get real-time translations.
Choose the format for translation (text, array of texts, or HTML) and set request parameters. Then, send requests from your product directly to our API.
Yes, we customize models, vocabularies, and deployments to meet your business requirements. To do this, email us - [email protected]
To obtain your API key, you first need to sign in to your account and subscribe to the API you want to use. Once subscribed, go to your Profile, open the Subscription section, and select the specific API. Your API key will be available there and can be used to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
If you don’t cancel before the 7th day, your free trial will end automatically and your subscription will switch to a paid plan under the same plan you originally subscribed to, meaning you will be charged and gain access to the API calls included in that plan.
The free trial ends when you reach 50 API requests or after 7 days, whichever comes first.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost, so you can test our APIs without any commitment.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
Service Level:
100%
Response Time:
304ms
Service Level:
100%
Response Time:
4,918ms
Service Level:
100%
Response Time:
350ms
Service Level:
100%
Response Time:
687ms
Service Level:
100%
Response Time:
167ms
Service Level:
100%
Response Time:
901ms
Service Level:
100%
Response Time:
2,597ms
Service Level:
100%
Response Time:
45ms
Service Level:
100%
Response Time:
849ms
Service Level:
100%
Response Time:
1,735ms