Announcements

Help Wizard

Step 1

NEXT STEP

Funk category is missing from the API

Funk category is missing from the API

The /browse/categories endpoint returns a category "funk"

curl --request GET \
  --url 'https://api.spotify.com/v1/browse/categories?limit=0&offset=50' \
  --header 'Authorization: Bearer 1PO....'
{
	"href": "https://api.spotify.com/v1/browse/categories/funk",
	"icons": [
		{
			"height": null,
			"url": "https://t.scdn.co/images/f4f0987fcab446fcaa7173acb5e25701.jpeg",
			"width": null
		}
	],
	"id": "funk",
	"name": "Funk"
}

 But trying to get that category would return a 404. All other categories I've tried would return the station list.

Reply
0 Replies

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