Bidirectional Text Language Translation
Translate to and from 30 major languages. Request based not character count. Highly cost effective, almost free as compared to other major engines. Three endpoints Translate, Detect & Supported Languages. "code":"en","name":"English" "code":"ar","name":"Arabic" "code":"az","name":"Azerbaijani" "code":"zh","name":"Chinese" "code":"cs","name":"Czech" "code":"da","name":"Danish"…
Bidirectional Text Language Translation endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Translate /translate.php |
takes source text, from language and to language and provides results in a very simple object. Languages specified are in two character ISO codes. if lang_from is not specified… |
| GET |
Detect Language /detect.php |
If you want to detect language only and not translate you can provide the text parameter and the detected language will be provided in the results |
| GET |
Get Supported Languages /languages.php |
takes no inputs and provides an array of supported language with iso 2 code and name of language in english. |
| POST |
Translate Big Text /translate.php |
takes source text, from language and to language and provides results in a very simple object. Languages specified are in two character ISO codes. if lang_from is not specified… |
Bidirectional Text Language Translation pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO | $9.99 / month | 10 / second |
|
| ULTRA | $24.99 / month | 30 / second |
|
| MEGA | $99.99 / month | 60 / second |
|