Announcements

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

Updating the Criteria for Web API Extended Access

Hey, I created this thread to get your feedback on our blog post around changes to the Web API extended access criteria, which will take place on May 15th. Please share any of your thoughts on this change in the comments below. All of your feedback w...

Spotify

stuxmirai

Regular

43027 Views

151 replies

16 likes

Discussion
  • 43027 Views
  • 151 replies
  • 16 likes

Remote controlling from a game

(iOS 10, Android Oreo, Windows 10,etc.)Windows 10 My Question or IssueI am trying to understand what is allowed with games. Your information suggests that syncing with visual content is not ok. And I have seen examples like rhythm games etc. or games...

Newbie

(iOS 10, Android Oreo, Windows 10,etc.) Windows 10  My Question or Issue I am trying to understand what is allowed with games.  Your information suggests that syncing with visu...

RicardoEdwin

Newbie

1415 Views

1 replies

1 likes

Games
  • 1415 Views
  • 1 replies
  • 1 likes

Solved!! 204 regularly being incorrectly returned for /v1/me/player endpoint

PlanPremiumCountryIrelandDevice(iPhone 12, Samsung Galaxy S10e) My Question or IssueMy app relies heavily on the above endpoint to poll for the state of the Spotify player, which I do every 3 seconds from browsers on iOS and Android. On iOS I almost ...

Casual Listener

Plan Premium Country Ireland Device (iPhone 12, Samsung Galaxy S10e)   My Question or Issue My app relies heavily on the above endpoint to poll for the state of the Spotify player, which...

hydro0

Casual Listener

5879 Views

19 replies

0 likes

  • 5879 Views
  • 19 replies
  • 0 likes

Three weeks since scope extension request

It's been three weeks since a scope extension request was made. In the past these requests were responded to pretty quickly so I'm thinking something has gone wrong? It was for playlist-read-collaborative. I also need to submit a new one for playlist...

Gig Goer

It's been three weeks since a scope extension request was made.  In the past these requests were responded to pretty quickly so I'm thinking something has gone wrong?  It was for playl...

431 Views

0 replies

0 likes

  • 431 Views
  • 0 replies
  • 0 likes

Superuser Contribution Get request for multiple tracks audio features

My Question or IssueHi! I'm trying to get the audio features for multiple tracks, but can't get the request right.I've looked through the documentation for getting multiple tracks, as well as the similar documentation for getting a single track. Acco...

Newbie

My Question or Issue Hi!   I'm trying to get the audio features for multiple tracks, but can't get the request right. I've looked through the documentation for getting multiple tracks, as we...

LambertSpot

Spotify

2228 Views

3 replies

0 likes

Audio-features
  • 2228 Views
  • 3 replies
  • 0 likes

Solved!! Cannot authenticate with iOS SDK

