Search code examples
apisoundcloud

Soundcloud explore section


I am exploring soundcloud's API, and I have seen that thought through the web you can access explore sections, I haven't found any docs that help you to do so through the API.

Anyone has tried this before?


Solution

  • soundcloud explore section uses new API calls that are still not documented. same with stream. but you can check under the hood (in chrome developer tools -> network tab) to find new api calls.

    for example, main explore section points to https://api.soundcloud.com/explore/sounds/category?limit=10&offset=0&linked_partitioning=1 and rock section points to https://api.soundcloud.com/explore/sounds/category/rock?limit=10&offset=0&linked_partitioning=1

    p.s. don't forget to include your client id in the calls