Google Translator
This API allows developers to easily translate words from one language to another without using the Google Translate API. The API is accessible via a simple GET request and requires the following parameters: "word" - the word or text to be translated "source_lang" - the source language of the text "dest_lang" - the destination language for the translation The API is powered by the translate…
Google Translator endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Translate /translate |
This will trnaslate word from source to desctination language. |
Google Translator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 100 / hour |
|
| PRO | $10 / month | 100 / hour |
|
| ULTRA | $19.99 / month | 200 / hour |
|
| MEGA | $49.99 / month | 500 / hour |
|