Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Feature request: Liked stations

Open
#581 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Active
Domain
api, backend

Research direction

Start by reviewing issue #572 and the existing station API behavior. Confirm how station URNs and current like-related endpoints are represented, then define and implement the proposed like, unlike, and list-liked-stations operations. Done means the three operations are available with consistent responses and documented behavior.

Written by the indexing model from the issue text.

Description

enhancement

Thank you so much for adding stations to the API in #572!

I would also like the ability to like a station and view liked stations (already possible on the web / iOS clients).

Perhaps some new endpoints like:

  • like a station: POST /likes/system-playlists/{urn}
  • unlike a station: DELETE /likes/system-playlists/{urn}
  • list liked stations: GET /me/likes/system-playlists

Thanks in advance!

Dominant language
JavaScript
Stars
254
Forks
53
PR merge metrics
No merged PRs in 30d

Getting set up

We have not checked this project's setup files yet. Start from its README, and see our first-contribution guide for the general steps.

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from soundcloud/api

All issues in soundcloud/api

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.