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

ApolloInteractive

Casual Listener

66130 Views

315 replies

26 likes

S4D
  • 66130 Views
  • 315 replies
  • 26 likes

Solved!!Superuser Contribution Queue function returning 503 error

None of the below information is required. However, the more you provide the easier it will be for us to try and help.PlanPremiumCountryFranceDevice(Raspberry Pi)os debian My Question or IssueI’m trying to use the API in order to call Spotify from a ...

Regular

None of the below information is required. However, the more you provide the easier it will be for us to try and help. Plan Premium Country France Device (Raspberry Pi) os debian   My...

spotifyjosh

Spotify

2342 Views

2 replies

0 likes

  • 2342 Views
  • 2 replies
  • 0 likes

Superuser Contribution Apple OSA script not returning playback information for new songs

PlanPremiumCountrySwedenDeviceMacbook Pro 2019Operating SystemOSX Catalina 10.15.3 (19D76) My Question or IssueI have an applet in my console that automatically adds the current playing track as well as music controls to my tmux-powerline like this: ...

Music Fan

Plan Premium Country Sweden Device Macbook Pro 2019 Operating System OSX Catalina 10.15.3 (19D76)   My Question or Issue I have an applet in my console that automatically adds the curr...

paul_1994

Casual Listener

7298 Views

19 replies

3 likes

development
OSA
osx
  • 7298 Views
  • 19 replies
  • 3 likes

Calculation of popularity algorithm from a track

My Question or Issue Hello,I would like to know how is the calculation of popularity algorithm from a track. Particularly, I need to know how is the calculation based on the time. In the documentation of tracks, i see that "the popularity is calculat...

Visitor

My Question or Issue   Hello, I would like to know how is the calculation of popularity algorithm from a track.  Particularly, I need to know how is the calculation based on the time.&n...

1182 Views

0 replies

0 likes

  • 1182 Views
  • 0 replies
  • 0 likes

Superuser Contribution What is going on with the ios-sdk repo?

There have not been any releases to the SDK since February. Issues are piling up and not being replied to. It appears that there are only one or two developers maintaining the repository, dropping in once every few weeks, and they are very picky abou...

Gig Goer

There have not been any releases to the SDK since February. Issues are piling up and not being replied to.   It appears that there are only one or two developers maintaining the repository, dr...

spottyottiedopa

Gig Goer

3811 Views

10 replies

1 likes

Discussion
  • 3811 Views
  • 10 replies
  • 1 likes

iOS SDK - SPTAppRemote often cannot connect despite Spotify playing music.

When attempting to connect the iOS SDK SPTAppRemote after authenticating with SPTSessionManager and starting playback, every once in awhile the SPTAppRemote cannot connect no matter how many attempts to retry are made. The only remedy is to ask a use...

Gig Goer

When attempting to connect the iOS SDK SPTAppRemote after authenticating with  SPTSessionManager and starting playback, every once in awhile the SPTAppRemote cannot connect no matter how m...

952 Views

0 replies

0 likes

  • 952 Views
  • 0 replies
  • 0 likes

WebPlaybackSDK Refresh Token

When first initializing the WebPlaybackSDK, we are provided with a getOAuthToken property that returns a callback that accepts the access token as the only argument. Would we use the same callback function to provide a refreshed access_token? Doesn't...

Casual Listener

When first initializing the WebPlaybackSDK, we are provided with a getOAuthToken property that returns a callback that accepts the access token as the only argument.   Would we use the same ca...

spottyottiedopa

Gig Goer

1246 Views

1 replies

0 likes

  • 1246 Views
  • 1 replies
  • 0 likes

Order of related artists

When calling the Get an Artist's Related Artists endpoint of the Web API, you get a list of up to 20 artists that are similar to the artist specified in the call. Does the order of this list matter? Are the artists sorted by similarity to the origina...

Visitor

When calling the Get an Artist's Related Artists endpoint of the Web API, you get a list of up to 20 artists that are similar to the artist specified in the call. Does the order of this list mat...

895 Views

0 replies

0 likes

  • 895 Views
  • 0 replies
  • 0 likes

Spotify Play Button Refreshes on a page while typing

Hi,Hope anyone reading this is safe and well.I'm currently developing using angular and embedding the play button in a modal. The modal has text fields and the play button in the iframe resets everytime I type in the fields on the page. So if the pla...

Visitor

Hi, Hope anyone reading this is safe and well. I'm currently developing using angular and embedding the play button in a modal. The modal has text fields and the play button in the iframe resets ev...

818 Views

0 replies

0 likes

  • 818 Views
  • 0 replies
  • 0 likes

Superuser Contribution Track object is not same in documentation as what is returned

If you look in the references for the documentation there are discrepancies in the track objects that are returned vs what is outlined with descriptions. The most notable is the difference of there being no "is_local" in the references.

Casual Listener

If you look in the references for the documentation there are discrepancies in the track objects that are returned vs what is outlined with descriptions. The most notable is the difference of there b...

