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

Changes to Web API

Folks, some news on changes to the web API has been posted on the Spotify For Developers blog. We want to reiterate the main message from the blog that we're committed to providing a safe and secure environment for all Spotify stakeholders. As such w...

  • Spotify
  • Spotify
  • SamMed
  • Newbie
  • 35673 Views
  • 293 replies
  • 34 likes
  • Discussion
  • 35673 Views
  • 293 replies
  • 34 likes

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
  • bartubrt
  • Casual Listener
  • 40420 Views
  • 190 replies
  • 21 likes
  • 40420 Views
  • 190 replies
  • 21 likes

Solved!! 403 Forbidden error when using Auth Flow PKCE

My Question or IssueI am working with Auth Flow PKCE for the first time. I am trying to authenticate a user and just display their username and display name on successful authentication. I am able to authenticate my account (my client ID is in the ap...

  • Casual Listener
  • My Question or Issue I am working with Auth Flow PKCE for the first time. I am trying to authenticate a user and just display their username and display name on successful authentication. I am able ...
  • aditya18m
  • Casual Listener
  • 281 Views
  • 2 replies
  • 0 likes
  • Question
  • 281 Views
  • 2 replies
  • 0 likes

OAuth2 PKCE Token Exchange failed error

Hi, I have managed to successfully authenticate users via OAuth2 PKCE. I have added the list of test users via the developer dashboard as well.Sometimes I get the 'token exchange failed' error, even while trying to authenticate a user who has been ad...

  • Casual Listener
  • Hi,  I have managed to successfully authenticate users via OAuth2 PKCE. I have added the list of test users via the developer dashboard as well. Sometimes I get the 'token exchange failed' err...
  • 156 Views
  • 0 replies
  • 0 likes
  • Question
  • 156 Views
  • 0 replies
  • 0 likes

Spotify Search API Issue - 404 not found

There currently seems to be an issue with the Search API - basic queries are suddenly and randomly returning "404 not found" errors.Sometimes the exact same query works after a few retries. The status page at https://status.spotify.dev does not yet r...

  • Casual Listener
  • There currently seems to be an issue with the Search API - basic queries are suddenly and randomly returning "404 not found" errors. Sometimes the exact same query works after a few retries. &nbs...
  • adrianszabat
  • Visitor
  • 4215 Views
  • 24 replies
  • 20 likes
  • search web API
  • 4215 Views
  • 24 replies
  • 20 likes

Can't play music on Chrome Browser.

Can't play music on Chrome Browser. Try to delete history, caches, cookies and then refresh website but does not work

  • Visitor
  • Can't play music on Chrome Browser. Try to delete history, caches, cookies and then refresh website but does not work
  • 87 Views
  • 0 replies
  • 0 likes
  • 87 Views
  • 0 replies
  • 0 likes

API 403: Player command failed: Premium required

Have used premium account credential in spotify web api and used "Authorization code" flow to get access token. I can able to access profile detail by using the token but when trying to play the song by episode uri in this link "https://api.spotify.c...

  • Newbie
  • Have used premium account credential in spotify web api and used "Authorization code" flow to get access token. I can able to access profile detail by using the token but when trying to play the song...
  • Ximzend
  • Spotify Star
  • 284 Views
  • 1 replies
  • 0 likes
  • Question
  • 284 Views
  • 1 replies
  • 0 likes

I can have data on artists who are female or LGBTQIA

I would like to have access to a filter so that I can have data on artists who are female or LGBTQIA from a certain genre of music.

  • Newbie
  • I would like to have access to a filter so that I can have data on artists who are female or LGBTQIA from a certain genre of music.
  • 136 Views
  • 0 replies
  • 0 likes
  • Content filters
    Female Artists
    LGBTQIA
  • 136 Views
  • 0 replies
  • 0 likes

Spotify embed previews in chrome/android, but full episodes in firefox

PlanPremium CountryBelgium DeviceChrome/Edge and Firefox Operating SystemWindows 11/Android My Question or IssueWhen embedding a Spotify podcast episode it will only show the first 30 seconds on android/chrome/edge. In firefox I can listen to the ful...

  • Newbie
  • Plan Premium   Country Belgium   Device Chrome/Edge and Firefox   Operating System Windows 11/Android   My Question or Issue When embedding a Spotify podcast episode ...
  • 166 Views
  • 0 replies
  • 0 likes
  • Possible Bug
  • 166 Views
  • 0 replies
  • 0 likes

Solved!! Get Available devices, getting no devices.

PlanFreeCountryIndia DeviceWeb APIOperating SystemMacOS My Question or IssueUsing the Spotify Java API (https://github.com/spotify-web-api-java/spotify-web-api-java/), I am not able to get the list of devices. Its showing the following exception: se....

  • Regular
  •   Plan Free Country India  Device Web API Operating System MacOS   My Question or Issue Using the Spotify Java API (https://github.com/spotify-web-api-java/spotify-web-api-j...
  • codeNICK
  • Regular
  • 586 Views
  • 4 replies
  • 0 likes
  • Web API
  • 586 Views
  • 4 replies
  • 0 likes

Issue with pagination in "Get Artist's Albums" endpoint

PlanFreeCountryGreeceOperating System(Windows 10) My Question or IssueI try to consume the "Get Artist's Albums" endpoint but I face an issue when trying to implment pagination. When I try to make a request using the parameter "include_groups" either...

  • Newbie
  • Plan Free Country Greece Operating System (Windows 10)   My Question or Issue I try to consume the "Get Artist's Albums" endpoint but I face an issue when trying to implment pagination. ...
  • 289 Views
  • 0 replies
  • 0 likes
  • API Endpoint
    pagination
    Possible Bug
    spotify api
    Spotify Web API
    Web API
  • 289 Views
  • 0 replies
  • 0 likes

Providing Client Credentials' Access Token to Mobile App

I am building an mobile app that will allow users to search for songs on Spotify. Since I won't require the user to have a Spotify account, I'll need to use Client Credentials on a server. Is it appropriate to return the generated access token to the...

  • Newbie
  • I am building an mobile app that will allow users to search for songs on Spotify. Since I won't require the user to have a Spotify account, I'll need to use Client Credentials on a server.   I...
  • 165 Views
  • 0 replies
  • 0 likes
  • Client credentials
  • 165 Views
  • 0 replies
  • 0 likes

Clarification Regarding Academic Project on Database Practice

Hello everyone, I hope this email finds you well. I have thoroughly reviewed the guidelines and would like to seek direct feedback on a specific concern. As a web development student with a passion for Spotify, I have undertaken a project to "reprodu...

  • Casual Listener
  •   Hello everyone,   I hope this email finds you well. I have thoroughly reviewed the guidelines and would like to seek direct feedback on a specific concern.   As a web developmen...
  • ImTheLex
  • Casual Listener
  • 178 Views
  • 1 replies
  • 0 likes
  • data
  • 178 Views
  • 1 replies
  • 0 likes

unable to refresh token PKCE flow, no error message

My Question or IssueHey people, i am currently developing a react native app using supabase. I am able to sign in using the pkce flow, but i am now stuck at refreshing the spotify token. I am receiving an error response but sadly without any further ...

  • Newbie
  • My Question or Issue Hey people,    i am currently developing a react native app using supabase. I am able to sign in using the pkce flow, but i am now stuck at refreshing the spotify to...
  • superstippi
  • Casual Listener
  • 351 Views
  • 1 replies
  • 0 likes
  • API refresh token
  • 351 Views
  • 1 replies
  • 0 likes

New Videofunction

PlanPremiumCountryGermanyDeviceDesktopOperating SystemWindows 10 My Question or IssueThe new video function is really cool, but I have to enable the video for each new song that I play. It would be great if I could enable it once and have it stay act...

  • Visitor
  •   Plan Premium Country Germany Device Desktop Operating System Windows 10   My Question or Issue The new video function is really cool, but I have to enable the video for each ne...
  • Ximzend
  • Spotify Star
  • 176 Views
  • 1 replies
  • 0 likes
  • Feature Request
    Possible Bug
  • 176 Views
  • 1 replies
  • 0 likes

Solved!! Voice-Controlled Music App: Policy Check

PlanFree/PremiumCountryAnyDeviceiPhone, Android phoneOperating SystemiOS, Android My Question or IssueHi Spotify,Our team is interested in developing an application that would enable users to speak through a Bluetooth microphone to play specified son...

  • Casual Listener
  • Plan Free/Premium Country Any Device iPhone, Android phone Operating System iOS, Android   My Question or Issue Hi Spotify, Our team is interested in developing an application that wo...
  • Ximzend
  • Spotify Star
  • 300 Views
  • 3 replies
  • 0 likes
  • Question
  • 300 Views
  • 3 replies
  • 0 likes

Solved!! Get Playlists not returning the correct status in "public" field

PlanNot relevant, happens in both free/premium DeviceNot relevant; not device related. Operating SystemNot relevant; not OS related. My Question or IssueCurrently the Get Playlists and Get Current User's Playlists endpoints are not working properly w...

  • Newbie
  • ...he Get Playlists and Get Current User's Playlists endpoints are not working properly when it comes to sending the correct information in the "public" field. Regardless of the playlists current s...
  • Ximzend
  • Spotify Star
  • 266 Views
  • 1 replies
  • 0 likes
  • Possible Bug
    Question
  • 266 Views
  • 1 replies
  • 0 likes

Different results between web app and API

When I search "Pour les hommes" which is the french name of "You're welcome" of Moana, I get different results depending of the scenaria.If I search when logged in the application, I get different results than if I do the request anonymously of with ...

  • Casual Listener
  • When I search "Pour les hommes" which is the french name of "You're welcome" of Moana, I get different results depending of the scenaria. If I search when logged in the application, I get different ...
  • RedHeadEmile
  • Casual Listener
  • 334 Views
  • 2 replies
  • 1 likes
  • api
  • 334 Views
  • 2 replies
  • 1 likes

Solved!! Listening Activity question

If I turn off “show listening activity” for myself, can I still see others’ listening activities? Thanks

  • Casual Listener
  • If I turn off “show listening activity” for myself, can I still see others’ listening activities?   Thanks
  • eduwud
  • Casual Listener
  • 330 Views
  • 2 replies
  • 0 likes
  • Question
  • 330 Views
  • 2 replies
  • 0 likes

Spotify Taking Down Public View of Playlists. Customer Service No Help

My patience has officially run out. I share a lot of my playlists so a lot of people use them and follow them but the thing is every SINGLE day 1-4 of my playlists are deleted to the point no one can access them anymore except me.I contacted Spotify ...

  • Newbie
  • ...ncountered a similar situation with public playlists disappearing and resolved their own complication?  And to add, the playlists are made “Public” and “Add to Profile
  • 170 Views
  • 0 replies
  • 1 likes
  • Playlists
  • 170 Views
  • 0 replies
  • 1 likes

legal right to use music

Hey, does usage of the API also inlcude the legal rights to use the music or is it merely the technical solution of providing the music?

  • Casual Listener
  • Hey,  does usage of the API also inlcude the legal rights to use the music or is it merely the technical solution of providing the music?   
  • Ximzend
  • Spotify Star
  • 223 Views
  • 3 replies
  • 0 likes
  • Question
  • 223 Views
  • 3 replies
  • 0 likes

Solved!! How can I get full song from Spotify using Web API or iOS SDK?

Hi all, I am developing a custom player mobile app, it will play songs from Spotify, but I can only get preview_url which provide 30s of the song.Is it possible to get full song of Spotify using Web API or iOS SDK? Thank you so much.

  • Regular
  • Hi all, I am developing a custom player mobile app, it will play songs from Spotify, but I can only get preview_url which provide 30s of the song. Is it possible to get full song of Spotify using We...
  • rozzermartin
  • Regular
  • 23910 Views
  • 14 replies
  • 1 likes
  • full song
    iOS SDK
    Web API
  • 23910 Views
  • 14 replies
  • 1 likes