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

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
  • agentcontacts
  • Visitor
  • 35137 Views
  • 173 replies
  • 21 likes
  • 35137 Views
  • 173 replies
  • 21 likes

Not able to modify playlists anymore ????

Since the new update I cannot change my playlists !! I still have the premiul access but first spotify is writen as a collaborator and I only can add or remove songs but can't change the image + text from my old created playlists.. Developper team, c...

  • Visitor
  • Since the new update I cannot change my playlists !! I still have the premiul access but first spotify is writen as a collaborator and I only can add or remove songs but can't change the image + text...
  • Ximzend
  • Rising Star 3
  • 161 Views
  • 1 replies
  • 0 likes
  • Possible Bug
  • 161 Views
  • 1 replies
  • 0 likes

Check if app is installed

Hello guys!I'm developing a webapp(nextjs) using Spotify's API and I've been following the design guidelines but I have no idea how to check if the app is installed to show "GET SPOTIFY FREE" instead of "PLAY ON SPOTIFY". Right now I got something li...

  • Newbie
  • Hello guys! I'm developing a webapp(nextjs) using Spotify's API and I've been following the design guidelines but I have no idea how to check if the app is installed to show "GET SPOTIFY FREE" ins...
  • rohram04
  • Newbie
  • 745 Views
  • 3 replies
  • 3 likes
  • 745 Views
  • 3 replies
  • 3 likes

No token provided angular spotify api

