Announcements

Help Wizard

Step 1

NEXT STEP

Spotify for Developers

Discuss building apps with Spotify APIs and SDKs

Start a topic

February 2026 Spotify for Developers update: thread

Hey everyone, I’ve created this thread to provide an open space for discussion, feedback, concerns or ideas on an upcoming update to Spotify for Developers access. We’ve shared a blog post that explains what’s changing and why. Please use this thread...

Spotify

webdevmorgan

Visitor

70249 Views

318 replies

26 likes

S4D
  • 70249 Views
  • 318 replies
  • 26 likes

Playlist stops playing when It is in a miminzed tabs group in Chrome

Repro steps:1. Create a new tabs group including Spotify web.2. Start playing a playlist.3. Minimize tabs group.And finally, when the song that is playing ends the playlist'll stop abruptly for no reason.To create tabs group in Chrome:Right click in ...

Visitor

Repro steps: 1. Create a new tabs group including Spotify web. 2. Start playing a playlist. 3. Minimize tabs group. And finally, when the song that is playing ends the playlist'll stop abruptly f...

sayerL

Visitor

636 Views

1 replies

2 likes

  • 636 Views
  • 1 replies
  • 2 likes

Search API endpoint changed expected response

Hi, I just noticed that the Search endpoint is not returning the same results as of yesterday. For example if I used this query before: ```track:Electric Fling artist:Stefano Breda``` it would respond with like 20 items similar to that search [amongs...

Newbie

Hi, I just noticed that the Search endpoint is not returning the same results as of yesterday.    For example if I used this query before: ```track:Electric Fling artist:Stefano Bred...

670 Views

0 replies

0 likes

Search API
Search Track
  • 670 Views
  • 0 replies
  • 0 likes

Error 403 when starting playback on Discover Weekly

PlanPremiumCountryUSDeviceHomeAssistant VM initiating playback to Google Home MiniOperating SystemLinux My Question or IssueI have been having an issue with initiating playback of the Discover Weekly Playlist from HomeAssistant. I finally narrowed th...

Casual Listener

Plan Premium Country US Device HomeAssistant VM initiating playback to Google Home Mini Operating System Linux   My Question or Issue I have been having an issue with initiating playba...

421 Views

0 replies

0 likes

  • 421 Views
  • 0 replies
  • 0 likes

Get location information about artist

Hi all, I have two questions regarding the "mostly listened to" location information about an artist:is it possible to retrieve this information via the API?if so, is it also possible to get a history of the locations and their respective counts?I ha...

Visitor

Hi all,   I have two questions regarding the "mostly listened to" location information about an artist: is it possible to retrieve this information via the API? if so, is it also possible t...

omerta89

Casual Listener

1470 Views

2 replies

4 likes

api
artist
location
  • 1470 Views
  • 2 replies
  • 4 likes

Academic use of the Spotify Web API

I'm a university student. I want to use the data of the Spotify Web API (only audio features and analysis data of the tracks, not user data) for my research and graduation thesis.I don't use this commercially. How do I have to write about the citatio...

Newbie

I'm a university student. I want to use the data of the Spotify Web API (only audio features and analysis data of the tracks, not user data) for my research and graduation thesis. I don't use this c...

869 Views

0 replies

0 likes

  • 869 Views
  • 0 replies
  • 0 likes

SPTAudioStreamingController throwing "Wrong username or password" when login player with accessToken

Hi, In my iOS application I am login user through SPTSessionManager and saving the given accessToken, refreshToken and expiration date. Later I refresh the access token 5 mins before the expiration. I want to play tracks using SPTAudioStreamingContro...

Regular

Hi,  In my iOS application I am login user through SPTSessionManager and saving the given accessToken, refreshToken and expiration date. Later I refresh the access token 5 mins before the expir...

1096 Views

0 replies

0 likes

Developer question integrating spotify in mobile app
player wont play correctly
  • 1096 Views
  • 0 replies
  • 0 likes

Obtaining authorization from Spotify to stream their content in my app

I have developed an app that utilizes the Spotify iOS SDK. Unfortunately, when I submitted my app to the Apple App Store, it was rejected. Apple provided the following information: “To resolve this issue, please attach documentary evidence in the App...

Music Fan

I have developed an app that utilizes the Spotify iOS SDK. Unfortunately, when I submitted my app to the Apple App Store, it was rejected. Apple provided the following information:   “To resol...

RndTBit

Regular

6883 Views

16 replies

0 likes

authorization
Permission
  • 6883 Views
  • 16 replies
  • 0 likes

What timestamp does played_at for recently played songs refer to?

My Question or IssueDoes the timestamp played_at refer to the time the track started playing, the time it finished playing or other? The documentation for this api call is unfortunately quite incomplete, it doesn't even say what it returns (ok it say...

Casual Listener

My Question or Issue Does the timestamp played_at refer to the time the track started playing, the time it finished playing or other?   The documentation for this api call is unfortunately qu...

670 Views

0 replies

3 likes

  • 670 Views
  • 0 replies
  • 3 likes

Getting saved tracks returns inconsistent result for different offsets

PlanPremiumCountryGB DeviceIt's dev APIOperating SystemN/A My Question or IssueLast 2-3 days I started observing a strange behaviour - I'm requesting all the saved tracks for a user and for some of requests the API returns an empty result even though...

Regular

Plan Premium Country GB   Device It's dev API Operating System N/A   My Question or Issue Last 2-3 days I started observing a strange behaviour - I'm requesting all the saved tra...

nicowelles

Newbie

763 Views

1 replies

2 likes

  • 763 Views
  • 1 replies
  • 2 likes

API search special characters

Hi, I'm trying to use the web API to search for songs and it seems like when I have some special characters in the search parameters it fails to find any songs. A very simple example of this is:```track:I'll Call You Mine artist:girl in red album:if ...

Newbie

Hi,   I'm trying to use the web API to search for songs and it seems like when I have some special characters in the search parameters it fails to find any songs.   A very simple exampl...

748 Views

0 replies

4 likes

  • 748 Views
  • 0 replies
  • 4 likes

API: search endpoing not responding

PlanPremiumCountryChileServiceSpotify Web API My Question or IssueI am trying to retrive search results using https://api.spotify.com/v1/search but it is not responding since this afternoon.

Newbie

Plan Premium Country Chile Service Spotify Web API   My Question or Issue I am trying to retrive search results using  https://api.spotify.com/v1/search but it is not respo...

395 Views

0 replies

0 likes

API Bug
  • 395 Views
  • 0 replies
  • 0 likes

API Authorization header doesn't follow HTTP spec

Hi, I've found that the Authorization header doesn't follow the HTTP spec (https://datatracker.ietf.org/doc/html/rfc7235#section-2.1). The spec says the scheme can be case insensitve, however Spotify's API expects it to be case-sensitive, that is, it...

Newbie

Hi,   I've found that the Authorization header doesn't follow the HTTP spec (https://datatracker.ietf.org/doc/html/rfc7235#section-2.1). The spec says the scheme can be case insensitve, howeve...

1272 Views

0 replies

0 likes

api authorization
  • 1272 Views
  • 0 replies
  • 0 likes

error spotify-remote

PlanPremiumCountryBRASILOperating SystemAndroidMy Question or IssueI'm using spotify-remote sdk, but when I try to connect to running spotify, it returns the following error: connectToSpotify failed with: Indicates the user did not authorize this cli...

Newbie

Plan Premium Country BRASIL Operating System Android My Question or Issue I'm using spotify-remote sdk, but when I try to connect to running spotify, it returns the following error:   c...

dees-nuts

Visitor

1827 Views

1 replies

0 likes

  • 1827 Views
  • 1 replies
  • 0 likes

Hi, I'd like to use the Spotify SDK to allow playback on a landing page

Is there a way that I can play back audio on a landing page using the SDK without it mirroring what's on my account? I'm really just looking to populate audio data and play audio content on the page using both the API and the SDK

Visitor

Is there a way that I can play back audio on a landing page using the SDK without it mirroring what's on my account? I'm really just looking to populate audio data and play audio content on the page...

361 Views

0 replies

0 likes

  • 361 Views
  • 0 replies
  • 0 likes

React/NodeJS App Spotify Auth Refused to connect to 'https://stats.g.doubleclick.net/j/collect ... '

DeviceWindows PC Operating SystemWindows 10 BrowserChrome My Question or IssueHi! Having an issue with Spotify Auth on my app.https://aim-beats-game.herokuapp.com/ Getting the following error after clicking the login button. Refused to connect to 'ht...

Newbie

Device Windows PC   Operating System Windows 10   Browser Chrome   My Question or Issue Hi!   Having an issue with Spotify Auth on my app. https://aim-beats-game.hero...

lorenzolashkiba

Visitor

860 Views

1 replies

1 likes

  • 860 Views
  • 1 replies
  • 1 likes

Remote-Control API Monetisation Request + Users/Rate-Limits Query

Hi there,I’m developing an app that uses the Spotify Developer API. I wanted to ask about rough rate limits, as well as make a special request regarding monetising my app whilst using certain API endpoints.My app is a running app, designed to help yo...

Newbie

Hi there, I’m developing an app that uses the Spotify Developer API. I wanted to ask about rough rate limits, as well as make a special request regarding monetising my app whilst using certain API...

702 Views

0 replies

0 likes

  • 702 Views
  • 0 replies
  • 0 likes

Widget Terms of Use: Legal Queries

My Question or IssueI have been reading through the Widget Terms of Use and have some queries around some of the language used: "Section III: Licenses and Permissions3. 3. License to Spotify. You grant to us a paid-up, royalty-free, non-exclusive, wo...

Newbie

My Question or Issue I have been reading through the Widget Terms of Use and have some queries around some of the language used:   "Section III: Licenses and Permissions 3. 3. License to Spo...

1004 Views

0 replies

1 likes

legal
Terms
Widget
  • 1004 Views
  • 0 replies
  • 1 likes

Search criteria all results and exact title name

I'm not a developer, but in order to find a track I've heard on Spotify I've decided to search for it with Python + Spotipy. track = "Thursday" results = sp.search(q="track:" + track, type="track") So far so good. However, that JSON doesn't return th...

Newbie

I'm not a developer, but in order to find a track I've heard on Spotify I've decided to search for it with Python + Spotipy.         track = "Thursday" results = sp.search(q=...

519 Views

0 replies

0 likes

  • 519 Views
  • 0 replies
  • 0 likes

how would I go about making a device available for the API to pick it up

https://developer.spotify.com/console/get-users-available-devices/I want do discover my Chromecast and nest home but they wont show up unless already playing music. how would I go around this and make them available without having to start playback t...

Casual Listener

https://developer.spotify.com/console/get-users-available-devices/ I want do discover my Chromecast and nest home but they wont show up unless already playing music. how would I go around this and m...

Naxey

Casual Listener

1054 Views

2 replies

0 likes

  • 1054 Views
  • 2 replies
  • 0 likes

I'm making Discord music bot. Is direct playback of Spotify song in Discord voice channel permitted?

PlanFreeCountryIndiaDeviceDesktopOperating SystemWindows 10 My Question or IssueAs most Discord users know, Rythm and Groovy, 2 of the largest music bots on Discord, have received cease and desist orders from YouTube, forcing them to shut down their ...

Casual Listener

Plan Free Country India Device Desktop Operating System Windows 10   My Question or Issue As most Discord users know, Rythm and Groovy, 2 of the largest music bots on Discord, have rec...

TechPro424

Casual Listener

7085 Views

6 replies

0 likes

  • 7085 Views
  • 6 replies
  • 0 likes