spotify-web-api-js icon indicating copy to clipboard operation
spotify-web-api-js copied to clipboard

`getCategoryPlaylists` endpoint no longer exists

Open CodrinSocol opened this issue 6 months ago • 0 comments

Describe the bug I think Spotify removed the endpoint used in the getCategoryPlaylists function. I tried fetching the list of playlists of the Chart Category, using the following url https://api.spotify.com/v1/browse/categories/0JQ5DAudkNjCgYMM0TZXDw/playlists, which returns a 404 status.

Moreover, the getCategoryPlaylists function JSDoc link that points to the official Spotify API documentation does not work. EDIT: The Spotify Developer Docs URL changed from https://developer.spotify.com/web-api/get-categorys-playlists/ to https://developer.spotify.com/documentation/web-api/reference/get-a-categories-playlists. Their Documentation clearly states that the endpoint has been deprecated and no longer available.

CodrinSocol avatar Apr 07 '25 13:04 CodrinSocol