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

Important: App review and quota extension waiting times

The Spotify for developers platform helps many bring their ideas to life. Whether it's a short term app helping an artist’s release or something more long term - there is always a chance of success. Things start to grow and then you might also need w...

  • Moderator
  • Moderator
  • nathancheshire
  • Casual Listener
  • 33351 Views
  • 168 replies
  • 21 likes
  • 33351 Views
  • 168 replies
  • 21 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
  • 263 Views
  • 2 replies
  • 0 likes
  • Possible Bug
    Question
  • 263 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
  • Rising Star 3
  • 235 Views
  • 1 replies
  • 0 likes
  • Feature Request
    Question
  • 235 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 ...

  • Visitor
  • 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 ...
  • 220 Views
  • 0 replies
  • 2 likes
  • Docs
    Possible Bug
  • 220 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
  • 404 Views
  • 1 replies
  • 1 likes
  • api
    caching
    compliance
    data
    Guidelines
    Terms of Service
  • 404 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
  • 235 Views
  • 2 replies
  • 0 likes
  • Question
  • 235 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
  • ...he public. Thank you!  
  • Maxim
  • Spotify Star
  • 169 Views
  • 1 replies
  • 0 likes
  • Discussion
    Feature Request
  • 169 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
  • Rising Star 3
  • 343 Views
  • 3 replies
  • 0 likes
  • API Endpoint
  • 343 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
  • Rising Star 3
  • 334 Views
  • 2 replies
  • 0 likes
  • 403
    api
    forbidden
  • 334 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 ...
  • 197 Views
  • 0 replies
  • 0 likes
  • Question
  • 197 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 ...
  • 241 Views
  • 0 replies
  • 0 likes
  • api
    Block
    bots
    Users
  • 241 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
  • 1069 Views
  • 2 replies
  • 2 likes
  • Web API
  • 1069 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...
  • 286 Views
  • 0 replies
  • 0 likes
  • Question
  • 286 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
  • 848 Views
  • 1 replies
  • 0 likes
  • Question
  • 848 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 !
  • 307 Views
  • 0 replies
  • 0 likes
  • Feature Request
  • 307 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
  • 361 Views
  • 1 replies
  • 0 likes
  • Question
  • 361 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...
  • 289 Views
  • 0 replies
  • 0 likes
  • Possible Bug
  • 289 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...
  • 664 Views
  • 0 replies
  • 0 likes
  • Question
  • 664 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
  • 1068 Views
  • 7 replies
  • 0 likes
  • Possible Bug
    Question
  • 1068 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...
  • 213 Views
  • 0 replies
  • 0 likes
  • Possible Bug
  • 213 Views
  • 0 replies
  • 0 likes

Superuser Contribution how to request new scopes?

I have developer "apps" that already have the quota extension that need additional OAuth scopes. I cannot find any way to request these. do I need to create an entirely new "app"?

  • Casual Listener
  • I have developer "apps" that already have the quota extension that need additional OAuth scopes.   I cannot find any way to request these.  do I need to create an entirely new "app"?
  • jesdevse
  • Visitor
  • 1361 Views
  • 4 replies
  • 0 likes
  • Developer
  • 1361 Views
  • 4 replies
  • 0 likes