Welcome to Cloudfeeds
You are using Soundcloud and you need a feed?
Here you are!
Cloudfeeds offers feeds for various Soundcloud-Resources!
RESTful
Cloudfeeds is basically a remix of the Soundcloud-API.
Following resources are available as feeds: users, tracks, groups, comments
Requesting these URL-Patterns will generate (in most cases) a feed:
URL-PatternSoundcloud-Resource/users/{user_id}/trackstracks/users/{user_id}/favoritestracks/users/{user_id}/followingsusers/users/{user_id}/followersusers/users/{user_id}/groupsgroups/users/{user_id}/commentscomments/groups/{group_id}/trackstracks/groups/{group_id}/usersusers/groups/{group_id}/moderatorsusers/groups/{group_id}/membersusers/groups/{group_id}/contributorsusers/tracks
tracks/tracks/{track_id}comments
user_id and track_id can either be the Soundcloud Integer-ID or the Permalink-Name (e.g. /users/laurent-garnier/tracks)!
For collections of resource tracks you can apply a filter like described in the API (e.g. /tracks?genres=techno,minimal&order=created_at)!
Of course, only public available resources are fetched!
Formats
Currently only RSS 2.0 is supported. You will get a minimal but valid RSS-Feed!
TODO: ATOM-Feeds



