Translate it
# Translate It API Fast and accurate text translation between multiple languages. Simple REST API that delivers high-quality translations with a clean JSON interface. ## Quick Example **Request:** ```bash curl --request POST \ --url https://translate-it1.p.rapidapi.com/translate \ --header 'Content-Type: application/json' \ --header 'x-rapidapi-host: translate-it1.p.rapidapi.com' \ --header…
Translate it endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
options /options |
With this endpoint you can get the supported languages and the possible translations between them |
| POST |
translate /translate |
with this endpoint you can translate text from one language to another one with the following params: q, source, target (q is the text to translate, source is the language of the… |
Translate it pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $1 / month | — |
|
| ULTRA Recommended | $10 / month | — |
|
| MEGA | $40 / month | — |
|