**Code is in Angular typescript I got an access token using: getToken() { const headers = new HttpHeaders({ 'Content-Type': 'application/x-www-form-urlencoded' }); return this.http.post('https://accounts.spotify.com/api/token', 'grant_type=client_cre...

  • Casual Listener
  • **Code is in Angular typescript   I got an access token using:       getToken() { const headers = new HttpHeaders({ 'Content-Type': 'application/x-ww...
  • navenduraisamy
  • Newbie
  • 929 Views
  • 4 replies
  • 0 likes
  • angular
    endpoint error
  • 929 Views
  • 4 replies
  • 0 likes

Get Artist Albums does not return all results

Currently I am trying to query and return ALL of an artists music (except compilations) so 'single', 'album' and 'appears_on'. When making the call to api.spotify.com/v1/artists/${id}/albums with include_types ['single', 'album', 'appears_on'] it onl...

  • Newbie
  • Currently I am trying to query and return ALL of an artists music (except compilations) so 'single', 'album' and 'appears_on'. When making the call to api.spotify.com/v1/artists/${id}/albums with inc...
  • 249 Views
  • 0 replies
  • 1 likes
  • Possible Bug
    Question
  • 249 Views
  • 0 replies
  • 1 likes

Can't find any podcast

I'm trying to search for a podcast using the Spotify API's endpoint: https://api.spotify.com/v1/search?q=nerdcast&type=show, following the documentation. The issue is that when I use Postman, the response returns status 200 but 'items' is an array fi...

  • Newbie
  • I'm trying to search for a podcast using the Spotify API's endpoint: https://api.spotify.com/v1/search?q=nerdcast&type=show, following the documentation. The issue is that when I use Postman...
  • 179 Views
  • 0 replies
  • 0 likes
  • Possible Bug
  • 179 Views
  • 0 replies
  • 0 likes

can you sort multiple playlist based on genre

PlanPremiumCountryThe NetherlandsDevicePCOperating SystemWindows 10 My Question or Issueso i want to organize and redo all my playlists and categorize them based on the genre.the best way would to have a map with the name of the genre and in there ev...

  • Visitor
  • Plan Premium Country The Netherlands Device PC Operating System Windows 10   My Question or Issue so i want to organize and redo all my playlists and categorize them based on the genre...
  • 219 Views
  • 0 replies
  • 0 likes
  • Discussion
    Question
  • 219 Views
  • 0 replies
  • 0 likes

Refused to set unsafe header "user-agent"

I have been using the iFrame API for almost 4 months and everything was normal until yesterday when this error log appeared. I believe this issue was due to the new policies on deprecating permissions in cross-origin Iframes. Hope it will be fixed so...

  • Newbie
  • I have been using the iFrame API for almost 4 months and everything was normal until yesterday when this error log appeared. I believe this issue was due to the new policies on deprecating permission...
  • marblecompass
  • Casual Listener
  • 606 Views
  • 1 replies
  • 1 likes
  • Possible Bug
  • 606 Views
  • 1 replies
  • 1 likes

Spotify Connect link TO companion app

When I want to play Spotify on my Sonos speakers from my Spotify iOS app, in the device picker, my Sonos speakers have an "options" menu, i.e. the 3 dots that open a menu. This menu provides a UI with a button to "Group Rooms", and clicking on this b...

  • Newbie
  • When I want to play Spotify on my Sonos speakers from my Spotify iOS app, in the device picker, my Sonos speakers have an "options" menu, i.e. the 3 dots that open a menu. This menu provides a UI wit...
  • 248 Views
  • 0 replies
  • 0 likes
  • Question
  • 248 Views
  • 0 replies
  • 0 likes

API to Get Future Release Dates of Podcasts

PlanPremiumCountryFinland My Question or Issue Is it possible to get the future release dates for podcast episodes?I would like to create a solution that would show when the next episode for a selected podcast will be released. At the moment I can on...

  • Newbie
  • Plan Premium Country Finland   My Question or Issue  Is it possible to get the future release dates for podcast episodes? I would like to create a solution that would show when the n...
  • Ximzend
  • Rising Star 3
  • 278 Views
  • 1 replies
  • 0 likes
  • API Question
    Web API
  • 278 Views
  • 1 replies
  • 0 likes

How to get album's 'more releases' using the API?

I used the Get Artist's Albums endpoint, but it didn’t work as expected. It returned only the main release shown below and omitted the 4 alternative versions. Please help!Album link: https://open.spotify.com/album/0gH8thOJMa227eHocQ4N9u

snacks-supersize.jpg
  • Music Fan
  • I used the Get Artist's Albums endpoint, but it didn’t work as expected. It returned only the main release shown below and omitted the 4 alternative versions. Please help! Album link: http...
  • pawllo01
  • Music Fan
  • 334 Views
  • 1 replies
  • 1 likes
  • Possible Bug
    Question
  • 334 Views
  • 1 replies
  • 1 likes

SpotifyR -Create Playlist

My Question or IssueHas anyone managed to create a playlist using the SpotifyR using R Studio? I keep getting the following error after the session has authenticated. Error in token$sign(req$method, req$url): attempt to apply non-functionRequest fail...

  • Newbie
  •   My Question or Issue Has anyone managed to create a playlist using the SpotifyR using R Studio? I keep getting the following error after the session has authenticated.   Error in toke...
  • 188 Views
  • 0 replies
  • 0 likes
  • spotifyr
  • 188 Views
  • 0 replies
  • 0 likes

Get All artists

PlanFree/PremiumCountry Device(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or Issuei want to know if i can fetch all artists in https://api.spotify.com/v1/artists

  • Newbie
  • 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 i want ...
  • 168 Views
  • 0 replies
  • 0 likes
  • Question
  • 168 Views
  • 0 replies
  • 0 likes

Check if Users Follow Playlist API doesn’t work

The API endpoint for checking if a user follows a playlist doesn’t work as expected. My target was checking if a user follows my playlist. I tried it using scopes & accounts service however the response was always false unless I check if the token ow...

  • Casual Listener
  • ...oesn't, It should be fixed.   The Scopes I use: playlist-read-private user-read-private playlist-modify-private playlist-read-collaborative playlist-modify-public user-follow-read user-r...
  • Ximzend
  • Rising Star 3
  • 639 Views
  • 7 replies
  • 0 likes
  • "Bug"
    API Bug
    follow
    Possible Bug
  • 639 Views
  • 7 replies
  • 0 likes

Is this idea of a "Spotify playlist exchange/suggester" app aligned with Spotify's TOS?

Hi! I'd like to discuss an app idea that I believe could bring value to both users and the indie music community. However, I'm also conscious of ensuring it aligns with Spotify's TOS, and I'm seeking your insights on the matter. App OverviewThe core ...

  • Regular
  • Hi!   I'd like to discuss an app idea that I believe could bring value to both users and the indie music community. However, I'm also conscious of ensuring it aligns with Spotify's TOS, and I'...
  • 248 Views
  • 0 replies
  • 0 likes
  • Discussion
    Question
  • 248 Views
  • 0 replies
  • 0 likes

Need Clarification on Commercial Use Restrictions

My Question or IssueI would like to use the Spotify Web API with an embedded device that would allow a user to sign in with their Spotify account and play music either through search or their saved playlists for instance.Is this considered a "Streami...

  • Newbie
  • My Question or Issue I would like to use the Spotify Web API with an embedded device that would allow a user to sign in with their Spotify account and play music either through search or their saved...
  • 337 Views
  • 0 replies
  • 0 likes
  • Commercial
    Question
    streaming
  • 337 Views
  • 0 replies
  • 0 likes

Web Playback SDK: Resume not working on Safari (Mobile and Desktop)

I started building a new Spotify player into a client project and noticed a potential bug in how Safari (mobile and desktop) handles resuming tracks. In order to test this, I created a very simple custom player that processes each aspect (script load...

  • Regular
  • I started building a new Spotify player into a client project and noticed a potential bug in how Safari (mobile and desktop) handles resuming tracks.   In order to test this, I created a very ...
  • leemartindev
  • Regular
  • 674 Views
  • 5 replies
  • 1 likes
  • 674 Views
  • 5 replies
  • 1 likes

White Boarder Around Embedded Playlist

I have had my playlist embedded in my personal portfolio for months, and recently a white border has appeared around the media player (see below). The embed code is pasted below.Is there anything I can do to get rid of it?I appreciate the help. Thank...

Screenshot 2023-08-13 at 11.40.56 PM.png
  • Newbie
  • I have had my playlist embedded in my personal portfolio for months, and recently a white border has appeared around the media player (see below).   The embed code is pasted below. <...
  • 468 Views
  • 0 replies
  • 0 likes
  • embed
    Possible Bug
  • 468 Views
  • 0 replies
  • 0 likes

Get Followed Artists not returning previous page

I made a web API request to get all the artists that I'm currently following.(Web API Reference | Spotify for Developers) curl --request GET \ --url 'https://api.spotify.com/v1/me/following?type=artist&after={after}&limit=20' \ --header 'Authorizatio...

  • Visitor
  • I made a web API request to get all the artists that I'm currently following. (Web API Reference | Spotify for Developers)   curl --request GET \ --url 'https://api.spotify.com/v1/me/followin...
  • 161 Views
  • 0 replies
  • 0 likes
  • Possible Bug
    Question
  • 161 Views
  • 0 replies
  • 0 likes

response 400 invalid request when trying to get user top items

PlanFreeCountryUK My Question or IssueThis is my code and i assumer there is something wrong with my request however I am unsure of where it is coming from as I have requested a token, created the header and set the endpoint with the get request. I a...

  • Visitor
  •   Plan Free Country UK     My Question or Issue This is my code and i assumer there is something wrong with my request however I am unsure of where it is coming from as I have...
  • Ximzend
  • Rising Star 3
  • 460 Views
  • 1 replies
  • 0 likes
  • Possible Bug
  • 460 Views
  • 1 replies
  • 0 likes

Context Object should include folders

I have noticed that you can play folders on Spotify, but the context is null when you try to use the /me/player/currently-playing endpoint. This could be improved. Not necessarily to have its type, but to be listed as a playlist possibly.

  • Casual Listener
  • I have noticed that you can play folders on Spotify, but the context is null when you try to use the /me/player/currently-playing endpoint. This could be improved. Not necessarily to have its type, b...
  • 196 Views
  • 0 replies
  • 0 likes
  • Feature Request
  • 196 Views
  • 0 replies
  • 0 likes