LanguageDetect API
### What It Does LanguageDetect API identifies the language of any text using trigram analysis — the same statistical technique used in academic NLP research. Submit a text string and receive the detected language, confidence score, ISO 639-3 code, human-readable name, native name, and writing script. It is fully self-contained with no external API dependencies, making it reliable and fast for…
LanguageDetect API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Detection | ||
| POST |
/detect /detect |
Detect the language of the provided text. Returns the detected language code, name, script type, and a confidence score (0–1). |
| POST |
/batch /batch |
Detect the language of multiple texts in one request. Batch size: BASIC=1, PRO=20, ULTRA=100, MEGA=500. |
| Info | ||
| GET |
/languages /languages |
Returns the full list of detectable languages. |
LanguageDetect API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 60 / minute |
|
| PRO | $9 / month | 300 / minute |
|
| ULTRA | $29 / month | 600 / minute |
|
| MEGA Recommended | $99 / month | 1200 / minute |
|