Hellodan
Hellodan

Reputation: 1208

Is it possible to search by genre on Soundcloud API?

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

Answers (2)

Gautam Sareriya
Gautam Sareriya

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

Mob
Mob

Reputation: 11098

Yes. This is possible.

http://developers.soundcloud.com/docs/api/tracks#filtering

Upvotes: 1

Related Questions