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

KyrooTales

Visitor

79038 Views

335 replies

27 likes

S4D
  • 79038 Views
  • 335 replies
  • 27 likes

Queue tracklist limited to 20 tracks

My Question or IssueI'm interested in developing an app that creates a new playlist from a user's entire Spotify queue. It seems that this is the endpoint I need to hit to get the queue:https://developer.spotify.com/documentation/web-api/reference/ge...

Newbie

My Question or Issue I'm interested in developing an app that creates a new playlist from a user's entire Spotify queue. It seems that this is the endpoint I need to hit to get the queue: https://d...

1472 Views

0 replies

3 likes

queue
web
  • 1472 Views
  • 0 replies
  • 3 likes

Name similar to Spotify for extension request

Regarding Spotify's design guidelines:It cannot begin with “Spot” or be similar to “Spotify” in sound or spelling. I want to learn to what extent a name can be similar to Spotify. My domain was rejected because it used the word "Spotify" but I also u...

Casual Listener

Regarding Spotify's design guidelines: It cannot begin with “Spot” or be similar to “Spotify” in sound or spelling.   I want to learn to what extent a name can be similar to Spotify. My dom...

Ximzend

Spotify Star

619 Views

3 replies

0 likes

Question
  • 619 Views
  • 3 replies
  • 0 likes

Apple Script returns incorrect playback position if crossfade is enabled

PlanFree/PremiumCountryIndia DeviceM1 MacBook AirOperating SystemmacOS Ventura. My Question or IssueThe reported playback position from the Apple Script API is delayed by however many seconds of crossfade you have set, only when the song autoplayed o...

Casual Listener

Plan Free/Premium Country India  Device M1 MacBook Air Operating System macOS Ventura.   My Question or Issue The reported playback position from the Apple Script API is delayed b...

aviwad2

Regular

1237 Views

2 replies

1 likes

applescript
macOS
playback
  • 1237 Views
  • 2 replies
  • 1 likes

Some tracks cannot be found via search (bug?)

Hi!I am using 'https://api.spotify.com/v1/search' endpoint to lookup tracks.For majority of the tracks, this endpoint works like a charm. (I tested it on 2k tracks and 99.5% of them are fine). But there are some songs that the endpoint cannot find fo...

Newbie

Hi! I am using 'https://api.spotify.com/v1/search' endpoint to lookup tracks. For majority of the tracks, this endpoint works like a charm. (I tested it on 2k tracks and 99.5% of them are fine). Bu...

441 Views

0 replies

0 likes

Possible Bug
  • 441 Views
  • 0 replies
  • 0 likes

Does it go against the TOS to stream a playlist on shool radio?

I have read you need a premium account to stream does it include streaming short term for a wide auidence? Or does this even comply to the TOS to stream a playlist from one account for a whole school for 20min/day?

Visitor

I have read you need a premium account to stream does it include streaming short term for a wide auidence? Or does this even comply to the TOS to stream a playlist from one account for a whole school...

Ximzend

Spotify Star

370 Views

1 replies

0 likes

Question
  • 370 Views
  • 1 replies
  • 0 likes

Stream Count for Songs

The public API doesn't have this feature. Is there a private paid version of Spotify API to gain this access? How do applications like Songstats (https://songstats.com/) are gaining access to it from Spotify?

Newbie

The public API doesn't have this feature. Is there a private paid version of Spotify API to gain this access?    How do applications like Songstats (https://songstats.com/) are gaini...

Banani123

Casual Listener

18772 Views

4 replies

6 likes

Discussion
  • 18772 Views
  • 4 replies
  • 6 likes

3rd party cookies getting blocked in chrome

Chrome browser recently rolling out their decision to stop supporting 3rd party cookies. I know spotify embed player is using 3rd party cookies. How should i prepare my website/ change spotify to avoid potential breakage from this decision. Thanks in...

Newbie

Chrome browser  recently rolling out their decision to stop supporting 3rd party cookies. I know spotify embed player is using 3rd party cookies. How should i prepare my website/ change spotify ...

1219 Views

0 replies

3 likes

Question
  • 1219 Views
  • 0 replies
  • 3 likes

About Monetizing app allowed cases question.

Reading this, https://developer.spotify.com/compliance-tipsI understand that if I employ a playback API and provide a streaming service (enabling users to stream music on my website), I am not allowed to include any advertisements for monetization pu...

Visitor

Reading this,  https://developer.spotify.com/compliance-tips I understand that if I employ a playback API and provide a streaming service (enabling users to stream music on my website), I...

545 Views

0 replies

0 likes

api
monetizing
  • 545 Views
  • 0 replies
  • 0 likes

Superuser Contribution Found a typo in the docs

'Authorization': 'Basic ' + (new Buffer.fromn(client_id + ':' + client_secret).toString('base64'))Should be =>'Authorization': 'Basic ' + (new Buffer.from(client_id + ':' + client_secret).toString('base64'))fromn to from

Visitor

