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

/playlists API Endpoint Issue Fixed

We wanted to provide an update regarding issues identified in the “/playlists” API endpoints. We have investigated the reported concerns of null results appearing in responses and have fixed the behaviour in the “/me/playlists” and “/users/{user_id}/...

  • Spotify
  • Spotify
  • AdrienCompDev
  • Casual Listener
  • 2097 Views
  • 9 replies
  • 1 likes
  • Possible Bug
  • 2097 Views
  • 9 replies
  • 1 likes

"This functionality is restricted to premium users only" error even though I have Premium account.

I'm receiving "This functionality is restricted to premium users only" error even though I Premium account. This code was working 1 year ago. I have created my Spotify account just now and cancelled the free trial and got a paid Premium Individual to...

  • Visitor
  • I'm receiving "This functionality is restricted to premium users only" error even though I Premium account. This code was working 1 year ago. I have created my Spotify account just now and cancelled ...
  • Ximzend
  • Spotify Star
  • 345 Views
  • 1 replies
  • 0 likes
  • Possible Bug
  • 345 Views
  • 1 replies
  • 0 likes

Not able to create App in the Dashboard

PlanPremiumCountryIndiaDeviceLenovo IdeaPad Gaming 3 [i5 10300H, 16GB RAM, 1TB HDD 512GB SSD, GTX 1650]Operating SystemWindows 11 My Question or IssueI have been trying to create an App on Spotify to access the WebAPI, but have not been able to for a...

  • Casual Listener
  • Plan Premium Country India Device Lenovo IdeaPad Gaming 3 [i5 10300H, 16GB RAM, 1TB HDD 512GB SSD, GTX 1650] Operating System Windows 11   My Question or Issue I have been trying to cr...
  • 264 Views
  • 0 replies
  • 3 likes
  • Possible Bug
    Question
  • 264 Views
  • 0 replies
  • 3 likes

Solved!! Playing a full track from external site without user login

Hello all. What I'm trying to do is use the Client Credentials Flow in the Web API to fetch track information for an artist. That part is not a problem. However, I'm also trying to play the track from a website I'm developing. The CCF is not appropri...

  • Casual Listener
  • Hello all.   What I'm trying to do is use the Client Credentials Flow in the Web API to fetch track information for an artist. That part is not a problem. However, I'm also trying to play the ...
  • isoaxe
  • Casual Listener
  • 486 Views
  • 2 replies
  • 0 likes
  • Question
  • 486 Views
  • 2 replies
  • 0 likes

Search doesn't work anymore on API

I have an app that searches for a specific artist to retrieve some information. However, I've encountered a peculiar issue when attempting to fetch an artist using the Spotify API. For instance, when I use the URL (https://api.spotify.com/v1/search?q...

spotifBug.png spotifyBug2.png
  • Casual Listener
  • I have an app that searches for a specific artist to retrieve some information. However, I've encountered a peculiar issue when attempting to fetch an artist using the Spotify API.   For insta...
  • 461 Views
  • 0 replies
  • 2 likes
  • Discussion
    Possible Bug
  • 461 Views
  • 0 replies
  • 2 likes

Embedded Player Color