I am using the Spotify iOS SDK and the Spotify app on my iPhone. iOS 15, Xcode 13.2, iPhone 13 Pro. when calling sessionManager.initiateSession(with: scope, options: .clientOnly) I get redirected to the Spotify app where my authorization fails (I see...

Casual Listener

I am using the Spotify iOS SDK and the Spotify app on my iPhone. iOS 15, Xcode 13.2, iPhone 13 Pro.   when calling   sessionManager.initiateSession(with: scope, options: .clientOnly) &...

ir_fuel

Casual Listener

1305 Views

1 replies

0 likes

  • 1305 Views
  • 1 replies
  • 0 likes

Need to know my app's status

PlanFree/PremiumCountry Device(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or IssueI have tried requesting for quota extension for my app, but that time while submitting the we...

Casual Listener

Plan Free/Premium Country   Device (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016) Operating System (iOS 10, Android Oreo, Windows 10,etc.)   My Question or Issue I have ...

388 Views

0 replies

0 likes

extension request
  • 388 Views
  • 0 replies
  • 0 likes

Solved!! API Error 403 with premium account

PlanPremium CountryUS Operating SystemWindows 10 My Question or IssueWhen I try to use the /me/player/pause api endpoint it returns error 403 "Player command failed: Premium required" but the token I used to authenticate the request belongs to a prem...

Casual Listener

Plan Premium   Country US   Operating System Windows 10   My Question or Issue When I try to use the /me/player/pause api endpoint it returns error 403 "Player command failed...

Finbar2

Casual Listener

1120 Views

1 replies

0 likes

api
developers
  • 1120 Views
  • 1 replies
  • 0 likes

Solved!! Am i allowed to make a blog post with information from the API?

PlanPremium My Question or IssueHelloI am not making an application but i am doing school work in the form of a blog post that will show some data that i fetched from the API in the form of a table or some kind of plot.The code file that is used to f...

Newbie

Plan Premium   My Question or Issue Hello I am not making an application but i am doing school work in the form of a blog post that will show some data that i fetched from the API in the fo...

Peter_Schorn

Roadie

482 Views

1 replies

0 likes

  • 482 Views
  • 1 replies
  • 0 likes

Quota Extension Rejection

PlanFree/PremiumCountryIndia Device(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or IssueI have submitted my Quota extension request, but rejected with the reason "to submit ful...

Casual Listener

Plan Free/Premium Country India   Device (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016) Operating System (iOS 10, Android Oreo, Windows 10,etc.)   My Question or Issue ...

TheDDtMM

Gig Goer

1004 Views

2 replies

0 likes

Extension Rejection
  • 1004 Views
  • 2 replies
  • 0 likes

Documentation mistake

In search opration:https://developer.spotify.com/documentation/web-api/reference/#/operations/search In the examples of code, wget, curl, the q mandatory/required field is missing.

Regular

In search opration: https://developer.spotify.com/documentation/web-api/reference/#/operations/search   In the examples of code, wget, curl, the q mandatory/required field is missing.  ...

ejgutierrez

Regular

513 Views

1 replies

0 likes

  • 513 Views
  • 1 replies
  • 0 likes

Documentation mistake or bug

This authorization request works for me in php-curl: $ch = curl_init(); //Escribo endpoint el indicado por api curl_setopt($ch, CURLOPT_URL, 'https://accounts.spotify.com/api/token'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); //IMPORTANTE ES UN...

Regular

This authorization request works for me in php-curl:       $ch = curl_init(); //Escribo endpoint el indicado por api curl_setopt($ch, CURLOPT_URL, 'https://acc...

Bhanu3858

Visitor

841 Views

2 replies

0 likes

  • 841 Views
  • 2 replies
  • 0 likes

Superuser Contribution Web Playback SDK unable to launch player

PlanPremiumCountryUnited Kingdom My Question or IssueHello! I was trying to build a web player controlled by Spotify app on my phone. I have Premium. I followed the guide below: https://developer.spotify.com/documentation/web-playback-sdk/guide/ Howe...

Newbie

Plan Premium Country United Kingdom   My Question or Issue Hello! I was trying to build a web player controlled by Spotify app on my phone. I have Premium. I followed the guide below:&nbsp...

ohej

Spotify

1206 Views

2 replies

0 likes

  • 1206 Views
  • 2 replies
  • 0 likes

500 and 302 errors web api

I'm not sure what's happening but every last request gives me 500 in my testing and every request before 500 is 302. Im using web api, python, and flask here. The code is bellow. It does provide a TypeError but I listed my code below if you can find ...

Newbie

I'm not sure what's happening but every last request gives me 500 in my testing and every request before 500 is 302. Im using web api, python, and flask here. The code is bellow. It does provide a Ty...

919 Views

0 replies

1 likes

  • 919 Views
  • 0 replies
  • 1 likes

Is a persistent user-scoped token possible?

Hey everyone, I am building a feature on my website that would render my top ten played songs from the Get User's Top Items endpoint. Right now it's working fine with my Bearer hardcoded as an environment variable, however, as soon as that expires my...

Newbie

Hey everyone, I am building a feature on my website that would render my top ten played songs from the Get User's Top Items endpoint. Right now it's working fine with my Bearer hardcoded as...

Peter_Schorn

Roadie

457 Views

1 replies

0 likes

  • 457 Views
  • 1 replies
  • 0 likes

API endpoint for getting multiple Albums (with tracks) from multiple Artists

My web app is using the Spotify API to get all of the albums by multiple artists.I have to call https://developer.spotify.com/documentation/web-api/reference/#/operations/get-an-artists-albumsThe number of artists can easily be in the hundreds. Becau...

Casual Listener

My web app is using the Spotify API to get all of the albums by multiple artists. I have to call https://developer.spotify.com/documentation/web-api/reference/#/operations/get-an-artists-albums The...

881 Views

0 replies

3 likes

  • 881 Views
  • 0 replies
  • 3 likes

Superuser Contribution Cannot login to Spotify developer console

I cannot login to the Spotify developer dashboard. I have signed up with Spotify through Facebook. I have created multiple apps using the dashboard before. Now, when I try to sign in through Facebook by  clicking the "login" button, I see a new windo...

Regular

I cannot login to the Spotify developer dashboard.    I have signed up with Spotify through Facebook. I have created multiple apps using the dashboard before. Now, when I try to sign in t...

Contentbutton

Visitor

7609 Views

25 replies

3 likes

dashboard
  • 7609 Views
  • 25 replies
  • 3 likes

Error with authorization using PHP Curl

PlanFreeCountrySpainDevicePCOperating SystemUbuntu 20.04 My Question or IssueIm trying to make an application web for eductional purpose.So far i tried this: '; $client_id = 'da145e8c4b304dc3875a8e79a062c927'; //$client_secret = ''; $client_secret = ...

Regular

Plan Free Country Spain Device PC Operating System Ubuntu 20.04   My Question or Issue Im trying to make an application web for eductional purpose. So far i tried this:   &nbsp...

2873 Views

0 replies

0 likes

  • 2873 Views
  • 0 replies
  • 0 likes

Inconsistencies with resources that have hashes (like user ID a#a)

Hi, in a recent GitHub issue I was made aware that user IDs may contain hashes, and that when retrieving user information or e.g. playlists, one should URL-encode that hash to avoid passing it in as HTML id, which is stripped by the server. In the ca...

Music Fan

Hi, in a recent GitHub issue I was made aware that user IDs may contain hashes, and that when retrieving user information or e.g. playlists, one should URL-encode that hash to avoid passing it in as ...

433 Views

0 replies

1 likes

  • 433 Views
  • 0 replies
  • 1 likes

Can no longer make changes to a playlist that I created

Hi, I'm running into a very weird issue with a playlist I created (uri spotify:playlist:40zpDuvEjmd5MxF9jrmo9R). I can't seem to make any changes to it any more, including updating the description (gives me an error: Failed to save playlist changes),...

Newbie

Hi, I'm running into a very weird issue with a playlist I created (uri spotify:playlist:40zpDuvEjmd5MxF9jrmo9R). I can't seem to make any changes to it any more, including updating the description (g...

465 Views

0 replies

0 likes

  • 465 Views
  • 0 replies
  • 0 likes

Search for Songwriters / Producers via Credits

Hey guys,It would be awesome to be able to search for a Songwriter or Producer by their credit. Currently when searching on Spotify it's pretty cool that you can search for the latest releases of a label by doing something like this: label:"Spinnin' ...

Music Fan

Hey guys, It would be awesome to be able to search for a Songwriter or Producer by their credit.   Currently when searching on Spotify it's pretty cool that you can search for the latest rele...

Hubo

Community Legend

6551 Views

2 replies

22 likes

  • 6551 Views
  • 2 replies
  • 22 likes