Word to Word Translator
The Word-to-word API provides programmatic access to translate words from and to different languages. It is probably world fastest words translator API! Providing approximate/contextual (machine learning and human based) translations. Note: This is to be used as a multilingual search engine (or depending on your wishes for other NLP purposes) and not for mere translation purposes. Although you…
Word to Word Translator endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| GET |
Language detection /api/detect_language |
`detect_language` is a facilitator API to detect language of texts. Note that this API is very accurate and at the same time very fast as it relies on state of art machine… |
| GET |
meta /api/meta |
`meta` is simply to track of the current information about our back-end. The **Word to Word Translator** has been tested in every way possible, although You can expect changes as… |
| GET |
Word translation /api/translate |
`translate` is the core API of our service. Note that `translate` is not suited for sentences or longer texts. There are way better services for that (like Google translation API… |
Word to Word Translator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | 600 / hour |
|
| ULTRA | $100 / month | 1000 / hour |
|