Releases: soundcloud/api
Releases · soundcloud/api
2021-06-28
Feature request
New endpoint for fetching user's liked playlists:
- /users/:userId/likes/playlists
- /me/likes/playlists
Find details on the usage in our API Explorer.
2021-06-25
Adds created_at, comments_count and likes_count to the User object
2021-06-24
Feature request
- to allow clients request playlists with/without tracks, a new boolean flag
show_tracks
was added to the following endpoints:- /playlists
- /me/playlists
- /playlists/{playlist_id}
- /users/{user_id}/playlists
For more details on usage: https://developers.soundcloud.com/docs/api/explorer/open-api
2021-06-22
Adds linked partitioning to GET /tracks/{track_id}/favoriters