Google Cloud Translate
Google Cloud Translation API — The world's most accurate translation service, powered by Google's Neural Machine Translation. Translate text between 195+ languages with automatic language detection. Same technology that powers Google Translate. ## Why Use This API? - **195+ Languages** — The widest language coverage available - **Neural Machine Translation** — Google's state-of-the-art NMT for…
Google Cloud Translate endpoints
| Method | Endpoint | Description |
|---|---|---|
| translate | ||
| GET |
listLanguages /translate/languages |
Get all 195+ supported languages with their names. |
| POST |
translateText /translate |
Translate text to any of 195+ languages. Supports auto-detection of source language and batch translation. |
| POST |
detectLanguage /translate/detect |
Detect the language of the given text with confidence score. |
Google Cloud Translate pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $100 / month | — |
|
| MEGA | $1,000 / month | — |
|