Skip to content

Releases: soundcloud/api

2021-07-19

19 Jul 09:42
128d90d

Choose a tag to compare

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

09 Jul 11:25
128d90d

Choose a tag to compare

Security update

Response types token and code_and_token are deprecated for Authorization Code Flow.

Find more in our blog post.

2021-07-06

06 Jul 13:32
128d90d

Choose a tag to compare

Security update

Grant type password is deprecated.

Find more in our blog post.

2021-06-28

28 Jun 10:01
128d90d

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

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

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

Choose a tag to compare

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