Fantastic reviews in exactly ten words – no more, no less. 11431 reviews written, 4822 things reviewed…
Currently the API is in alpha stage, so anything could change at any point, but if anything does, then I'll keep anyone who's registered for an API key in the loop.
In order to access the API, you need a key. The key is linked to whatever application you've decided to put together, and lets me see who's using the API for what. To get an API key, just fire off an email to neil at this domain and let me know what your ten word username is and how you expect to be using the API.
The get function allows you to get a lovely list of reviews off the server, sorted by popularity or by date for any user, category, review page or combination of the above. Only the key is mandatory, everything else is optional.
To retrieve the five most popular reviews by workingwithme as a PHP serialised array:
http://thetenwordreview.com/api/reviews/get
?key=whateveryourkeyis&order=p&user=workingwithme &output=php&num=5
To retrieve the seven latest movie reviews as an RSS feed:
http://thetenwordreview.com/api/reviews/get
?key=whateveryourkeyis&order=d&cat=movie&num=7
Simply write exactly ten words about the thing you're reviewing.
TheTenWordReview.com is looked after by Neil Crosby. Page rendered in about 0.01 seconds.