Google Translate
Translate text between more than 250 languages using the translate.google.com service.
4 subscribers
9.6/10 popularity
28 ms avg latency
100% success rate
3 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Google Translate endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Translate /translate |
Translates text from one language to another using Google Translate, with automatic source language detection when `source_language=auto`. Content inside `{{...}}` is not… |
| POST |
Detect Language /detect |
Detects the language of a text. Same flow as `/translate` (request with sl=auto), but the response only returns the detected language without translatedText. Only the first 2500… |
| GET |
Supported Languages /languages |
Returns the full list of languages supported by Google Translate (code + name) — used as the value for `source_language`/`target_language`. |
Google Translate pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | 2 / second |
|
| ULTRA | $100 / month | 5 / second |
|
| MEGA | $500 / month | 10 / second |
|