Google Translator
The "Translation API" is a powerful and versatile language translation service that allows users to effortlessly translate text from one language to another. Built on top of Firebase Cloud Functions, this API provides a simple and efficient way to access Google Translate's extensive language translation capabilities.
Google Translator endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Translate /translate |
This endpoint retrieves the translation for from one language to another. The API detect the language automatically and translate it to the desired language. Parameters: text:… |
| GET |
Detect the Language /detect-language |
This endpoint detect the language of the text. |
| GET |
Get Language List /language-list |
The "Language List API" provides a flexible and comprehensive endpoint for accessing language information in ISO 639-1 standard. This endpoint offers two different… |
Google Translator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $7.99 / month | — |
|
| ULTRA Recommended | $14.99 / month | — |
|
| MEGA | $54.99 / month | — |
|