Main Page
From AideRSS API Documentation
Contents |
Background
The AideRSS API has been created to let users and partners to easily add AideRSS functionality to their own projects. The API is designed to provide data in a form that can easily be integrated your application, site or widget. The API is provided free of charge but its use is subject to acceptance of our API License Agreement.
The philosophy behind our API is to provide full functional parity of what users see within MyFeeds and our widgets. Currently you can retrieve the Top Posts, Feed Stats and Entry Stats for a given Feed ID. In addition you can retrieve the actual RSS Feed with the PostRank RSS Extension for a given feed.
All calls to the API are via REST requests and you can specify an XML, JSON or plain text response format. There is an additional option to include a JSONP callback. We also provide a Ruby gem and PHP class for our API (see below).
Getting Help
If you have any questions, comments or suggestions please visit GetSatisfaction.
API Code Libraries
You can download a Ruby gem (with RDoc documentation) for use with our API.
There is also a PHP Class.
Example Applications
Nizz is our example application, built entirely on our APIs in one afternoon. Take a look at the example that uses this application.

