Announcements

Help Wizard

Step 1

NEXT STEP

Spotify for Developers

Discuss building apps with Spotify APIs and SDKs

Start a topic

Refresh token expiration: discussion thread

Hey everyone, I've created this thread to provide more insight on an upcoming change to how refresh tokens work for apps on the Spotify Web API. We've shared a blog post that explains what's changing and why. The short version: refresh tokens will no...

Spotify

rheschner

Newbie

2025 Views

10 replies

2 likes

Discussion
  • 2025 Views
  • 10 replies
  • 2 likes

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

Django13

Visitor

97412 Views

348 replies

32 likes

S4D
  • 97412 Views
  • 348 replies
  • 32 likes

Privacy Policy

We've created a app, where we get user data from Spotify and Store that user data. For this case do we need to show a privacy policy to the end user stating that we get that user data from Spotify and store it in our application. Do we need to show a...

Newbie

We've created a app, where we get user data from Spotify and Store that user data.  For this case do we need to show a privacy policy to the end user stating that we get that user data from Spo...

408 Views

0 replies

0 likes

Discussion
Question
  • 408 Views
  • 0 replies
  • 0 likes

API question: incorrect popularity ratings

Hello everyone, we use the Spotify API for an internal project that allows us to build playlists - the values for the popularity of the artist and the track come from Spotify. What we noticed very quickly: the same artist often receives different pop...

Music Fan

Hello everyone,   we use the Spotify API for an internal project that allows us to build playlists - the values for the popularity of the artist and the track come from Spotify. What we notice...

jrow

Music Fan

730 Views

2 replies

0 likes

Possible Bug
Question
  • 730 Views
  • 2 replies
  • 0 likes

Where can I get a users registration date?

For my application I need to validate the user's registration date in Spotify but it seems like that information is not present in get user endpoint in the web API. Can I get the registration date from somewhere else?

Visitor

For my application I need to validate the user's registration date in Spotify but it seems like that information is not present in get user endpoint in the web API. Can I get the registration date fr...

Ximzend

Spotify Star

564 Views

1 replies

0 likes

Feature Request
Question
  • 564 Views
  • 1 replies
  • 0 likes

Missing documentation on Get Currently Playing Track response codes

I'm the maintainer of spotify-web-api-php and recently got a bug regarding the Get Currently Playing Track endpoint returning an empty body when nothing is playing at all and no device is active. However, the docs doesn't reflect this. While digging ...

Newbie

I'm the maintainer of spotify-web-api-php and recently got a bug regarding the Get Currently Playing Track endpoint returning an empty body when nothing is playing ...

753 Views

0 replies

2 likes

Docs
Possible Bug
  • 753 Views
  • 0 replies
  • 2 likes

Solved!! Data Freshness Requirement

In the "Moving Through It: Getting An Application Reviewed" document, there is the line: Implementing an intelligent caching mechanism within your extension can significantly reduce the reliance on frequent API calls. By storing and retrieving freque...

Newbie

In the "Moving Through It: Getting An Application Reviewed" document, there is the line:   Implementing an intelligent caching mechanism within your extension can significantly reduce the rel...

kingosticks4

Roadie

1863 Views

1 replies

1 likes

api
caching
compliance
data
Guidelines
Terms of Service
  • 1863 Views
  • 1 replies
  • 1 likes

We have problems with our playlists at dn.se

Is there a problem at spotify servers?upstream reguest timeout 

Casual Listener

Is there a problem at spotify servers? upstream reguest timeout  

lukas112

Casual Listener

464 Views

2 replies

0 likes

Question
  • 464 Views
  • 2 replies
  • 0 likes

I would like to speak to the developers to help them add a feature.

PlanFree/PremiumCountry US Device mobile devices that run android (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or IssueI have figured out a way to use the Spotify web player on...

Visitor

  Plan Free/Premium Country US   Device mobile devices that run android    (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016) Operating System (iOS 10, Android Oreo...

Maxim

Spotify Star

297 Views

1 replies

0 likes

Discussion
Feature Request
  • 297 Views
  • 1 replies
  • 0 likes

Spotify API: Unauthorized

Hi there, Can anyone tell me if this endpoint is 'reserved' for some people or if I'm just doing something wrong? Endpoint : https://api.spotify.com/v1/me/notifications/player?connection_id=XXXXXX Because when I try to request it with an access token...

Regular

Hi there,   Can anyone tell me if this endpoint is 'reserved' for some people or if I'm just doing something wrong?   Endpoint : https://api.spotify.com/v1/me/notifications/player?conne...

Ximzend

Spotify Star

843 Views

3 replies

0 likes

API Endpoint
  • 843 Views
  • 3 replies
  • 0 likes

Spotify API, 403 'Forbidden'

PlanPremiumCountrySwedenDevicePC (node.js)Operating SystemWindows11 My Question or IssueHi! Im getting unexpected errors from the Spotify API. All other answers ive seen on similar errors, has been due to not having premium accounts.Have premium acco...

Casual Listener

  Plan Premium Country Sweden Device PC (node.js) Operating System Windows11   My Question or Issue Hi! Im getting unexpected errors from the Spotify API. All other answers ive...

Ximzend

Spotify Star

847 Views

2 replies

0 likes

403
api
forbidden
  • 847 Views
  • 2 replies
  • 0 likes

Spotify COnnect on selfmade speaker interface

PlanPremiumCountryGermany DeviceRaspberry PiOperating SystemOpen My Question or IssueHey Everybody,I am currently playing with some smarthome spotify integration. I am trying to connect my aux box with my network and use spotify connect. My problem i...

Visitor

Plan Premium Country Germany   Device Raspberry Pi Operating System Open   My Question or Issue Hey Everybody, I am currently playing with some smarthome spotify integration. I ...

391 Views

0 replies

0 likes

Question
  • 391 Views
  • 0 replies
  • 0 likes

Block user API

I have situation where account is being flooded with bot subscriptions (14,000 bots followers and around 60,000 bots streams) and i need a way to automatically block all those users. Currently i see it's possible to get list of them and filter, but i...

Visitor

I have situation where account is being flooded with bot subscriptions (14,000 bots followers and around 60,000 bots streams) and i need a way to automatically block all those users. Currently i see ...

441 Views

0 replies

0 likes

api
Block
bots
Users
  • 441 Views
  • 0 replies
  • 0 likes

Solved!! Unauthorized Error on Get Current User Data

My auth code to get auth token: const requestAuthToken = async () => {await fetch("https://accounts.spotify.com/api/token", { body: `grant_type=client_credentials&client_id=${CLIENT_ID}&client_secret=${CLIENT_SECRET}`, headers: { "Content-Type": "app...

Casual Listener

My auth code to get auth token:   const requestAuthToken = async () => { await fetch("https://accounts.spotify.com/api/token", { body: `grant_type=client_credentials&client_id=${CLIE...

mbattaloglu

Casual Listener

2014 Views

2 replies

2 likes

Web API
  • 2014 Views
  • 2 replies
  • 2 likes

Being rate limited (status code 429) after one API call

Hello, I'm developing a ChatBot that recommends songs according to the users mood (it's a project for a class I'm in). I'm trying to fill a database of tracks and want to include their valence, energy and danceability so the mood of it can be determi...

Visitor

Hello, I'm developing a ChatBot that recommends songs according to the users mood (it's a project for a class I'm in). I'm trying to fill a database of tracks and want to include their valence, energ...

640 Views

0 replies

0 likes

Question
  • 640 Views
  • 0 replies
  • 0 likes

Commercial application success?

Has anyone here had a commercial integration application approved? I submitted my application five months ago and still haven't received a reply (the submission form says the target response time is 10 days). In searching the forum, I've only found r...

Regular

Has anyone here had a commercial integration application approved? I submitted my application five months ago and still haven't received a reply (the submission form says the target response time is ...

arlomedia

Regular

1090 Views

1 replies

0 likes

Question
  • 1090 Views
  • 1 replies
  • 0 likes

Get artists concerts

Hello ! Is there an endpoit to see the artist's next concerts? Thanks all !

Casual Listener

Hello !   Is there an endpoit to see the artist's next concerts?   Thanks all !

468 Views

0 replies

0 likes

Feature Request
  • 468 Views
  • 0 replies
  • 0 likes

Where to get Implicit Grant OAuth Tokens?

PlanPremiumCountryUSDevicePCOperating SystemWindows 10 My Question or IssueI'm teaching myself about APIs by writing scripts for my own use. So all I want in terms of authorization is Implicit Grant.Can somebody point me to where I can generate OAuth...

Visitor

Plan Premium Country US Device PC Operating System Windows 10   My Question or Issue I'm teaching myself about APIs by writing scripts for my own use. So all I want in terms of authori...

kingosticks4

Roadie

928 Views

1 replies

0 likes

Question
  • 928 Views
  • 1 replies
  • 0 likes

Playlists endpoint fields param dot separator no longer working

For a long time my app has been using the dot separator syntax to specify specific fields in the response v1/playlists/{playlist_id} endpoint e.g.if I wanted the three fields "name,owner.id,type" I would do: 'https://api.spotify.com/v1/playlists/0rAg...

Roadie

For a long time my app has been using the dot separator syntax to specify specific fields in the response v1/playlists/{playlist_id} endpoint e.g.if I wanted the three fields "name,owner.id,type" I w...

430 Views

0 replies

0 likes

Possible Bug
  • 430 Views
  • 0 replies
  • 0 likes

React Native Spotify Integration

Hello,I want to create react native app and integrate spotify in it can Authenticate on behalf of users by using developet account ,If the I use spotify for developer and use react native spotify remote is it still working because i am getting error ...

Newbie

Hello, I want to create react native app and integrate spotify in it can Authenticate on behalf of users by using developet account , If the I use spotify for developer and use react native spo...

1070 Views

0 replies

0 likes

Question
  • 1070 Views
  • 0 replies
  • 0 likes

Status 429 and rate limiting due to "too many 504 error responses"?

I'm writing a simple application that calls the /v1/recommendations endpoint and a few others. The app is in very early development mode--I'm the only "user" while I'm developing and testing. Now it seems my app is rate-limited for the /v1/recommenda...

Casual Listener

I'm writing a simple application that calls the /v1/recommendations endpoint and a few others. The app is in very early development mode--I'm the only "user" while I'm developing and testing.  ...

djk-tel

Music Fan

2546 Views

7 replies

0 likes

Possible Bug
Question
  • 2546 Views
  • 7 replies
  • 0 likes

iFrame api problems in safari

I have problem to start a track by clicking a custom button. The track whont start play un less i just once click in the player. The averything work as normal.This just appear i safar all the other browser works fine.I sent an example code with two b...

Casual Listener

I have problem  to start a track by clicking a custom button. The track whont start play un less i just once click in the player. The averything work as normal. This just appear i safar all the...

471 Views

0 replies

0 likes

Possible Bug
  • 471 Views
  • 0 replies
  • 0 likes