Help Wizard

Step 1

NEXT STEP

Spotify for Developers

Discuss building apps with Spotify APIs and SDKs

Start a topic

Forum Posts

Important: App review and quota extension waiting times

The Spotify for developers platform helps many bring their ideas to life. Whether it's a short term app helping an artist’s release or something more long term - there is always a chance of success. Things start to grow and then you might also need w...

  • Moderator
  • Moderator
  • isunilx
  • Casual Listener
  • 16708 Views
  • 122 replies
  • 19 likes
  • 16708 Views
  • 122 replies
  • 19 likes

recieve the updates on song without API polling

I want to integrate spotify with my app.After login and retrieving the tokens, I want to take some actions on my application on the basis of currently playing song.How can I get the currently playing track details without polling the API

  • Newbie
  • I want to integrate spotify with my app. After login and retrieving the tokens, I want to take some actions on my application on the basis of currently playing song. How can I get the currently pla...
  • Ximzend
  • Roadie
  • 78 Views
  • 1 replies
  • 0 likes
  • 78 Views
  • 1 replies
  • 0 likes

Spotify Search API issue

PlanPremiumCountryIndiaDeviceLaptopOperating SystemWindows 11 My Question or IssueHow do i retrieve the id for a specific track using Search API as there are multiple track names with the same name ? For example , I am trying to search and retrieve t...

  • Music Fan
  • Plan Premium Country India Device Laptop Operating System Windows 11   My Question or Issue How do i retrieve the id for a specific track using Search API as there are multiple track n...
  • BuggerMe
  • Music Fan
  • 124 Views
  • 1 replies
  • 0 likes
  • "search"
    Search API
  • 124 Views
  • 1 replies
  • 0 likes

Max retries reached, too many 429 error responses on 'audio_features' endpoint only

PlanPremiumCountryPhilippines My Question or IssueMy first app worked earlier. But after one loop through a 700-song playlist, it started giving me an Error 429. Normally this would be fine, but there's also no 'Retry-After' in the HTTPS response hea...

  • Casual Listener
  • Plan Premium Country Philippines   My Question or Issue My first app worked earlier. But after one loop through a 700-song playlist, it started giving me an Error 429. Normally this would ...
  • BuggerMe
  • Music Fan
  • 2399 Views
  • 8 replies
  • 3 likes
  • Possible Bug
  • 2399 Views
  • 8 replies
  • 3 likes

Getting error 429 when using audio_features (even for a single track)

track_features = sp.audio_features(["3GYlZ7tbxLOxe6ewMNVTkw"])This is my code and this is the error I'm gettingMax Retries reachedurllib3.exceptions.ResponseError: too many 429 error responsesThe above exception was the direct cause of the following ...

  • Casual Listener
  •   track_features = sp.audio_features(["3GYlZ7tbxLOxe6ewMNVTkw"]) This is my code and this is the error I'm getting Max Retries reached urllib3.exceptions.ResponseError: too many 429 error r...
  • dmwatibo
  • Casual Listener
  • 477 Views
  • 3 replies
  • 1 likes
  • Feature Request
    Possible Bug
    Question
  • 477 Views
  • 3 replies
  • 1 likes

The playlist creation endpoint is frequently returning "502 Error while loading resource"

The playlist creation endpoint (docs) is frequently returning HTTP error code 502 and a response body that looks like: {"error": {"status": 502, "message": "Error while loading resource" } } This has completely broken the app that I develop, and is t...

  • Regular
  • The playlist creation endpoint (docs) is frequently returning HTTP error code 502 and a response body that looks like:   {"error": {"status": 502, "message": "Error while loading resource" } }...
  • nathancoleman
  • Regular
  • 287 Views
  • 4 replies
  • 1 likes
  • Possible Bug
  • 287 Views
  • 4 replies
  • 1 likes

Commercial Licensing

Is it ever possible to get a commercial license for the Spotify API? If so, how can Irequest one?

  • Visitor
  • Is it ever possible to get a commercial license for the Spotify API?  If so, how can Irequest one?  
  • Ximzend
  • Roadie
  • 90 Views
  • 1 replies
  • 0 likes
  • Commercial Licensing
  • 90 Views
  • 1 replies
  • 0 likes

