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

Spotify for Developers

Discuss building apps with Spotify APIs and SDKs

Start a topic

Forum Posts

Updating the Criteria for Web API Extended Access

Hey, I created this thread to get your feedback on our blog post around changes to the Web API extended access criteria, which will take place on May 15th. Please share any of your thoughts on this change in the comments below. All of your feedback w...

Spotify

ClassicRock67

Regular

16735 Views

109 replies

8 likes

Discussion
  • 16735 Views
  • 109 replies
  • 8 likes

resolve

headers = {"Authorization" : "application/json"}endpoint = "https://api.spotify.com/v1/search"data = urlencode({"type":"album","include_external":"audio"})print(data),lookup_url = f"{endpoint}?{data}"print(lookup_url)r= requests.get(lookup_url, data=...

Visitor

headers = { "Authorization" : "application/json" } endpoint = "https://api.spotify.com/v1/search" data = urlencode({"type":"album","include_external":"audio"}) print(data), lookup_url = f"{endp...

Ximzend

Spotify Star

259 Views

1 replies

0 likes

Discussion
  • 259 Views
  • 1 replies
  • 0 likes

Solved!!Superuser Contribution "User not registered in the Developer Dashboard" error with additional users on app

PlanPremiumCountryGermanyOperating System(Windows 11) My Question or Issue Hi, I'm using OAuth for my client side app made with Nextjs. I can make requests to the api after authentication with my account but other users cannot and the error is i get ...

Casual Listener

  Plan Premium Country Germany Operating System (Windows 11)   My Question or Issue   Hi, I'm using OAuth for my client side app made with Nextjs. I can make requests to the ...

Emmamarg

Visitor

1960 Views

3 replies

1 likes

  • 1960 Views
  • 3 replies
  • 1 likes

Has Anyone developed a web API or app to auto refill playlist and artist metadata?

Has Anyone developed a web API or app to auto refill playlist and artist metadata to combat false / malicious repeated playlist reporting from bots, etc? For a while Spotify has allowed false reporting to go on and automatically takes down the playli...

Regular

Has Anyone developed a web API or app to auto refill playlist and artist metadata to combat false / malicious repeated playlist reporting from bots, etc? For a while Spotify has allowed false reporti...

374 Views

0 replies

0 likes

API Pricing
App Development
False
metadata
Metadata correction
Playlist naming
Removal
reporting
  • 374 Views
  • 0 replies
  • 0 likes

Field filters using operators

Hi!How can I use in a query that includes filters like genre an operator? I want to get from the "https://api.spotify.com/v1/search" endpoint all the songs matching a keyword that are in at least 1 of the genres that I include in the search. Searchin...

Newbie

Hi! How can I use in a query that includes filters like genre an operator? I want to get from the "https://api.spotify.com/v1/search" endpoint all the songs matching a keyword that are in at le...

mrmikopi

Newbie

797 Views

1 replies

1 likes

genre
Query
Search
  • 797 Views
  • 1 replies
  • 1 likes

Extended Quota

Hi, we've an application (website A) where artists can generate landing pages (website B) where users can pre save their songs.Do we need to review website A or website B? If the answer si website B, which "application url" do we need to provide? Is ...

Newbie

Hi, we've an application (website A) where artists can generate landing pages (website B) where users can pre save their songs. Do we need to review website A or website B? If the answer si website ...

Ximzend

Spotify Star

272 Views

1 replies

0 likes

  • 272 Views
  • 1 replies
  • 0 likes

Audio features null

PlanPremiumCountryUSA Lately many new added tracks have { "audio_features": [ null ] }So there is no information on any of the audio features.I've never encountered this issue before since I keep track of my play history for the last three years. For...

Regular

  Plan Premium Country USA     Lately many new added tracks have { "audio_features": [ null ] } So there is no information on any of the audio features. I've never encoun...

323 Views

0 replies

1 likes

  • 323 Views
  • 0 replies
  • 1 likes

Extended quota rejected

Hey,We have a website in development where musicians can present their songs to curators. The curators write a feedback to the song. In return they get a small amount of money.If the curator wants, he can add the song 100% voluntarily (no compulsion)...

Regular

Hey, We have a website in development where musicians can present their songs to curators. The curators write a feedback to the song. In return they get a small amount of money. If the curator ...

Rotate99

Regular

388 Views

1 replies

0 likes

  • 388 Views
  • 1 replies
  • 0 likes

iOS: Track not play

I have used Spotify APIs and use the SpotifyAudioPlayback framework to play the tracks all are working fine 5-6 days ago but recently I face an issue with the track player it gives me an error for Premium Account required but my account is already pr...

Regular

I have used Spotify APIs and use the SpotifyAudioPlayback framework to play the tracks all are working fine 5-6 days ago but recently I face an issue with the track player  it gives me an error...

wiiwiiw

Roadie

624 Views

5 replies

0 likes

iOS Development
  • 624 Views
  • 5 replies
  • 0 likes

30-band EQ apps broken with SDK change: screenshot comparison with Spotify’s own 6-band EQ.

Spotify, Please note how the SDK change has ruined my enjoyment of your service by comparing these screenshots of MyuRa (on iOS) 30-band EQ (with 0.1 db of precision) with Spotify’s integrated 6-band EQ… an EQ that doesn’t even provide numerical feed...

Casual Listener

Spotify,    Please note how the SDK change has ruined my enjoyment of your service by comparing these screenshots of MyuRa (on iOS) 30-band EQ (with 0.1 db of precision) with Spotify’s in...

daveisthemusic

Casual Listener

646 Views

2 replies

3 likes

eq
SDK
streaming
  • 646 Views
  • 2 replies
  • 3 likes

Question about downloading

I want to control spotify to download songs through SDK in my appBecause I have been offline for a long timeI want to connect to Spotify and get a tracklist when I'm offlineOf course it's better to play musicHelp!!!Thanks!!!

Newbie

I want to control spotify to download songs through SDK in my app Because I have been offline for a long time I want to connect to Spotify and get a tracklist when I'm offline Of course it's bette...

291 Views

0 replies

0 likes

  • 291 Views
  • 0 replies
  • 0 likes

How to return all playlists that include a specific track

Hello, I'm interested in creating a tool that returns all playlists that include a certain track. The tool would be similar to the one used in these websites: https://www.chosic.com/spotify-playlist-search-tool-by-song-or-artist/https://vibify.net/Ex...

Newbie

Hello, I'm interested in creating a tool that returns all playlists that include a certain track. The tool would be similar to the one used in these websites:  https://www.chosic.com/spotify-p...

620 Views

0 replies

5 likes

Query
Web API
  • 620 Views
  • 0 replies
  • 5 likes

Getting track genre data without logging in.

PlanPremiumI am currently developing an app for personal use, that should fetch the genre of a track If I provide track ID. This I belive Is possible, but only with authentication/logging in. Is there a method where I can avoid logging in, since all ...

Visitor

Plan Premium I am currently developing an app for personal use, that should fetch the genre of a track If I provide track ID. This I belive Is possible, but only with authentication/logging in. Is ...

Ximzend

Spotify Star

939 Views

1 replies

0 likes

api
API request
music
  • 939 Views
  • 1 replies
  • 0 likes

drag songs so you can place them wherever you like in playlist

My Question or Issuewhy is it that i cant drag a song in my playlist and place it wherever i like in the playlist its so depressing that you cant place them in any order you like. like when i find a new artist or something and add 5 songs to my playl...

Visitor

My Question or Issue why is it that i cant drag a song in my playlist and place it wherever i like in the playlist its so depressing that you cant place them in any order you like. like when i find ...

Aimarekin

Newbie

396 Views

1 replies

0 likes

  • 396 Views
  • 1 replies
  • 0 likes

WEB Playback SDK Demo app doesn't work in build version

PlanPremiumCountryTurkeyDeviceAcer Nitro 5 AN515-57Operating SystemWindows 11 My Question or IssueI was trying to build an Fake UI for Spotify. First i created the ui and added interactivity using React.js. In production version, started using "npm r...

Newbie

Plan Premium Country Turkey Device Acer Nitro 5 AN515-57 Operating System Windows 11   My Question or Issue I was trying to build an Fake UI for Spotify. First i created the ui and add...

495 Views

0 replies

1 likes

Web Playback API
Web SDK custom player
  • 495 Views
  • 0 replies
  • 1 likes

Adding Favorite artists onto profile

PlanPremiumCountryAny country should have access to it, however I'm from AustraliaDevice(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or IssueI evidently don't have any issues f...

Newbie

  Plan Premium Country Any country should have access to it, however I'm from Australia Device (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016) Operating System (iOS 10, Android ...

273 Views

0 replies

0 likes

Discussion
  • 273 Views
  • 0 replies
  • 0 likes

Albums with tracks restricted by product

PlanFree My Question or IssueHi, I'm using the REST API, more specifically, the "Get Album Tracks" operation. According to the official docs (https://developer.spotify.com/documentation/web-api/reference/#/operations/get-track) the reasons for restri...

Casual Listener

Plan Free   My Question or Issue Hi, I'm using the REST API, more specifically, the "Get Album Tracks" operation. According to the official docs (https://developer.spotify.com/documentation/...

juaaloval

Casual Listener

358 Views

2 replies

0 likes

  • 358 Views
  • 2 replies
  • 0 likes

No stats

There are no danceability energy positiveness liveness stats for seven of my songs in my album the Evolution Of. Where are they? My Spotify Artist name is Abs2217.

Newbie

There are no danceability energy positiveness liveness stats for seven of my songs in my album the Evolution Of. Where are they? My Spotify Artist name is Abs2217.

317 Views

0 replies

0 likes

  • 317 Views
  • 0 replies
  • 0 likes

Solved!! Playlist full

any one got this problem..?   

Screenshot_2022-09-01-11-21-53-955_com.microsoft.emmx.png Screenshot_2022-09-01-11-15-46-687_com.spotify.music.png

Regular

any one got this problem..?    

Ximzend

Spotify Star

417 Views

1 replies

0 likes

  • 417 Views
  • 1 replies
  • 0 likes

Having Issue Problem With Using Spotify

PlanFree CountryMalaysia Device(Dell Inspiron 15 3000)Operating System(Window 11) My Question or IssueDear Spotify Developers i am having problem with using Spotify. The Spotify server somehow cant even auto connect access through Discord or somehow ...

Newbie

  Plan Free   Country Malaysia   Device (Dell Inspiron 15 3000) Operating System (Window 11)   My Question or Issue Dear Spotify Developers   i am having probl...

287 Views

0 replies

0 likes

Problem with connection
  • 287 Views
  • 0 replies
  • 0 likes

multiple instances of Web Playback

Hey, I was wondering if the following scenario will be possible to implement, I'm assuming that yes but I have troubles creating a proof of concept, let me explain: I would like to create an application which for now will play random songs from Spoti...

Screenshot 2022-06-22 222420.png

Regular

Hey,  I was wondering if the following scenario will be possible to implement, I'm assuming that yes but I have troubles creating a proof of concept, let me explain:   I would like to cr...

polishwonderboy

Regular

2080 Views

5 replies

1 likes

  • 2080 Views
  • 5 replies
  • 1 likes