Readability Metrics API

This API can be used to compute a set of readability metrics. It is RESTful web service and can be called either through a GET or through a POST call. (The latter is recommended for longer texts.)

The API requests should point to the URL http://ipeirotis.appspot.com/readability/GetReadabilityScores. It requires the following parameters.

Parameters

Examples

Call: A JSON call for the text I do not like them in a box. I do not like them with a fox.

Call: A call to return in txt format the SMOG score for for the text I do not like them in a box. I do not like them with a fox.


For any bug reports or feature requests, contact Panos Ipeirotis.
The code is available at Google Code.
Powered by Google App Engine