Skip to content

Instantly share code, notes, and snippets.

@dotherightthing
Created August 15, 2019 08:44
Show Gist options
  • Save dotherightthing/7ed6458e9c628bfad8a78e0114feacec to your computer and use it in GitHub Desktop.
Save dotherightthing/7ed6458e9c628bfad8a78e0114feacec to your computer and use it in GitHub Desktop.
[Soundcloud API] Resurrecting panoramica.co.nz. #soundcloud #api

Soundcloud API

Created: 2017.04.14

Have a look at the Subresources section in the docs: http://developers.soundcloud.com/docs/api/users

If you know the user id, you can get their tracks/playlists using the following.

/users/{id}/tracks

/users/{id}/playlists

/users/{id}/favorites

SoundCloud HTTP API Reference

Users

https://developers.soundcloud.com/docs/api/reference#users

Retrieving your API key

https://soundcloud.com/you/apps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment