Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Metal Category ID removed

Metal Category ID removed

Is there a reason for this category ID being removed? I used this category id flawlessly up until end of last year, when my application broke. I have since learnt that it was caused by the categoryID being removed.

 

 

 

 

 

curl -X "GET" "https://api.spotify.com/v1/browse/categories/metal?country=US&locale=en_US"

 

 

returns:

 

 

{
  "error": {
    "status": 404,
    "message": "Specified id doesn't exist"
  }
}

 

 

 

 

Reply
1 Reply

According to the list of categories, metal has a new ID of 0JQ5DAqbMKFDkd668ypn6O:

curl -H "Authorization: Bearer ..." 'https://api.spotify.com/v1/browse/categories'

So try the following:

curl -H "Authorization: Bearer ..." 'https://api.spotify.com/v1/browse/categories/0JQ5DAqbMKFDkd668ypn6O/playlists?country=US'

Note this sporadically returns 404 for me. This bug has been described elsewhere:

Suggested posts

Let's introduce ourselves!

Hey there you, ย  Yeah, you!ย 😁 ย  Welcome - we're glad you joined the Spotify Community! ย  While you here, let's have a fun game and getโ€ฆ

ModeratorStaff / Moderator/ 4 years ago  in Social & Random