The Feedhop API
Introduction
The API allows developers and external applications to retrieve and insert data from and into Feedhop. If you're missing a something here please let us know so we can improve this API.
There are no restrictions on the use of our API. However, be aware that we currently cache our API GET responses for an hour.
Available methods
user_subscriptions
Retrieves a user's subscriptions.
URL: http://feedhop.com/api/user_subscriptions/username/
Method: GET
Output: OPML
Parameters:
- username. Required. Example: http://feedhop.com/api/user_subscriptions/johndoe/.
user_recommendations
Retrieves a user's recommendations.
URL: http://feedhop.com/api/user_recommendations/username/
Method: GET
Output: OPML
Parameters:
- username. Required. Example: http://feedhop.com/api/user_recommendations/johndoe/.
user_addfeed
Coming soon.
user_addopml
Coming soon.
feed_related
Retrieves a feed's related feeds.
URL: http://feedhop.com/api/feed_related/?url=feedurl
Method: GET
Output: OPML
Parameters:
- feedurl. Required. Example: http://feedhop.com/api/feed_related/?url=http://example.com/feed/.