Google Translate API
Google Translate API is a simple REST API that allows you to detect the language of a given text, translate text between languages, and convert text to speech. It does not require Google Cloud setup.
Google Translate API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Text to Speech /speech.php |
Text to Speech |
| POST |
Translate /translate.php |
Translate |
| POST |
Detect Language /detectlang.php |
Detect Language |
Google Translate API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $59.99 / month | — |
|
| MEGA Recommended | $99.99 / month | — |
|