Skip to content

Releases: soundcloud/api

2026-03-24

24 Mar 08:36
75e4c1d

Choose a tag to compare

API Public Release Notes

List user reposts (tracks and playlists)

  • GET /me/reposts/tracks – Returns the authenticated user's track reposts (cursor-based pagination, supports linked_partitioning and access).
  • GET /me/reposts/playlists – Returns the authenticated user's playlist reposts (cursor-based pagination, supports linked_partitioning).
  • GET /users/{user_urn}/reposts/tracks – Returns a user's track reposts (cursor-based pagination, supports linked_partitioning and access).
  • GET /users/{user_urn}/reposts/playlists – Returns a user's playlist reposts (cursor-based pagination, supports linked_partitioning).

Implements api#62 and api#379.

Quiet mode (reveal_stats / reveal_comments)

Tracks now support quiet mode attributes so creators can hide stats and comments.

  • reveal_stats (boolean): When false, play count and favorite count are hidden on the track. Default is true.
  • reveal_comments (boolean): When false, comments are hidden on the track. Default is true.

You can set these when creating or updating a track (JSON body or form params). They are returned in the track representation. See API issue #257.

2026-03-23

23 Mar 11:17
75e4c1d

Choose a tag to compare

API Public Release Notes

Fixed

  • GET /tracks with only urns or ids (fixes #363)

2025-06-24

24 Jun 10:37
668967f

Choose a tag to compare

downloadCounts is deprecated in the response for write operations on tracks (create, update) and will be removed soon

2025-04-23

23 Apr 11:17
668967f

Choose a tag to compare

Updated Swagger and Open Api Spec: deprecation of numeric IDs, replaced by string URN

2025-04-21

21 Apr 19:10
668967f

Choose a tag to compare

Introduce strings URN that replace current numeric id in requests and responses

2023-09-05

05 Sep 08:17
8084df1

Choose a tag to compare

release notes

2023-02-10

10 Feb 13:12
8084df1

Choose a tag to compare

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

2023-02-02

02 Feb 12:23
8084df1

Choose a tag to compare

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

2023-01-25

25 Jan 11:39
8084df1

Choose a tag to compare

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

2023-01-17

17 Jan 11:02
8084df1

Choose a tag to compare

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