'Authorization': 'Basic ' + (new Buffer.fromn(client_id + ':' + client_secret).toString('base64')) Should be => 'Authorization': 'Basic ' + (new Buffer.from(client_id + ':' + client_secret).toSt...

foxt

Regular

950 Views

3 replies

1 likes

typo
  • 950 Views
  • 3 replies
  • 1 likes

Spotify Web API Request: GET Queue

The Spotify Web API is wonderful but it's lacking a very important route: Getting a user's queue. Are there any plans to add this feature in the near future?

Casual Listener

The Spotify Web API is wonderful but it's lacking a very important route: Getting a user's queue. Are there any plans to add this feature in the near future?

vishalnanavare

Newbie

6991 Views

7 replies

46 likes

queue
queue list
queue management
Web API
Web Development
  • 6991 Views
  • 7 replies
  • 46 likes

Track credits

Is there any way to retrieve the credits of a track s found in the Spotify apps? I'm specifically talking about the credits as seen in the picture below: Stuff like the composer, publisher..https://imgur.com/a/9sQ9KNf If it's not possible in the free...

Casual Listener

Is there any way to retrieve the credits of a track s found in the Spotify apps? I'm specifically talking about the credits as seen in the picture below:   Stuff like the composer, publisher.....

676 Views

0 replies

2 likes

Feature Request
  • 676 Views
  • 0 replies
  • 2 likes

Solved!! 401 response when asking for user's profile but access token works for other request

PlanPremium My Question or IssueI am working on a web app and I need to access the user's profile information to learn if they have a premium account. The access token I have been using already has the scope needed for this request, but when I run th...

Regular

Plan Premium   My Question or Issue I am working on a web app and I need to access the user's profile information to learn if they have a premium account. The access token I have been using ...

Ximzend

Spotify Star

615 Views

2 replies

0 likes

API Help
  • 615 Views
  • 2 replies
  • 0 likes

Solved!! duration_ms suddenly returning float instead of int

Suddenly, the api.spotify.com/v1/tracks/{id} endpoint has started giving me track duration_ms as a float e.g."duration_ms": 2345.0,The endpoint always used to return an int, which matches the documentation. Weirdly the response from the "try it" resp...

Roadie

Suddenly, the api.spotify.com/v1/tracks/{id} endpoint has started giving me track duration_ms as a float e.g. "duration_ms": 2345.0, The endpoint always used to return an int, which matches the doc...

ficvebanger

Regular

5166 Views

23 replies

28 likes

Possible Bug
  • 5166 Views
  • 23 replies
  • 28 likes

Keep getting rate limited while pulling saved tracks with spotipy

PlanPremiumCountryNetherlandsDevicePC / PycharmOperating SystemLinuxMy Question or Issuei have a python script that uses spotipy to pull my saved tracks so i can delete all duplicates.its 17k songs deep so it already takes a long time but for some re...

Newbie

Plan Premium Country Netherlands Device PC / Pycharm Operating System Linux My Question or Issue i have a python script that uses spotipy to pull my saved tracks so i can delete all duplicat...

271 Views

0 replies

0 likes

Possible Bug
Question
  • 271 Views
  • 0 replies
  • 0 likes

Can spotify be integrated inside another mobile application ?

PlanFree/PremiumCountryUS Device(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating SystemiOS and Android My Question or IssueI am looking forward to integrate spotify api inside my mobile application . Does spotify offer that feature where ...

Visitor

Plan Free/Premium Country US   Device (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016) Operating System iOS and Android   My Question or Issue I am looking forward to integr...

310 Views

0 replies

0 likes

api
integration
third party api
  • 310 Views
  • 0 replies
  • 0 likes

429 error reponse only on the audio_features endpoint

PlanFree/PremiumCountryPolandDeviceLenovo Yoga C940-14IILOperating SystemWindows 11 My Question or IssueWhe trying to get audio features of a certain spotify track I always get the 429 error response, no matter how many tracks are accessed. The error...

Newbie

Plan Free/Premium Country Poland Device Lenovo Yoga C940-14IIL Operating System Windows 11   My Question or Issue Whe trying to get audio features of a certain spotify track I always g...

383 Views

0 replies

0 likes

429
429 response
error
exception
rate limiting
  • 383 Views
  • 0 replies
  • 0 likes

Embed player remains stuck in preview mode after logging in to Spotify

Problems are with Safari 16.4.1 on Macbook Pro, OS Monterey 12.6.2 and also iPad Air 3rd gen. 16.3.1. The player works fine on Chrome, Edge, and Firefox.

Casual Listener

Problems are with Safari 16.4.1 on Macbook Pro, OS Monterey 12.6.2 and also iPad Air 3rd gen. 16.3.1. The player works fine on Chrome, Edge, and Firefox.

Ankita_03

Visitor

2266 Views

9 replies

0 likes

  • 2266 Views
  • 9 replies
  • 0 likes

403 Forbidden getting top tracks but token received

PlanFreeCountrySpainDevicePCOperating SystemUbuntuMy Question or IssueHello!The code below returns 403 Forbbiden status and then getTopTracks() obviously returns undefined.As you can see, it get a token but something happens when getTopTracks() do a ...

Newbie

Plan Free Country Spain Device PC Operating System Ubuntu My Question or Issue Hello! The code below returns 403 Forbbiden status and then getTopTracks() obviously returns undefined. A...

Ximzend

Spotify Star

562 Views

1 replies

0 likes

code stuck
  • 562 Views
  • 1 replies
  • 0 likes

Audio Control & Playback without a smartphone

So I know this has been discussed before and devices like the Mightyvibe allow users to control Spotify playback without a smartphone. The device I am trying to make is a little different than the vibe. I want it to output the audio as well as contro...

Newbie

So I know this has been discussed before and devices like the Mightyvibe allow users to control Spotify playback without a smartphone. The device I am trying to make is a little different than the vi...

503 Views

0 replies

0 likes

button controls
Discussion
Question
Speakers
  • 503 Views
  • 0 replies
  • 0 likes