Ultimate Google Translation API (Auto Language Detection)
The **Ultimate Google Translation API** provides lightning-fast access to Google's internal Neural Machine Translation engine. Designed specifically for developers who need extreme speed and advanced formatting support, this API handles everything from simple text detection to translating deeply nested HTML and raw JSON objects—all in milliseconds. If you are building i18n features, localizing…
Ultimate Google Translation API (Auto Language Detection) endpoints
| Method | Endpoint | Description |
|---|---|---|
| translate | ||
| POST |
translateJson /translate/json |
Translate the values of a JSON object while keeping the exact same keys. Max 10 root keys. |
| POST |
translateText /translate |
Translate a single string of text. Supports auto-detection of the source language. |
| POST |
translateHtml /translate/html |
Translate HTML strings without breaking the tags (e.g., , ). |
| POST |
translateBatch /translate/batch |
Translate an array of up to 5 strings in parallel for maximum speed. |
| detect | ||
| POST |
detectLanguage /detect |
Detect the language of a given text and return its language code and confidence score. |
Ultimate Google Translation API (Auto Language Detection) pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $4.99 / month | 5 / second |
|
| ULTRA | $14.99 / month | 15 / second |
|
| MEGA | $29.99 / month | 50 / second |
|