Skip to content

Releases: soundcloud/api

2023-09-05

05 Sep 08:17
8084df1
Compare
Choose a tag to compare

release notes

2023-02-10

10 Feb 13:12
8084df1
Compare
Choose a tag to compare

Extend /resolve endpoint to resolve on.soundcloud.com urls.

2023-02-02

02 Feb 12:23
8084df1
Compare
Choose a tag to compare

Extend /resolve endpoint to resolve on.soundcloud.com urls.

2023-01-25

25 Jan 11:39
8084df1
Compare
Choose a tag to compare

Extend /resolve endpoint to resolve on.soundcloud.com urls.

2023-01-17

17 Jan 11:02
8084df1
Compare
Choose a tag to compare

Extend /resolve endpoint to resolve on.soundcloud.com urls.

2022-03-24

24 Mar 09:54
8084df1
Compare
Choose a tag to compare

Deprecate the comments_count field on the User object. From now on, the field always has a 0 value.

2022-03-21

21 Mar 13:35
8084df1
Compare
Choose a tag to compare

Added a new access query parameter to the /me/likes/track endpoint.
Read more about track level access in API here

2021-12-09

09 Dec 13:42
8084df1
Compare
Choose a tag to compare

Fix the issue with the lost CORS headers in case of an error response.

2021-12-02

02 Dec 11:42
8084df1
Compare
Choose a tag to compare

Changed cursor parameter format in GET /me/activities/tracks, GET /me/activities, GET /me/activities/all/own,
GET /me/followings/tracks REST endpoints, the new format is an integer value instead of UUID.
This should not affect clients which use pagination links since they should be treated as opaque links.

2021-10-20

20 Oct 14:04
8084df1
Compare
Choose a tag to compare

Added validation for POST /tracks REST endpoint to verify file_name length is within 255 chars.
The new error response when the above condition is not satisfied is as below
HTTP 422 - UnprocessableEntity