dev.languagetool.org

Public HTTP Proofreading API

We offer a simple HTTPS REST-style service that anybody can use to check texts with LanguageTool. The only public endpoint is the following one - do not send your requests to any other endpoints you might find in the homepage’s HTML code or elsewhere:

https://api.languagetool.org/v2/check

Example usage:

curl -d "text=This is an test." -d "language=auto" https://api.languagetool.org/v2/check

When using it, please keep the following rules in mind:

API documentation

See the JSON API.

Libraries to simplify usage

OSZAR »