The API requests should point to the URL http://ipeirotis.appspot.com/readability/GetReadabilityScores. It requires the following parameters.
http://ipeirotis.appspot.com/readability/GetReadabilityScores?format=json&text=I%20do%20not%20like%20them%20in%20a%20box.%20I%20do%20not%20like%20them%20with%20a%20fox.
{"characters":42,"words":16,"sentences":2,"syllables":16,"complexwords":0,
"ari":-5.066,"colemanliau":-3.339,"fleschkincaid":-0.67,"fleschreading":114.115,
"gunningfog":3.2,"smog":3.129,"smogindex":3.0}
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.
http://ipeirotis.appspot.com/readability/GetReadabilityScores?format=txt&metric=SMOG&text=I%20do%20not%20like%20them%20in%20a%20box.%20I%20do%20not%20like%20them%20with%20a%20fox.
3.129
For any bug reports or feature requests, contact Panos Ipeirotis.
The code is available at Google Code.
