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
  • yedy
  • Visitor
  • 17034 Views
  • 123 replies
  • 19 likes
  • 17034 Views
  • 123 replies
  • 19 likes

Solved!!Superuser Contribution Is there a Spotify Song Radio API?

So on the desktop and mobile app users are able to right click and choose the option to start a song radio or artist radio which allows users to listen to similar songs. However after looking through the various API endpoints I couldn't seem to find ...

  • Regular
  • So on the desktop and mobile app users are able to right click and choose the option to start a song radio or artist radio which allows users to listen to similar songs.  However after look...
  • Eibeluca
  • Visitor
  • 3889 Views
  • 2 replies
  • 3 likes
  • 3889 Views
  • 2 replies
  • 3 likes

currently-playing doesn't return "device", "repeat_state" and "shuffle_state" fields

PlanFree/PremiumCountry Device(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or Issue

  • Visitor
  • Plan Free/Premium Country   Device (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016) Operating System (iOS 10, Android Oreo, Windows 10,etc.)   My Question or Issue  
  • 126 Views
  • 0 replies
  • 1 likes
  • Possible Bug
  • 126 Views
  • 0 replies
  • 1 likes

Superuser Contribution Partnership for Spotify Open Access

Hello Spotify Developer Community,I am Luis from Catarse 'www.catarse.me', a crowdfunding and membership platform hosting numerous podcasts and musicians. We aim to become an approved partner for the Spotify Open Access API to enhance the experience ...

  • Casual Listener
  • Hello Spotify Developer Community, I am Luis from Catarse 'www.catarse.me', a crowdfunding and membership platform hosting numerous podcasts and musicians. We aim to become an approved partner for t...
  • montekaka
  • Newbie
  • 1481 Views
  • 3 replies
  • 0 likes
  • Open Access
  • 1481 Views
  • 3 replies
  • 0 likes

Feature idea: Suggestion group lock/unlock

Edit: This was supposed to be an in-app idea. I'm new and posted this in the wrong place and can't seem to delete it. If interested, for the main post in the (hopefully this time) correct place, see https://community.spotify.com/t5/Idea-Submissions/S...

  • Regular
  • Edit: This was supposed to be an in-app idea. I'm new and posted this in the wrong place and can't seem to delete it. If interested, for the main post in the (hopefully this time) correct place, see ...
  • Avacadros
  • Regular
  • 289 Views
  • 4 replies
  • 0 likes
  • Feature Request
  • 289 Views
  • 4 replies
  • 0 likes

When logged in where do I find the status of a scope extension request?

I am unable to view the status of our Scope Extension request, we are preparing for a launch and need to confirm that it was submitted.How do you view the status of the Quota Extension Request and confirm that it was properly submitted?One of our tea...

  • Casual Listener
  • I am unable to view the status of our Scope Extension request, we are preparing for a launch and need to confirm that it was submitted. How do you view the status of the Quota Extension Request an...
  • packafoma
  • Newbie
  • 418 Views
  • 3 replies
  • 1 likes
  • 418 Views
  • 3 replies
  • 1 likes

Only on IOS, embed only shows preview: "the token provided isn't working."

PlanPremiumCountryUSA DeviceIPhone SE, IOS 16.1.1, IPad 5th generation IOS 16.3.1 Hi all! First of all I want to thank you for the cool API. I've developed a little app that loads tracks in an embedded player. It works great on my macbook pro chrome ...

Screen Shot 2023-07-02 at 9.09.04 AM.png
  • Newbie
  • Plan Premium Country USA   Device IPhone SE, IOS 16.1.1, IPad 5th generation IOS 16.3.1   Hi all! First of all I want to thank you for the cool API. I've developed a little app that...
  • Ximzend
  • Roadie
  • 222 Views
  • 1 replies
  • 0 likes
  • embed
  • 222 Views
  • 1 replies
  • 0 likes

Call to https://accounts.spotify.com/api/token no longer working

PlanPremiumCountryUnited States My Question or IssueUsing the following code: using var client = new HttpClient(); client.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Basic", Convert.ToBase64String(System.Text.Encoding.ASCII.G...

  • Casual Listener
  • Plan Premium Country United States   My Question or Issue Using the following code:       using var client = new HttpClient(); client.DefaultRequestHeaders.Authorization...
  • Ximzend
  • Roadie
  • 302 Views
  • 1 replies
  • 0 likes
  • API access token
    auth
    Sporadic
  • 302 Views
  • 1 replies
  • 0 likes

"User not registered in the Developer Dashboard" for specific user on application

Plan: PremiumCountry: USOperating System: Windows 11 Hi all, I'm encountering this issue with a specific user that is already added to my app's allowlist. I have verified that the token exchange happens, and an initial request to https://api.spotify....

  • Casual Listener
  • Plan: Premium Country: US Operating System: Windows 11   Hi all,   I'm encountering this issue with a specific user that is already added to my app's allowlist. I have verified t...
  • Ximzend
  • Roadie
  • 394 Views
  • 3 replies
  • 0 likes
  • Possible Bug
  • 394 Views
  • 3 replies
  • 0 likes

player app for official client alternative

i have written a website, plus the mobile version, which i personally use instead of the official client. the idea is to have a simple interface similar to good old ipod or winamp.i had to solve several issues, for example u do not have a list of art...

  • Casual Listener
  • i have written a website, plus the mobile version, which i personally use instead of the official client. the idea is to have a simple interface similar to good old ipod or winamp. i had to solve se...
  • chrisiDC
  • Casual Listener
  • 475 Views
  • 2 replies
  • 0 likes
  • Discussion
  • 475 Views
  • 2 replies
  • 0 likes

Solved!! 401 error for GET search request but not other GET requests?

I have previously had no issues with GET requests from /v1/playlists/ or /v1/playlists//tracks endpoints, but now I can't seem to GET from a search endpoint. I have the following code snippet for a GET search request: var responseApi = await fetch('h...

  • Gig Goer
  • I have previously had no issues with GET requests from /v1/playlists/<playlist-id> or /v1/playlists/<playlist-id>/tracks endpoints, but now I can't seem to GET from a search endpoint...
  • koralyoung
  • Gig Goer
  • 230 Views
  • 1 replies
  • 0 likes
  • 401
    api
    Question
  • 230 Views
  • 1 replies
  • 0 likes

Invalid Client Error w/Spotify Web API

PlanFree/PremiumCountryUnited States My Question or Issue My team and I are getting a "Invalid Client" / WebapiAuthenticationError: An authentication error occurred while communicating with Spotify's Web API errorWe can confirm that we have quadruple...

Screenshot 2023-06-29 at 7.42.47 PM.png
  • Newbie
  • Plan Free/Premium Country United States   My Question or Issue   My team and I are getting a "Invalid Client" / WebapiAuthenticationError: An authentication error occurred while comm...
  • Ximzend
  • Roadie
  • 369 Views
  • 1 replies
  • 0 likes
  • 369 Views
  • 1 replies
  • 0 likes

Can Spotify add the filter liked songs by genre function in Mac version?

PremiumUnited States DeviceMacbook Pro 2019Operating SystemMAC My Question or IssueIt's kind of annoying that you can play songs categorized by genre on phone, but you cannot on Mac.

  • Visitor
  • Premium United States   Device Macbook Pro 2019 Operating System MAC   My Question or Issue It's kind of annoying that you can play songs categorized by genre on phone, but you can...
  • 137 Views
  • 0 replies
  • 0 likes
  • 137 Views
  • 0 replies
  • 0 likes

Birthday Special

I have been a member of Spotify for years.I had an idea for the creators of Spotify.Not sure if this is the right place to post this.We all are aware that Spotify Premium gives you the best advances, like no ads and the freedom to play any song at th...

  • Casual Listener
  • I have been a member of Spotify for years. I had an idea for the creators of Spotify. Not sure if this is the right place to post this. We all are aware that Spotify Premium gives you the best adv...
  • katiebugsy99
  • Casual Listener
  • 336 Views
  • 2 replies
  • 0 likes
  • Discussion
  • 336 Views
  • 2 replies
  • 0 likes

No popularity field on Album search

I am hitting this endpoint: https://api.spotify.com/v1/search?q=Beatles&type=album,artist,trackI am expecting the response to contain albums, tracks, and artists that are found given the specified query. From that response, I am gathering a list of r...

  • Casual Listener
  • I am hitting this endpoint: https://api.spotify.com/v1/search?q=Beatles&type=album,artist,track I am expecting the response to contain albums, tracks, and artists that are found given the spec...
  • spodevtify
  • Visitor
  • 217 Views
  • 1 replies
  • 1 likes
  • 217 Views
  • 1 replies
  • 1 likes

Can I Create App To Alter The Original Song

Hi, I know we can create apps to do things, but I wonder if I can create an app that can stream the songs but with some change I made to the sound, like an app that makes my spotify songs with different effects I pick from. The original song goes thr...

  • Visitor
  • Hi,   I know we can create apps to do things, but I wonder if I can create an app that can stream the songs but with some change I made to the sound, like an app that makes my spotify songs wi...
  • Ximzend
  • Roadie
  • 186 Views
  • 1 replies
  • 0 likes
  • 186 Views
  • 1 replies
  • 0 likes

403 Insufficient Client Scope

Hi All,Im building a custom connector with Power Apps / power Automate, so i can recall the spotify api. The api works well when i have to get a playlist or search for a song, but when it comes to add a song to playlist i always get the error 403 - i...

  • Visitor
  • Hi All, Im building a custom connector with Power Apps / power Automate, so i can recall the spotify api. The api works well when i have to get a playlist or search for a song, but when it comes to ...
  • Ximzend
  • Roadie
  • 366 Views
  • 1 replies
  • 0 likes
  • 366 Views
  • 1 replies
  • 0 likes

Join saved tracks / audio features with Track response object

I've written an app with the Spotify API and with each track I display its audio features and whether or not it is a saved track. It would be nice if this data could be optionally combined with the Track response object. I imagine the option to join ...

  • Regular
  • I've written an app with the Spotify API and with each track I display its audio features and whether or not it is a saved track. It would be nice if this data could be optionally combined with the T...
  • 152 Views
  • 0 replies
  • 0 likes
  • 152 Views
  • 0 replies
  • 0 likes

Spotify API/Vercel Serverless Function/Flask - Auth Issues

Currently developing a website that lets you duplicate your playlists. However, when users log in, the playlist is automatically created on my account, and not the user account. I have tried to change more than 10 things, documentation, and more but ...

  • Visitor
  • Currently developing a website that lets you duplicate your playlists.    However, when users log in, the playlist is automatically created on my account, and not the user account.  ...
  • 214 Views
  • 0 replies
  • 0 likes
  • API Bug
    API Help
  • 214 Views
  • 0 replies
  • 0 likes

Fetching track canvas

I recently came across this github repo that shows how to fetch a track's canvas, is this allowed or is it against the Developer Guidelines https://github.com/bartleyg/my-spotify-canvas/blob/master/api/canvases.js

  • Newbie
  • I recently came across this github repo that shows how to fetch a track's canvas, is this allowed or is it against the Developer Guidelines   https://github.com/bartleyg/my-spotify-canvas/blob...
  • 211 Views
  • 0 replies
  • 0 likes
  • Developer
  • 211 Views
  • 0 replies
  • 0 likes

OAuth completely broken in Firefox

As the subject says, OAuth is totally broken in Firefox on Windows. This happens for the Community login, the Dev Dashboard, and PKCE flows that pop up a user login window. I'm not sure whether it's relevant, but the F12 browser dev console is full o...

  • Casual Listener
  • As the subject says, OAuth is totally broken in Firefox on Windows. This happens for the Community login, the Dev Dashboard, and PKCE flows that pop up a user login window.   I'm not sure whet...
  • zcorpan
  • Newbie
  • 175 Views
  • 1 replies
  • 0 likes
  • 175 Views
  • 1 replies
  • 0 likes