The Google Translator API is a tool that facilitates seamless communication between languages by providing machine translation capabilities. This API offers users a reliable and scalable solution to integrate multilingual translation capabilities into their applications and platforms.
Basically, the Google Translator API allows users to translate text from one language to another with remarkable accuracy and efficiency. Leveraging Google's advanced machine learning algorithms and extensive language databases, the API can translate content between more than 100 languages, covering a wide range of linguistic diversity around the world.
One of the key features of the Google Translator API is its support for multiple translation modes, including text translation and speech-to-text translation. Users can choose the mode that best suits their needs and seamlessly integrate translation capabilities into their applications and workflows.
Overall, the Google Translator API is a versatile and reliable solution for multilingual translation, offering fast, accurate translation capabilities for users around the world.
It will receive a parameter and provide you with a JSON.
50 requests per second in all plans.
To use this endpoint you just have to run it and you will get the languages available to translate.
[{"code":"auto","language":"Automatic"},{"code":"af","language":"Afrikaans"},{"code":"sq","language":"Albanian"},{"code":"am","language":"Amharic"},{"code":"ar","language":"Arabic"},{"code":"hy","language":"Armenian"},{"code":"as","language":"Assamese"},{"code":"ay","language":"Aymara"},{"code":"az","language":"Azerbaijani"},{"code":"bm","language":"Bambara"},{"code":"eu","language":"Basque"},{"code":"be","language":"Belarusian"},{"code":"bn","language":"Bengali"},{"code":"bho","language":"Bhojpuri"},{"code":"bs","language":"Bosnian"},{"code":"bg","language":"Bulgarian"},{"code":"ca","language":"Catalan"},{"code":"ceb","language":"Cebuano"},{"code":"zh","language":"Chinese (Simplified)"},{"code":"zh-cn","language":"Chinese (Simplified, PRC) "},{"code":"zh-tw","language":"Chinese (Traditional, Taiwan)"},{"code":"zh-sg","language":"Chinese (Simplified, Singapore)"},{"code":"zh-hk","language":"Chinese (Traditional, Hong Kong)"},{"code":"co","language":"Corsican"},{"code":"hr","language":"Croatian"},{"code":"cs","language":"Czech"},{"code":"da","language":"Danish"},{"code":"dv","language":"Dhivehi"},{"code":"doi","language":"Dogri"},{"code":"nl","language":"Dutch"},{"code":"en","language":"English"},{"code":"eo","language":"Esperanto"},{"code":"et","language":"Estonian"},{"code":"ee","language":"Ewe"},{"code":"fil","language":"Filipino (Tagalog)"},{"code":"fi","language":"Finnish"},{"code":"fr","language":"French"},{"code":"fy","language":"Frisian"},{"code":"gl","language":"Galician"},{"code":"ka","language":"Georgian"},{"code":"de","language":"German"},{"code":"el","language":"Greek"},{"code":"gn","language":"Guarani"},{"code":"gu","language":"Gujarati"},{"code":"ht","language":"Haitian Creole"},{"code":"ha","language":"Hausa"},{"code":"haw","language":"Hawaiian"},{"code":"he","language":"Hebrew"},{"code":"iw","language":"Hebrew"},{"code":"hi","language":"Hindi"},{"code":"hmn","language":"Hmong"},{"code":"hu","language":"Hungarian"},{"code":"is","language":"Icelandic"},{"code":"ig","language":"Igbo"},{"code":"ilo","language":"Ilocano"},{"code":"id","language":"Indonesian"},{"code":"ga","language":"Irish"},{"code":"it","language":"Italian"},{"code":"ja","language":"Japanese"},{"code":"jv","language":"Javanese"},{"code":"jw","language":"Javanese"},{"code":"kn","language":"Kannada"},{"code":"kk","language":"Kazakh"},{"code":"km","language":"Khmer"},{"code":"rw","language":"Kinyarwanda"},{"code":"gom","language":"Konkani"},{"code":"ko","language":"Korean"},{"code":"kri","language":"Krio"},{"code":"ku","language":"Kurdish"},{"code":"ckb","language":"Kurdish (Sorani)"},{"code":"ky","language":"Kyrgyz"},{"code":"lo","language":"Lao"},{"code":"la","language":"Latin"},{"code":"lv","language":"Latvian"},{"code":"ln","language":"Lingala"},{"code":"lt","language":"Lithuanian"},{"code":"lg","language":"Luganda"},{"code":"lb","language":"Luxembourgish"},{"code":"mk","language":"Macedonian"},{"code":"mai","language":"Maithili"},{"code":"mg","language":"Malagasy"},{"code":"ms","language":"Malay"},{"code":"ml","language":"Malayalam"},{"code":"mt","language":"Maltese"},{"code":"mi","language":"Maori"},{"code":"mr","language":"Marathi"},{"code":"mni-mtei","language":"Meiteilon (Manipuri)"},{"code":"lus","language":"Mizo"},{"code":"mn","language":"Mongolian"},{"code":"my","language":"Myanmar (Burmese)"},{"code":"ne","language":"Nepali"},{"code":"no","language":"Norwegian"},{"code":"ny","language":"Nyanja (Chichewa)"},{"code":"or","language":"Odia (Oriya)"},{"code":"om","language":"Oromo"},{"code":"ps","language":"Pashto"},{"code":"fa","language":"Persian"},{"code":"pl","language":"Polish"},{"code":"pt","language":"Portuguese (Portugal, Brazil)"},{"code":"pa","language":"Punjabi"},{"code":"qu","language":"Quechua"},{"code":"ro","language":"Romanian"},{"code":"ru","language":"Russian"},{"code":"sm","language":"Samoan"},{"code":"sa","language":"Sanskrit"},{"code":"gd","language":"Scots Gaelic"},{"code":"nso","language":"Sepedi"},{"code":"sr","language":"Serbian"},{"code":"st","language":"Sesotho"},{"code":"sn","language":"Shona"},{"code":"sd","language":"Sindhi"},{"code":"si","language":"Sinhala (Sinhalese)"},{"code":"sk","language":"Slovak"},{"code":"sl","language":"Slovenian"},{"code":"so","language":"Somali"},{"code":"es","language":"Spanish"},{"code":"su","language":"Sundanese"},{"code":"sw","language":"Swahili"},{"code":"sv","language":"Swedish"},{"code":"tl","language":"Tagalog (Filipino)"},{"code":"tg","language":"Tajik"},{"code":"ta","language":"Tamil"},{"code":"tt","language":"Tatar"},{"code":"te","language":"Telugu"},{"code":"th","language":"Thai"},{"code":"ti","language":"Tigrinya"},{"code":"ts","language":"Tsonga"},{"code":"tr","language":"Turkish"},{"code":"tk","language":"Turkmen"},{"code":"ak","language":"Twi (Akan)"},{"code":"uk","language":"Ukrainian"},{"code":"ur","language":"Urdu"},{"code":"ug","language":"Uyghur"},{"code":"uz","language":"Uzbek"},{"code":"vi","language":"Vietnamese"},{"code":"cy","language":"Welsh"},{"code":"xh","language":"Xhosa"},{"code":"yi","language":"Yiddish"},{"code":"yo","language":"Yoruba"},{"code":"zu","language":"Zulu"}]
curl --location --request GET 'https://zylalabs.com/api/3642/google+translator+api/4096/supported+languages' --header 'Authorization: Bearer YOUR_API_KEY'
To use this endpoint you must indicate text in the parameter.
Detect Language - Endpoint Features
| Object | Description |
|---|---|
text |
[Required] Indicates a text |
{"source_lang":"English","trust_level":1,"source_lang_code":"en"}
curl --location --request POST 'https://zylalabs.com/api/3642/google+translator+api/4097/detect+language?text=Hello there' --header 'Authorization: Bearer YOUR_API_KEY'
To use this endpoint you must indicate a base language and translate it. You must also indicate a text in the parameters.
Translate text - Endpoint Features
| Object | Description |
|---|---|
from |
[Required] Indicates the base language |
to |
[Required] Indicates the language to translate |
text |
[Required] Indicates a text |
{"trans":"bonjour"}
curl --location --request POST 'https://zylalabs.com/api/3642/google+translator+api/4098/translate+text?from=en&to=fr&text=hello there' --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.
Users must indicate a base language and translate. To obtain an accurate text conversion.
The Google Translator API allows users to integrate machine translation capabilities into their applications and platforms.
There are different plans to suit all tastes, including a free trial for a small number of requests, but your rate is limited to avoid abuse of the service.
Zyla provides a wide range of integration methods for almost all programming languages. You can use these codes to integrate with your project as you need.
The "Supported Languages" endpoint returns a JSON array containing language codes and their corresponding names. Each entry includes a "code" for the language and a "language" field that specifies the language name.
The "Detect Language" endpoint requires a single parameter: the text you want to analyze. This text will be processed to identify its source language.
The response from the "Translate Text" endpoint is structured as a JSON object containing a "trans" field, which holds the translated text. This allows for easy extraction and use of the translated content.
The response includes "source_lang," indicating the detected language, "trust_level," which reflects the confidence in the detection, and "source_lang_code," providing the language code for the detected language.
The "Supported Languages" endpoint provides a comprehensive list of languages available for translation, including their codes and names, enabling users to select from over 100 languages.
Users can customize their requests by specifying the base language and the text to be translated. They can also choose the target language by using the appropriate language code in their request.
Typical use cases include creating language selection menus in applications, enabling users to choose their preferred language for translation, and ensuring compatibility with various languages in multilingual platforms.
Data accuracy is maintained through Google's advanced machine learning algorithms and extensive language databases, which are continuously updated and refined to improve translation quality and reliability.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
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.
Service Level:
100%
Response Time:
821ms
Service Level:
100%
Response Time:
1,415ms
Service Level:
100%
Response Time:
36ms
Service Level:
100%
Response Time:
662ms
Service Level:
100%
Response Time:
6,109ms
Service Level:
100%
Response Time:
849ms
Service Level:
100%
Response Time:
1,939ms
Service Level:
100%
Response Time:
462ms
Service Level:
100%
Response Time:
142ms
Service Level:
100%
Response Time:
1,735ms
Service Level:
100%
Response Time:
200ms
Service Level:
100%
Response Time:
1,176ms
Service Level:
100%
Response Time:
579ms
Service Level:
100%
Response Time:
181ms
Service Level:
100%
Response Time:
149ms
Service Level:
100%
Response Time:
11,502ms
Service Level:
100%
Response Time:
55ms
Service Level:
100%
Response Time:
199ms
Service Level:
100%
Response Time:
54ms
Service Level:
100%
Response Time:
60ms