Skip to content

Releases: soundcloud/api

2021-06-28

28 Jun 10:01
128d90d
Compare
Choose a tag to compare

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

25 Jun 08:23
128d90d
Compare
Choose a tag to compare

Adds created_at, comments_count and likes_count to the User object

2021-06-24

24 Jun 14:35
128d90d
Compare
Choose a tag to compare

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

22 Jun 13:48
128d90d
Compare
Choose a tag to compare

Adds linked partitioning to GET /tracks/{track_id}/favoriters