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
  • adilanchian
  • Regular
  • 31488 Views
  • 166 replies
  • 21 likes
  • 31488 Views
  • 166 replies
  • 21 likes

User playlists are no more returned in the right order

Hi!For a week or more, this endpoint "/v1/me/playlists" will no longer return user playlists in the correct order, as it did before.The playlist order returned by the API is no longer the same as the one on the Spotify App itself. Is there any fix re...

  • Roadie
  • Hi! For a week or more, this endpoint "/v1/me/playlists" will no longer return user playlists in the correct order, as it did before. The playlist order returned by the API is no longer the same as...
  • TiceWise
  • Newbie
  • 176 Views
  • 1 replies
  • 2 likes
  • Possible Bug
  • 176 Views
  • 1 replies
  • 2 likes

Playlist Genres Removed

My Question or IssueI noticed in the WebAPI Documentation reference under Get Playlist that one of the response fields was genres but when querying a playlist, there never seemed to be any genres. Have genres been removed from the response object? He...

  • Visitor
  • My Question or Issue I noticed in the WebAPI Documentation reference under Get Playlist that one of the response fields was genres but when querying a playlist, there never seemed to be any genres. ...
  • Ximzend
  • Rising Star 1
  • 116 Views
  • 1 replies
  • 0 likes
  • Question
  • 116 Views
  • 1 replies
  • 0 likes

Album data not returned

Using the API to get tracks on a playlist and album data isn’t being returned under each track, just an empty bracket {}. Anyone else having this issue?

  • Newbie
  •   Using the API to get tracks on a playlist and album data isn’t being returned under each track, just an empty bracket {}. Anyone else having this issue? 
  • 130 Views
  • 0 replies
  • 1 likes
  • album
    api
    Playlists
    Possible Bug
    Question
  • 130 Views
  • 0 replies
  • 1 likes

Commercial API approval waiting time

We are trying to launch a service using the API and submitted our request for the commercial API about a week ago. I haven't had any confirmation this was received or indication of when we'd get a reply. Not complaining as such, would just like a bit...

  • Casual Listener
  • We are trying to launch a service using the API and submitted our request for the commercial API about a week ago.  I haven't had any confirmation this was received or indication of when we'd...
  • KevinVassMusotic
  • Newbie
  • 4462 Views
  • 11 replies
  • 5 likes
  • 4462 Views
  • 11 replies
  • 5 likes

problem with token Unauthorized

i request my token with my client id and client secret i can get the token but if i want to use this token to do anyhting else i cant use it for example im trying to get current user's id https://api.spotify.com/v1/me but documentations says that you...

  • Newbie
  • i request my token with my client id and client secret i can get the token but if i want to use this token to do anyhting else i cant use it for example im trying to get current user's id https://api...
  • Ximzend
  • Rising Star 1
  • 133 Views
  • 1 replies
  • 0 likes
  • Possible Bug
  • 133 Views
  • 1 replies
  • 0 likes

Spotify API-related question

