Freemium
Google Cloud Translation API
Google Cloud Translation API enables developers to translate text between thousands of language pairs quickly and accurately. It supports dynamic translation for websites, apps, and documents, helping break language barriers globally. Available with freemium pricing tiers to support startups and enterprises.
1
Endpoints
0
Views
Jul 20, 2025
Last Checked
500,000 characters/month
Rate Limit
API Endpoints
Translates text between languages using Google's neural machine translation
Full URL
https://translation.googleapis.com/language/translate/v2/translate
Code Examples
curl -X POST 'https://translation.googleapis.com/language/translate/v2/translate' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "q": "Text to translate", "format": "text", "source": "en", "target": "es" }
Example Response
{
"data": {
"translations": [
{
"translatedText": "Hola Mundo",
"detectedSourceLanguage": "en"
}
]
}
}
Version
v2
Rate Limit
180,000 characters/minute
Tags
nlptranslation
Technical Details
Authentication
OAuth2Response Formats
JSONAvailability
globalStatus
Published Rate Limits
500,000 characters/month (free)
Supported Languages
100+ languages
Use Cases
multilingual apps
content localization
Related APIs
Discover similar APIs that might interest you