我正在探索soundcloud的API,我已经看到您可以通过网络访问explore sections,我没有找到任何可以通过API帮助您这样做的文档。
之前有人试过这个吗?
答案 0 :(得分:2)
soundcloud explore section使用尚未记录的新API调用。与流相同。 但您可以查看引擎盖(在chrome开发人员工具 - >网络标签中)以查找新的API呼叫。
例如,主要探索部分指向https://api.soundcloud.com/explore/sounds/category?limit=10&offset=0&linked_partitioning=1
和岩石部分指向
https://api.soundcloud.com/explore/sounds/category/rock?limit=10&offset=0&linked_partitioning=1
P.S。不要忘记在通话中包含您的客户ID
答案 1 :(得分:2)
API已更新。您可以使用以下URL访问探索部分(基于@ cucko的回复):
https://api-v2.soundcloud.com/explore/categories?limit=10&offset=0&linked_partitioning=1
在通话中使用客户端ID:
https://api-v2.soundcloud.com/explore/categories?limit=10&offset=0&linked_partitioning=1&client_id=YOUR_CLIENT_ID
答案 2 :(得分:1)
API已更新。您可以使用以下网址
https://api-v2.soundcloud.com/charts?kind=top&genre=soundcloud%3Agenres%3Aall-music&limit=20&offset=0&linked_partitioning=1&client_id=YOUR_CLIENT_ID