Reputation: 1208
Is it possible to search Soundcloud by music genre/tags when you use its API? How can I can go about doing it if it is possible?
Upvotes: 0
Views: 3091
Reputation: 1833
Try this :
You will find your Genre using sound cloud api, http://api.soundcloud.com/tracks?genres=rock&client_id=YOUR_CLIENT_ID.
I hope this will help you.
Upvotes: 0
Reputation: 11098
Yes. This is possible.
http://developers.soundcloud.com/docs/api/tracks#filtering
Upvotes: 1