PlanPremiumCountryRepublic of KoreaDevice(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or IssueHello, we are students working on sw project using spotify api. I would like to as...

  • Newbie
  • Plan Premium Country Republic of Korea Device (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016) Operating System (iOS 10, Android Oreo, Windows 10,etc.)   My Question or Issue H...
  • 106 Views
  • 0 replies
  • 0 likes
  • Question
  • 106 Views
  • 0 replies
  • 0 likes

Help with Error 403 while getting top tracks

const clientId = "..."; const params = new URLSearchParams(window.location.search); const code = params.get("code"); if (!code) { redirectToAuthCodeFlow(clientId); } else { const accessToken = await getAccessToken(clientId, code); const profile = awa...

  • Casual Listener
  •     const clientId = "..."; const params = new URLSearchParams(window.location.search); const code = params.get("code"); if (!code) { redirectToAuthCodeFlow(clientId); } else { c...
  • Ximzend
  • Rising Star 1
  • 222 Views
  • 1 replies
  • 1 likes
  • 403 error
  • 222 Views
  • 1 replies
  • 1 likes

Where is the official contact for developers for commercial use?

This SDK must not be used in commercial projects without Spotify’s prior written approval. https://developer.spotify.com/documentation/web-playback-sdk/I asked the public contact for contact information, but they just directed me to https://developer...

  • Newbie
  •   This SDK must not be used in commercial projects without Spotify’s prior written approval.  https://developer.spotify.com/documentation/web-playback-sdk/ I asked the public c...
  • Ximzend
  • Rising Star 1
  • 1408 Views
  • 2 replies
  • 9 likes
  • Commercial
    Developer
  • 1408 Views
  • 2 replies
  • 9 likes

How to play a specified spotify album through the mediasession framework

PlanFreeCountry Device/Operating SystemAAOS Android 12 My Question or IssueThank you very much for your support and look forward to your reply.Environment: AAOS Android 12,Spotify version 4.4.1Description:I built a mediaApp on AAOS, plugged into Spot...

  • Newbie
  • ...y interface call. public void playFromSearchAlbum(String album, String artist, String genre) { Bundle extras = new Bundle(); extras.putString(MediaStore.EXTRA_MEDIA_FOCUS, MediaStore.Audio.Albums...
  • 139 Views
  • 0 replies
  • 0 likes
  • 139 Views
  • 0 replies
  • 0 likes

AppleScript currentPosition is delayed if user plays autoplay/automix/recommended songs

PlanPremiumCountryIndia DeviceM1 MacBook AirOperating SystemmacOS Sonoma. My Question or IssuePreviously I reported an issue where the currentPosition returned by Spotify's AppleSript api is delayed by the number of seconds the user has set crossfade...

  • Casual Listener
  • Plan Premium Country India  Device M1 MacBook Air Operating System macOS Sonoma.   My Question or Issue Previously I reported an issue where the currentPosition returned by Spotif...
  • aviwad2
  • Regular
  • 476 Views
  • 3 replies
  • 2 likes
  • applescript
    bug
    macOS
  • 476 Views
  • 3 replies
  • 2 likes

Set up for the percentage of unlinked songs

Hi guys, There is a feature that we definitely need. Sometimes I want to listen to new music so I start the customized set ups or radios to certain songs. The problem? They are filled with songs I liked, so in the end I am still listening to the same...

  • Visitor
  • Hi guys,   There is a feature that we definitely need. Sometimes I want to listen to new music so I start the customized set ups or radios to certain songs.    The problem? They ar...
  • AdamDam
  • Spotify Star
  • 140 Views
  • 1 replies
  • 0 likes
  • Feature Request
  • 140 Views
  • 1 replies
  • 0 likes

Spotify Tap

How is Spotify Tap integrated into gadgets? Is Spotify still growing their base of partners who can use this?

  • Visitor
  • How is Spotify Tap integrated into gadgets? Is Spotify still growing their base of partners who can use this?  
  • Ximzend
  • Rising Star 1
  • 208 Views
  • 1 replies
  • 0 likes
  • Developer
    Tap
  • 208 Views
  • 1 replies
  • 0 likes

Commercial use

PlanPremiumCountryIsraelDevice(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or IssueHi, I have a legal question and Spotify support told me to ask here. I am trying to find info...

  • Newbie
  • Plan Premium Country Israel Device (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016) Operating System (iOS 10, Android Oreo, Windows 10,etc.)   My Question or Issue Hi, I have a...
  • Ximzend
  • Rising Star 1
  • 162 Views
  • 1 replies
  • 0 likes
  • Question
  • 162 Views
  • 1 replies
  • 0 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
  • 485 Views
  • 1 replies
  • 0 likes
  • Games
  • 485 Views
  • 1 replies
  • 0 likes

recieve the updates on song without API polling

I want to integrate spotify with my app.After login and retrieving the tokens, I want to take some actions on my application on the basis of currently playing song.How can I get the currently playing track details without polling the API

  • Newbie
  • I want to integrate spotify with my app. After login and retrieving the tokens, I want to take some actions on my application on the basis of currently playing song. How can I get the currently pla...
  • Ximzend
  • Rising Star 1
  • 134 Views
  • 1 replies
  • 0 likes
  • 134 Views
  • 1 replies
  • 0 likes

Spotify Search API issue

PlanPremiumCountryIndiaDeviceLaptopOperating SystemWindows 11 My Question or IssueHow do i retrieve the id for a specific track using Search API as there are multiple track names with the same name ? For example , I am trying to search and retrieve t...

  • Music Fan
  • Plan Premium Country India Device Laptop Operating System Windows 11   My Question or Issue How do i retrieve the id for a specific track using Search API as there are multiple track n...
  • BuggerMe
  • Music Fan
  • 185 Views
  • 1 replies
  • 0 likes
  • "search"
    Search API
  • 185 Views
  • 1 replies
  • 0 likes

The playlist creation endpoint is frequently returning "502 Error while loading resource"

The playlist creation endpoint (docs) is frequently returning HTTP error code 502 and a response body that looks like: {"error": {"status": 502, "message": "Error while loading resource" } } This has completely broken the app that I develop, and is t...

  • Regular
  • The playlist creation endpoint (docs) is frequently returning HTTP error code 502 and a response body that looks like:   {"error": {"status": 502, "message": "Error while loading resource" } }...
  • nathancoleman
  • Regular
  • 460 Views
  • 4 replies
  • 1 likes
  • Possible Bug
  • 460 Views
  • 4 replies
  • 1 likes

Commercial Licensing

Is it ever possible to get a commercial license for the Spotify API? If so, how can Irequest one?

  • Visitor
  • Is it ever possible to get a commercial license for the Spotify API?  If so, how can Irequest one?  
  • Ximzend
  • Rising Star 1
  • 147 Views
  • 1 replies
  • 0 likes
  • Commercial Licensing
  • 147 Views
  • 1 replies
  • 0 likes

Solved!! Can't get recently played songs -

My Question or IssueHello, I'm trying to get my recently played songs and getting an error message saying. {'error': {'status': 500, 'message': 'Server error.'}} I'm using the correct scope: data = { 'grant_type' : 'client_credentials', 'client_id' :...

  • Newbie
  •     My Question or Issue Hello,  I'm trying to get my recently played songs and getting an error message saying.  {'error': {'status': 500, 'message': 'Server error.'}} &nbs...
  • Ximzend
  • Rising Star 1
  • 162 Views
  • 1 replies
  • 0 likes
  • Question
  • 162 Views
  • 1 replies
  • 0 likes