Country USA DeviceOn any device or OS My Question or IssueHi - my question is after copying and embedding the player code onto my website, all works fine (album pic shows, tracks all show and play, etc). However, the background color at the top is br...

  • Visitor
  • Country USA   Device On any device or OS   My Question or Issue Hi - my question is after copying and embedding the player code onto my website, all works fine (album pic shows, track...
  • gravemint
  • Newbie
  • 23702 Views
  • 6 replies
  • 0 likes
  • 23702 Views
  • 6 replies
  • 0 likes

Spotify imbedded player for website not working

I imbedded an artist to my website and it works perfect on the desktop but on the mobile version, the "play on Spotify" button is dead and doesn't go anywhere.

  • Casual Listener
  • I imbedded an artist to my website and it works perfect on the desktop but on the mobile version, the "play on Spotify" button is dead and doesn't go anywhere.
  • 179 Views
  • 0 replies
  • 0 likes
  • Spotify imbedded player for website
  • 179 Views
  • 0 replies
  • 0 likes

Unplayable Album

PlanPremiumCountry Morocco DeviceiPhone 11Operating SystemiOS 16 My Question or IssueMore than half of the album Aladdin Sane is unplayable in Morocco which is very frustrating and upsetting thing since it's a pretty popular and great album. Please l...

  • Newbie
  •   Plan Premium Country  Morocco   Device iPhone 11 Operating System iOS 16   My Question or Issue More than half of the album Aladdin Sane is unplayable in Morocco whi...
  • 135 Views
  • 0 replies
  • 0 likes
  • Discussion
    Feature Request
    Possible Bug
    Question
  • 135 Views
  • 0 replies
  • 0 likes

Issue using spotify web api in flutter

i want to use custom scheme for redirect uri in my flutter app eg = com.example.beatflow://oauth2/callback?code=abcdef123456but the spoitfy api automatically add http as prefix to it

  • Casual Listener
  • i want to use custom scheme for redirect uri in my flutter app  eg = com.example.beatflow://oauth2/callback?code=abcdef123456 but the spoitfy api automatically add http as prefix to it
  • mitshah2403
  • Casual Listener
  • 808 Views
  • 2 replies
  • 0 likes
  • Feature Request
    Question
  • 808 Views
  • 2 replies
  • 0 likes

Only 30s preview on Android WebView embeds

Plan- all plans tried Free/Premium and with/without accountCountry- Germany Device- Android with a "normal" WebView element and a "normal" WebViewClient Operating System- no relevance recognized We are already using Spotify web embeds on our iOS and ...

  • Newbie
  • Plan - all plans tried Free/Premium and with/without account Country - Germany   Device - Android with a "normal" WebView element and a "normal" WebViewClient  Operating System - no...
  • PurviSanghani
  • Newbie
  • 1246 Views
  • 2 replies
  • 1 likes
  • 1246 Views
  • 2 replies
  • 1 likes

Bearer token request results in 403 Error: "This request requires user authentication."

My Question or IssueI am trying to edit a playlist using the Spotify API and Python. To do this, I first make a request for a new bearer token: credentials = f"{client_id}:{client_secret}" encoded_credentials = b64encode(credentials.encode("ascii"))....

  • Casual Listener
  • My Question or Issue I am trying to edit a playlist using the Spotify API and Python. To do this, I first make a request for a new bearer token:             &nbs...
  • hannah194
  • Regular
  • 2487 Views
  • 9 replies
  • 0 likes
  • API Support
  • 2487 Views
  • 9 replies
  • 0 likes

Playback tracks without active devices

Hi everyone!I'm building an app for iOS devices using Spotify Web API.The problem is that without active devices track playback does not work, the server returns the response:Response data: {"error" : {"status" : 404,"message" : "Player command faile...

  • Newbie
  • Hi everyone! I'm building an app for iOS devices using Spotify Web API. The problem is that without active devices track playback does not work, the server returns the response: Response data: { ...
  • 429 Views
  • 0 replies
  • 2 likes
  • Discussion
    Feature Request
    Question
  • 429 Views
  • 0 replies
  • 2 likes

Want to Embed Spotify with QT Application

PlanFreeCountryIndiaDeviceAsus LaptopOperating SystemWindows My Question or IssueHello, we are developing one QT application which is based on C++ language and there is one requirement, we want to link spotify in QT application as a 3rd party applica...

  • Visitor
  • Plan Free Country India Device Asus Laptop Operating System Windows   My Question or Issue Hello, we are developing one QT application which is based on C++ language and there is one r...
  • Bhaumik1
  • Newbie
  • 785 Views
  • 2 replies
  • 1 likes
  • Question
  • 785 Views
  • 2 replies
  • 1 likes

Quota Extension

PlanPremiumCountryUnited StatesDevice(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or IssueI have submitted a quota extension over 6 weeks ago and haven’t gotten any update. We ...

  • Casual Listener
  • Plan Premium Country United States Device (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016) Operating System (iOS 10, Android Oreo, Windows 10,etc.)   My Question or Issue I hav...
  • omazing16
  • Casual Listener
  • 330 Views
  • 3 replies
  • 2 likes
  • Question
  • 330 Views
  • 3 replies
  • 2 likes

500 Response error when creating playlist

My task is to build a program that first scraps songs from billboard.com, and then uses the Spotify API to search for these songs and create a playlist. The scrapping part and seach parts are working. The problem arises when I try to create a playlis...

  • Casual Listener
  • My task is to build a program that first scraps songs from billboard.com, and then uses the Spotify API to search for these songs and create a playlist.   The scrapping part and seach parts ar...
  • 247 Views
  • 0 replies
  • 0 likes
  • Python
    Spotify
  • 247 Views
  • 0 replies
  • 0 likes

Audio Features for a Track

PlanFree/PremiumCountry Device(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or IssueHello!I am writing a math paper using data from the "Get Audio Features for a Track" page (li...

  • 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 Hello! ...
  • lonetrack
  • Newbie
  • 766 Views
  • 1 replies
  • 1 likes
  • Discussion
  • 766 Views
  • 1 replies
  • 1 likes

Strange result coming from the search end point

I originally started with the search and point and it was working just win, but then I transitioned into making the front-end ext., and when I came back to try to use the end point it was giving very strange results for instance. this is the call:f'h...

  • Casual Listener
  • I originally started with the search and point and it was working just win, but then I transitioned into making the front-end ext., and when I came back to try to use the end point it was giving very...
  • cmijack
  • Casual Listener
  • 502 Views
  • 4 replies
  • 3 likes
  • Possible Bug
    Question
  • 502 Views
  • 4 replies
  • 3 likes

Submission issue: We didn't receive the email because we deactivate the email account by mistake

PlanPremiumCountry USA Device(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or IssueHi, I had a problem with the review process of my project, I hope you can help me.My project w...

  • Casual Listener
  • Plan Premium Country USA   Device (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016) Operating System (iOS 10, Android Oreo, Windows 10,etc.)   My Question or Issue Hi, I ha...
  • 199 Views
  • 0 replies
  • 0 likes
  • App Development
    Developer API
    Idea Submissions
  • 199 Views
  • 0 replies
  • 0 likes

Mac to Iphone local files greyed out

 PlanPremiumCountryUSA DeviceMacbook Pro 13 and Iphone 13Operating System(iOS 16 My Question or IssueI am beyond frustrated, i have been trying to figure out why my local downloads will play on my macbook and not my phone. On the mobile spotify app, ...

IMG_0323.png
  • Newbie
  •   Plan Premium Country USA  Device Macbook Pro 13 and Iphone 13 Operating System (iOS 16   My Question or Issue I am beyond frustrated, i have been trying to figure out why my lo...
  • arjhantamboli
  • Casual Listener
  • 289 Views
  • 2 replies
  • 0 likes
  • "cant access local files"
  • 289 Views
  • 2 replies
  • 0 likes

Why embed playlist displays page not found

I am copying/looking at the share playlist with embed code and the result is "Page not found" - what might be the problem?

  • Casual Listener
  • I am copying/looking at the share playlist with embed code and the result is "Page not found" - what might be the problem?
  • jex8-7_s6q7v
  • Regular
  • 3669 Views
  • 3 replies
  • 1 likes
  • 3669 Views
  • 3 replies
  • 1 likes

Commercial App Examples

Does anyone have any examples of commercial 3rd Party Spotify Applications? I am considering making a commercial application but can't find any examples of live 3rd party commercial applications. Thanks!

  • Newbie
  • Does anyone have any examples of commercial 3rd Party Spotify Applications? I am considering making a commercial application but can't find any examples of live 3rd party commercial applications. Tha...
  • 209 Views
  • 0 replies
  • 0 likes
  • Commercial
  • 209 Views
  • 0 replies
  • 0 likes