FastTranslate
FastTranslate supports 100+ languages with auto-detection. Unlike other translation APIs, it can translate full HTML content while preserving all tags, attributes, and structure -- perfect for translating entire websites and app UIs. Features include single text translation, batch translation (up to 100 texts per request), HTML translation, and language detection. Average response time under…
FastTranslate endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| GET |
listLanguages /api/v1/languages |
Get a full list of all 100+ supported languages with their language codes. |
| POST |
batchTranslate /api/v1/translate/batch |
Translate multiple texts at once. Up to 100 texts per request. All texts share the same source and target language. Each text is translated concurrently for maximum speed. |
| POST |
translateHTML /api/v1/translate/html |
Translate HTML content while preserving the HTML structure, tags, and attributes. Only visible text nodes are translated. Perfect for translating entire websites, web apps, and… |
| POST |
translateText /api/v1/translate/text |
Translate a single piece of text from one language to another. Supports 100+ languages. Set source to 'auto' to auto-detect the source language. |
| POST |
detectLanguage /api/v1/translate/detect |
Detect the language of a given text. Returns an ISO 639-1 language code (e.g. 'en', 'fr', 'es'). |
| GET |
healthCheck /api/v1/health |
Check if the API server is running and healthy. |
FastTranslate pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $9.99 / month | 50 / minute |
|
| ULTRA | $29.99 / month | 100 / minute |
|
| MEGA | $79.99 / month | 200 / minute |
|