7

I'm building an app, and trying to use API /tracks using the 'q' filter. This queries SoundCloud and retrieves songs based on search terms. Simple enough.

My problem: it seems like the search functionality is crippled using /tracks when compared to the search feature found on soundcloud.com itself.

The results seem to be much lower quality via the API, whereas searching directly on the website returns high-quality results.

Could a SoundCloud engineer comment on this?

4

1 回答 1

0

确保您使用的是“q”参数而不是“查询”。

SC.get('/tracks', {q:"keyword"}, function(tracks) { console.log(tracks) })

于 2014-07-28T21:02:04.380 回答