Releases: soundcloud/api
Releases · soundcloud/api
2021-07-19
Security update
Enforcing the Authorization header for every request. In case it is not present API returns error Unauthorized 401.
Find more in our blog post.
2021-07-09
Security update
Response types token and code_and_token are deprecated for Authorization Code Flow.
Find more in our blog post.
2021-07-06
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_trackswas 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