Solved!! Can't get recently played songs -

My Question or IssueHello, I'm trying to get my recently played songs and getting an error message saying. {'error': {'status': 500, 'message': 'Server error.'}} I'm using the correct scope: data = { 'grant_type' : 'client_credentials', 'client_id' :...

  • Newbie
  •     My Question or Issue Hello,  I'm trying to get my recently played songs and getting an error message saying.  {'error': {'status': 500, 'message': 'Server error.'}} &nbs...
  • Ximzend
  • Roadie
  • 87 Views
  • 1 replies
  • 0 likes
  • Question
  • 87 Views
  • 1 replies
  • 0 likes

Can I Get Audio Data Using The API?

PlanFreeCountryCanadaDevice(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.)Windows 11My Question or IssueHey,I had a question regarding what Spotify's API can do.Lets say I'm making a musical ...

  • Regular
  • Plan Free Country Canada Device (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016) Operating System (iOS 10, Android Oreo, Windows 10,etc.) Windows 11 My Question or Issue Hey, I had...
  • DaBoss4
  • Regular
  • 290 Views
  • 8 replies
  • 0 likes
  • API Question
  • 290 Views
  • 8 replies
  • 0 likes

[Web API] Adding tracks to a public playlist requires playlist-modify-private scope

Hello everyone ! My use case :Via the Spotify Web API, I want to create a public playlist and add tracks to it.My implementation :I setup a spotify auth flow that requires the playlist-modify-public scope.Then when I get the auth token I create the p...

  • Casual Listener
  • Hello everyone !    My use case : Via the Spotify Web API, I want to create a public playlist and add tracks to it. My implementation : I setup a spotify auth flow that r...
  • blackarcanis
  • Roadie
  • 1073 Views
  • 34 replies
  • 5 likes
  • Possible Bug
  • 1073 Views
  • 34 replies
  • 5 likes

Can't set playlist to privat via the API

PlanPremiumCountryGermany `Put`ting a playlist to `public: false` via the API does not work (https://developer.spotify.com/documentation/web-api/reference/change-playlist-details). On the next request, the URL is `public: true` again. Moreover, doing...

  • Newbie
  • Plan Premium Country Germany   `Put`ting a playlist to `public: false` via the API does not work (https://developer.spotify.com/documentation/web-api/reference/change-playlist-details). O...
  • 54 Views
  • 0 replies
  • 1 likes
  • Possible Bug
  • 54 Views
  • 0 replies
  • 1 likes

How do I search for specific episodes in a podcast feed?

I'm searching a podcast feed for an episode that dropped 3 years ago. This podcast is daily and has been posting for years, but the results from manually scrolling their feed stop after 1.5 years, and even searching key terms and the exact episode ti...

  • Visitor
  • I'm searching a podcast feed for an episode that dropped 3 years ago. This podcast is daily and has been posting for years, but the results from manually scrolling their feed stop after 1.5 years, an...
  • 69 Views
  • 0 replies
  • 0 likes
  • 69 Views
  • 0 replies
  • 0 likes

Querying via Web App API

We are having an issue with the web app api. We are able to authenticate and generate the bearer token, however, when querying the endpoint to list the licensor ID, we are getting an empty response. For reference, here is the CURL of the query being ...

  • Newbie
  • We are having an issue with the web app api. We are able to authenticate and generate the bearer token, however, when querying the endpoint to list the licensor ID, we are getting an empty response.&...
  • 66 Views
  • 0 replies
  • 0 likes
  • Question
  • 66 Views
  • 0 replies
  • 0 likes

The "Manifesting 20-05" album by Feid and Yandel is grayed out

It's not grayed out for anyone else in my area, I've tried logging into different devices and it still does not show up even though it came out days ago.

  • Casual Listener
  • It's not grayed out for anyone else in my area, I've tried logging into different devices and it still does not show up even though it came out days ago.
  • maxcorm
  • Newbie
  • 176 Views
  • 2 replies
  • 0 likes
  • 176 Views
  • 2 replies
  • 0 likes

is_active false and error 404 not found

When I try to control the Spotify App from another App, the Spotify App goes inactive as soon as I switch to another App.Play command gets rejected with error 404 - not found. LOG 2024-04-15T10:47:09.405Z getDevices LOG devices: [{"id":"911.............

  • Newbie
  • When I try to control the Spotify App from another App, the Spotify App goes inactive as soon as I switch to another App. Play command gets rejected with error 404 - not found.   LOG 2024-04-...
  • 38 Views
  • 0 replies
  • 0 likes
  • Question
  • 38 Views
  • 0 replies
  • 0 likes

Is there an endpoint in the API that allows you to upload your own files?

I have a Symfony platform from which I would like to be able to connect to spotify and upload audio or video files. Is this possible to do? On YouTube through its API it is possible but I have read the Spotify Web API documentation and I cannot find ...

  • Visitor
  • I have a Symfony platform from which I would like to be able to connect to spotify and upload audio or video files. Is this possible to do? On YouTube through its API it is possible but I have read t...
  • 47 Views
  • 0 replies
  • 0 likes
  • Feature Request
    Question
  • 47 Views
  • 0 replies
  • 0 likes

Mail verification link still not working

My Question or IssueEvery time I try to verify my email address it always sends me to a page that says "Oops! Something went wrong, please try again." It's getting infuriating how often this is happening and how many solutions I see that aren't worki...

  • Visitor
  • My Question or Issue Every time I try to verify my email address it always sends me to a page that says "Oops! Something went wrong, please try again." It's getting infuriating how often this is hap...
  • Wick0o
  • Newbie
  • 182 Views
  • 5 replies
  • 1 likes
  • Possible Bug
  • 182 Views
  • 5 replies
  • 1 likes

Can’t delete or create app in Developer dashboard

When I log into https://developer.spotify.com/dashboard I can see old dev apps that I have created but they all have the status of Disabled and blocked. Previously I have worked around this by deleting the app and creating a new one but the 6 apps on...

  • Casual Listener
  • When I log into https://developer.spotify.com/dashboard I can see old dev apps that I have created but they all have the status of Disabled and blocked. Previously I have worked around this by deleti...
  • Wevek
  • Casual Listener
  • 139 Views
  • 2 replies
  • 2 likes
  • 139 Views
  • 2 replies
  • 2 likes

UNABLE TO VERIFY EMAIL TROUGH DISCORD DEVELOPERS DASHBOARD

THIS ISSUE IS RELATED ONLY TO THE DEVELOPERS DASHBOARD MAIL VERIFICATION! While I was trying to verify my mail to access to the developers panel, the link received via mail for the verification takes me to a page with a red square on top saying that ...

  • Casual Listener
  • THIS ISSUE IS RELATED ONLY TO THE DEVELOPERS DASHBOARD MAIL VERIFICATION! While I was trying to verify my mail to access to the developers panel, the link received via mail for the verification tak...
  • 115 Views
  • 0 replies
  • 1 likes
  • Account
  • 115 Views
  • 0 replies
  • 1 likes

Solved!! Searching shows does not work

I'm trying to send a simple request to search for a show, but for some reason all the results come back as null. This only happens for shows, and when I try the same request on the test page on the website, it works perfectly fine. Show search reques...

showRequest.png trackRequest.png websiteShowRequest.png
  • Newbie
  • I'm trying to send a simple request to search for a show, but for some reason all the results come back as null. This only happens for shows, and when I try the same request on the test page on the w...
  • SantiagoBalcero
  • Casual Listener
  • 110 Views
  • 1 replies
  • 0 likes
  • Possible Bug
  • 110 Views
  • 1 replies
  • 0 likes

Searching for podcasts not returning results

Hi, thanks again for these new podcast api endpoints! I'm having an issue using the web api to search for podcasts. When I use an access_token from the client_credentials flow, I'm not getting any results. However, when using the tool on spotify deve...

  • Regular
  • Hi, thanks again for these new podcast api endpoints!   I'm having an issue using the web api to search for podcasts. When I use an access_token from the client_credentials flow, I'm not getti...
  • SantiagoBalcero
  • Casual Listener
  • 2544 Views
  • 16 replies
  • 3 likes
  • podcast search
  • 2544 Views
  • 16 replies
  • 3 likes