The Google Text Conversion API allows users to integrate translation capabilities into their applications and websites. Thanks to this API, users can translate text between different languages, enabling seamless communication and accessibility for global audiences.
One of the key features of the Google Text Conversion API is its ability to support a wide range of languages. With support for over 100 languages, users can translate text between languages such as English, Spanish, French, Chinese, Arabic and many more. This broad language support ensures that users can communicate effectively with speakers of various languages, making the API suitable for a wide variety of applications and use cases.
The Google Text Conversion API provides text translation and language detection capabilities. Users can enter text in one language and receive a translated version in the desired target language. In addition, the API can automatically detect the language of the text entered, making it easy for users to translate content without having to manually specify the source language.
Overall, the Google Text Conversion API provides a powerful and versatile solution for integrating translation features into applications and websites. With support for more than 100 languages, text and speech translation capabilities, customizable translation options and reliable performance, the API provides users with the tools they need to communicate effectively across languages and reach global audiences.
What this API receives and what your API provides (input/output)?
It will receive parameters and provide you with a JSON.
Besides the number of API calls, there is no other limitation.
To use this endpoint just run it and you will get all the available languages.
{
"data": {
"languages": [
{
"language": "af"
},
{
"language": "ak"
},
{
"language": "am"
},
{
"language": "ar"
},
{
"language": "as"
},
{
"language": "ay"
},
{
"language": "az"
},
{
"language": "be"
},
{
"language": "bg"
},
{
"language": "bho"
},
{
"language": "bm"
},
{
"language": "bn"
},
{
"language": "bs"
},
{
"language": "ca"
},
{
"language": "ceb"
},
{
"language": "ckb"
},
{
"language": "co"
},
{
"language": "cs"
},
{
"language": "cy"
},
{
"language": "da"
},
{
"language": "de"
},
{
"language": "doi"
},
{
"language": "dv"
},
{
"language": "ee"
},
{
"language": "el"
},
{
"language": "en"
},
{
"language": "eo"
},
{
"language": "es"
},
{
"language": "et"
},
{
"language": "eu"
},
{
"language": "fa"
},
{
"language": "fi"
},
{
"language": "fr"
},
{
"language": "fy"
},
{
"language": "ga"
},
{
"language": "gd"
},
{
"language": "gl"
},
{
"language": "gn"
},
{
"language": "gom"
},
{
"language": "gu"
},
{
"language": "ha"
},
{
"language": "haw"
},
{
"language": "he"
},
{
"language": "hi"
},
{
"language": "hmn"
},
{
"language": "hr"
},
{
"language": "ht"
},
{
"language": "hu"
},
{
"language": "hy"
},
{
"language": "id"
},
{
"language": "ig"
},
{
"language": "ilo"
},
{
"language": "is"
},
{
"language": "it"
},
{
"language": "iw"
},
{
"language": "ja"
},
{
"language": "jv"
},
{
"language": "jw"
},
{
"language": "ka"
},
{
"language": "kk"
},
{
"language": "km"
},
{
"language": "kn"
},
{
"language": "ko"
},
{
"language": "kri"
},
{
"language": "ku"
},
{
"language": "ky"
},
{
"language": "la"
},
{
"language": "lb"
},
{
"language": "lg"
},
{
"language": "ln"
},
{
"language": "lo"
},
{
"language": "lt"
},
{
"language": "lus"
},
{
"language": "lv"
},
{
"language": "mai"
},
{
"language": "mg"
},
{
"language": "mi"
},
{
"language": "mk"
},
{
"language": "ml"
},
{
"language": "mn"
},
{
"language": "mni-Mtei"
},
{
"language": "mr"
},
{
"language": "ms"
},
{
"language": "mt"
},
{
"language": "my"
},
{
"language": "ne"
},
{
"language": "nl"
},
{
"language": "no"
},
{
"language": "nso"
},
{
"language": "ny"
},
{
"language": "om"
},
{
"language": "or"
},
{
"language": "pa"
},
{
"language": "pl"
},
{
"language": "ps"
},
{
"language": "pt"
},
{
"language": "qu"
},
{
"language": "ro"
},
{
"language": "ru"
},
{
"language": "rw"
},
{
"language": "sa"
},
{
"language": "sd"
},
{
"language": "si"
},
{
"language": "sk"
},
{
"language": "sl"
},
{
"language": "sm"
},
{
"language": "sn"
},
{
"language": "so"
},
{
"language": "sq"
},
{
"language": "sr"
},
{
"language": "st"
},
{
"language": "su"
},
{
"language": "sv"
},
{
"language": "sw"
},
{
"language": "ta"
},
{
"language": "te"
},
{
"language": "tg"
},
{
"language": "th"
},
{
"language": "ti"
},
{
"language": "tk"
},
{
"language": "tl"
},
{
"language": "tr"
},
{
"language": "ts"
},
{
"language": "tt"
},
{
"language": "ug"
},
{
"language": "uk"
},
{
"language": "ur"
},
{
"language": "uz"
},
{
"language": "vi"
},
{
"language": "xh"
},
{
"language": "yi"
},
{
"language": "yo"
},
{
"language": "zh"
},
{
"language": "zh-CN"
},
{
"language": "zh-TW"
},
{
"language": "zu"
}
]
}
}
curl --location --request GET 'https://zylalabs.com/api/3587/google+text+conversion+api/3957/languages' --header 'Authorization: Bearer YOUR_API_KEY'
To use this endpoint you must specify a base language and to translate. You must also specify a text.
Text translate - Endpoint Features
| Object | Description |
|---|---|
Request Body |
[Required] Json |
{
"data": {
"translations": [
{
"translatedText": "你好"
}
]
}
}
curl --location --request POST 'https://zylalabs.com/api/3587/google+text+conversion+api/3958/text+translate' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"q": "Hello",
"source": "en",
"target": "zh-CN",
"format": "text"
}'
To use this endpoint you must enter a text to detect the language of the text.
Detect Language - Endpoint Features
| Object | Description |
|---|---|
Request Body |
[Required] Json |
{
"data": {
"detections": [
[
{
"confidence": 1,
"language": "en",
"isReliable": false
}
]
]
}
}
curl --location --request POST 'https://zylalabs.com/api/3587/google+text+conversion+api/3959/detect+language' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"q": "Hello there"
}'
| 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.
To use this API, users must indicate the base language and the language to be translated. They must also indicate a text to obtain a fast and accurate translation.
Google Text Conversion API allows users to convert text between different formats and representations.
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 "GET Languages" endpoint returns a list of supported languages, while the "POST Text Translate" endpoint returns the translated text. The "POST Detect Language" endpoint provides the detected language along with a confidence score.
Key fields include "languages" in the "GET Languages" response, "translatedText" in the "POST Text Translate" response, and "language" and "confidence" in the "POST Detect Language" response.
Response data is structured in JSON format. Each endpoint returns a "data" object containing relevant information, such as translations or language detections, organized in arrays for easy access.
The "POST Text Translate" endpoint requires parameters for the source language, target language, and text to translate. The "POST Detect Language" endpoint requires only the text to analyze.
Users can customize requests by specifying different source and target languages in the "POST Text Translate" endpoint and by providing various text inputs for language detection.
Common use cases include translating website content for localization, aiding language learners in apps, facilitating international communication, and assisting travelers with translations in travel apps.
Data accuracy is maintained through advanced algorithms and machine learning techniques that continuously improve translation quality and language detection reliability.
Users can extract specific fields from the JSON response, such as "translatedText" for displaying translations or "language" for understanding detected languages, enabling seamless integration into applications.
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:
35ms
Service Level:
100%
Response Time:
18,989ms
Service Level:
100%
Response Time:
349ms
Service Level:
100%
Response Time:
746ms
Service Level:
100%
Response Time:
0ms
Service Level:
100%
Response Time:
462ms
Service Level:
100%
Response Time:
3,677ms
Service Level:
100%
Response Time:
731ms
Service Level:
100%
Response Time:
0ms
Service Level:
100%
Response Time:
0ms
Service Level:
100%
Response Time:
1,194ms
Service Level:
100%
Response Time:
1,808ms
Service Level:
100%
Response Time:
711ms
Service Level:
100%
Response Time:
519ms
Service Level:
100%
Response Time:
778ms
Service Level:
100%
Response Time:
2,233ms
Service Level:
100%
Response Time:
477ms
Service Level:
99%
Response Time:
393ms
Service Level:
100%
Response Time:
691ms
Service Level:
100%
Response Time:
7,340ms