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.
[{"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'
{"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'
{"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.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key 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.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
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. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
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.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
Service Level:
100%
Response Time:
684ms
Service Level:
99%
Response Time:
471ms
Service Level:
100%
Response Time:
304ms
Service Level:
99%
Response Time:
9,434ms
Service Level:
100%
Response Time:
402ms
Service Level:
100%
Response Time:
284ms
Service Level:
100%
Response Time:
156ms
Service Level:
100%
Response Time:
89ms
Service Level:
100%
Response Time:
55ms
Service Level:
100%
Response Time:
61ms