简体   繁体   中英

How to filter spotlight tracks in soundcloud API

I'm currently working on an iOS app using the Soundcloud API, and it's working great so far. Something that I haven't been able to figure out, however, is how to construct an URL in order to get only the tracks pinned as spotlight tracks from a certain user.

For example, let's say I'm using the following URL: http://api.soundcloud.com/users/username/tracks.json?client_id=mySecretId

I've carefully gone through the API documentation at developers.soundcloud.com/docs/api/, but it feels like there's a subresource I'm missing.

I'm aware that I can use the created_at filter to show the most recently added tracks, but if I'm understanding the platform correctly, a spotlight track does not necessarily have to be one of the most recently added?

I would be ever so grateful for feedback on this subject!

Cheers

/Anders

抱歉,无法通过公共API使用Spotlight。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM