Free powerful language detection JSON API from more than 400 languages.
Language detection service. It accepts text and returns result with detected language code and score.
{ "success": boolean, "text": { "data": text, "length": integer }, "length": integer, "langs": [ { "code": text, "name": text, "confidence": numeric, "url": text } ] }
{ "success": boolean, "error": text }