New HTTP Service

Hi Developers,

if you’d like to use LanguageTool via HTTP without installing it yourself, you can now use our new HTTP service. It’s described at LanguageTool HTTP API

Let us know if you have questions or problems.

Regards
Daniel

Is it possible to get the HTTP Service to return JSON instead of XML? It would be great since that would fit right into the REST+javascript eco system…

If not available - is it an easy fix?

Thanks!

Is it possible to get the HTTP Service to return JSON instead of XML?
It would be great since that would fit right into the REST+javascript
eco system…

Currently only XML is supported. Parsing XML with Javascript is
actually easy:

Regards
Daniel