spotifyjosh

Spotify

1380 Views

1 replies

0 likes

Object
References
  • 1380 Views
  • 1 replies
  • 0 likes

Superuser Contribution I want to listen to music through api.

I want to listen to music through api. Currently, I can only listen to the review url and listen to it in advance for 30 seconds. Is there another way? (Use account is the default account.)

Visitor

I want to listen to music through api. Currently, I can only listen to the review url and listen to it in advance for 30 seconds. Is there another way? (Use account is the default account.)

spotifyjosh

Spotify

1376 Views

1 replies

0 likes

  • 1376 Views
  • 1 replies
  • 0 likes

Solved!! Is Spotify abusing its dominant position?

Since 3pm yesterday the Spotify Web API has stopped working on theauthorization endpoints. The only error returned is a 400 error code with noattached error description. Since I’m using Spotify as the onlyauthentication method in my app, it’s crashin...

Music Fan

Since 3pm yesterday the Spotify Web API has stopped working on the authorization endpoints. The only error returned is a 400 error code with no attached error description. Since I’m using Spotify a...

BagJason

Regular

1908 Views

1 replies

0 likes

Discussion
Issues
  • 1908 Views
  • 1 replies
  • 0 likes

Are Tokens Required?

Hey Everyone, I am currently creating a website that uses Spotify API to search for trackshttps://api.spotify.com/v1/search?q=${track}%20${artist}&type=track is the urlI have been able to do this successfully using code that prompts the user to sign ...

Visitor

Hey Everyone,   I am currently creating a website that uses Spotify API to search for tracks https://api.spotify.com/v1/search?q=${track}%20${artist}&type=track is the url I have bee...

jbtwaalf

Regular

1704 Views

1 replies

0 likes

  • 1704 Views
  • 1 replies
  • 0 likes

Spotify Socket Hang Up Error

Hi everyone,I'm receiving the 'Socket Hang Up' error when my app is running for almost a day. I'm requesting things to Spotify hourly, and most of the time the app runs smoothly. The error happens when I start requesting after 7-8 hours I turned on m...

Music Fan

Hi everyone, I'm receiving the 'Socket Hang Up' error when my app is running for almost a day. I'm requesting things to Spotify hourly, and most of the time the app runs smoothly. The error happens ...

M4tr1k

Music Fan

1765 Views

1 replies

0 likes

  • 1765 Views
  • 1 replies
  • 0 likes

Solved!! Long URIs

Is there any logic as to when one needs to provide the fully qualified version of a URI (e.g. including the "spotify:track:" prefix)? I've been developing Haskell bindings to the Web API, and have just found that, for example, getting a track require...

Regular

Is there any logic as to when one needs to provide the fully qualified version of a URI (e.g. including the "spotify:track:" prefix)?   I've been developing Haskell bindings to the Web API, an...

george_____t

Regular

2669 Views

2 replies

0 likes

Web API
  • 2669 Views
  • 2 replies
  • 0 likes

Solved!!Superuser Contribution Audio Analysis endpoint type changes

The type of multiple values in the audio-analysis endpoint changed. Timestamp and num_samples changed from int to string and analysis_sample_rate changed from int to float. Is this a bug or are these changes intended?

Newbie

The type of multiple values in the audio-analysis endpoint changed. Timestamp and num_samples changed from int to string and analysis_sample_rate changed from int to float. Is this a bug or are ...

spotifyjosh

Spotify

1713 Views

1 replies

1 likes

  • 1713 Views
  • 1 replies
  • 1 likes

Commercial app request status

Hi,I submitted a request for commercial application approval last week but I didn't get any response of any kind. Just wondering if I could check the status of the request to make sure I submitted it correctly and to have a sense of how much it will ...

Casual Listener

Hi, I submitted a request for commercial application approval last week but I didn't get any response of any kind. Just wondering if I could check the status of the request to make sure I submitte...

1182 Views

0 replies

4 likes

  • 1182 Views
  • 0 replies
  • 4 likes

Web playback SDK

PlanFree/PremiumCountryUK My Question or IssueCould I build a dual-use web player that can play back tracks stored on my own server and from Spotify servers?

Casual Listener

Plan Free/Premium Country UK   My Question or Issue Could I build a dual-use web player that can play back tracks stored on my own server and from Spotify servers?

1027 Views

0 replies

0 likes

  • 1027 Views
  • 0 replies
  • 0 likes

Want to build the Radio using spotify API

I wan to build the radio app. Automatically play the songs; if user doesn't like any song, user can skip it. Is it okay if my app keeps the user history what songs are skipped; next time it doesn't play them plus app analyzes those songs and don't pl...

Visitor

I wan to build the radio app. Automatically play the songs; if user doesn't like any song, user can skip it. Is it okay if my app keeps the user history what songs are skipped; next time it doesn't p...

1420 Views

0 replies

0 likes

SpotifyConnect
userprivacy
  • 1420 Views
  • 0 replies
  • 0 likes