[GH-ISSUE #401] issue with getting playlist using just playlist id #235

Closed
opened 2026-02-27 23:21:33 +03:00 by kerem · 2 comments
Owner

Originally created by @tank113 on GitHub (Nov 14, 2019).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/401

It seems client.py still uses old end-point for user_playlist function

https://api.spotify.com/v1/users/%s/playlists/%s

Where as spotify API for getting the playlist just needs playlist id and not users.

GET https://api.spotify.com/v1/playlists/{playlist_id}

Could anyone shade a light on this issue?

Originally created by @tank113 on GitHub (Nov 14, 2019). Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/401 It seems client.py still uses old end-point for user_playlist function `https://api.spotify.com/v1/users/%s/playlists/%s` Where as spotify API for getting the playlist just needs playlist id and not users. `GET https://api.spotify.com/v1/playlists/{playlist_id}` Could anyone shade a light on this issue?
kerem closed this issue 2026-02-27 23:21:33 +03:00
Author
Owner

@ritiek commented on GitHub (Nov 14, 2019):

Check out if #390 helps.

<!-- gh-comment-id:553898145 --> @ritiek commented on GitHub (Nov 14, 2019): Check out if #390 helps.
Author
Owner

@stephanebruckert commented on GitHub (Jan 12, 2020):

Good point @tank113

sp.playlist(id) has been added in https://github.com/plamere/spotipy/pull/414 and will be released soon

<!-- gh-comment-id:573370190 --> @stephanebruckert commented on GitHub (Jan 12, 2020): Good point @tank113 `sp.playlist(id)` has been added in https://github.com/plamere/spotipy/pull/414 and will be released soon
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotipy#235
No description provided.