GlobalWordsTranslate
Provides different features to work with words in more than 7000 languages. Features list: - Level 1 Translation (direct translation from one language to another, there are level 1 translations for most "popular" languages, for less "popular" languages, if level 1 translation does not exist then level 2 translation is an option, but not implemented yet) - Synonyms - Supported languages list -…
GlobalWordsTranslate endpoints
| Method | Endpoint | Description |
|---|---|---|
| Translate | ||
| POST |
/api/translate /api/translate |
Returns translation options for a given word in a given language to a target language. Results could be filtered out by quality threshold and/or count of options to return.… |
| Synonyms | ||
| POST |
/api/synonym /api/synonym |
Returns synonyms for a given word in given language. Results can be filtered out by quality threshold or count. |
| Suggestions | ||
| POST |
/api/suggestion /api/suggestion |
Returns suggestions of exact words texts by given start letters of the words. Can determine exact word with special letters or diacritics by provided start few letters without… |
| Languages | ||
| POST |
/api/language /api/language |
Returns all supported languages |
| POST |
/api/language/search /api/language/search |
Returns data of a certain language by ISO-639 code. Use this endpoint to check if API supports a language by the ISO-639 code. You can also check that ISO code and your… |
GlobalWordsTranslate pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | 1 / second |
|
| ULTRA Recommended | $9.98 / month | 5 / second |
|
| MEGA | $14.95 / month | 10 / second |
|