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

Forum Posts

/playlists API Endpoint Issue Fixed

We wanted to provide an update regarding issues identified in the “/playlists” API endpoints. We have investigated the reported concerns of null results appearing in responses and have fixed the behaviour in the “/me/playlists” and “/users/{user_id}/...

  • Spotify
  • Spotify
  • AdrienCompDev
  • Casual Listener
  • 2157 Views
  • 9 replies
  • 1 likes
  • Possible Bug
  • 2157 Views
  • 9 replies
  • 1 likes

converting played at from recently played

I'm passing over a UTC unix timestamp for one hour ago (for example if the current UTC timestamp is 1701203866000, I'm passing 1701200266000). I played a few track 15-20 minutes ago, but they don't get returned. If I set the time way back to say 1601...

  • Newbie
  • I'm passing over a UTC unix timestamp for one hour ago (for example if the current UTC timestamp is 1701203866000, I'm passing 1701200266000).  I played a few track 15-20 minutes ago, ...
  • 199 Views
  • 0 replies
  • 1 likes
  • Recently Played
  • 199 Views
  • 0 replies
  • 1 likes

Web Playback SDK Not Working on Latest Chrome Android

Receiving the following error when trying to initialize the Web Playback SDK on the latest Android Chrome versions (111 and 112). The player connects but fails to become 'ready'. Uncaught (in promise) EMEError: No supported keysystem was found.at new...

  • Regular
  • Receiving the following error when trying to initialize the Web Playback SDK on the latest Android Chrome versions (111 and 112). The player connects but fails to become 'ready'.   Uncaught (i...
  • Chickenjoe
  • Casual Listener
  • 1594 Views
  • 7 replies
  • 4 likes
  • Android Chrome
    web playback sdk
  • 1594 Views
  • 7 replies
  • 4 likes

Solved!! Handling user's free and premium subscription in web api?

Building one personal hobby project with Spotify I have no idea how to distinguish or handle user's with free and premium subscription. Can anyone explain?

  • Casual Listener
  • Building one personal hobby project with Spotify  I have no idea how to distinguish or handle user's with free and premium subscription.  Can anyone explain?
  • Ximzend
  • Spotify Star
  • 287 Views
  • 1 replies
  • 0 likes
  • Web API
  • 287 Views
  • 1 replies
  • 0 likes

Getting 500 for WebAPI /v1/me/albums - even on documentation dashboard

PlanPremium CountryBrazil DeviceDell Inc. Precision 5560 Operating SystemUbuntu 22.04.3 LTS My Question or IssueHey there!I'm consistently getting 500 errors for the endpoint /v1/me/albums. It doesn't happen in other endpoints of the WebAPI. This hap...

  • Regular
  • Plan Premium   Country Brazil   Device Dell Inc. Precision 5560   Operating System Ubuntu 22.04.3 LTS   My Question or Issue Hey there! I'm consistently getting 50...
  • man-et-arms
  • Regular
  • 737 Views
  • 3 replies
  • 0 likes
  • Possible Bug
  • 737 Views
  • 3 replies
  • 0 likes

Add API support for programattically adding/removing collaborators on playlist

PlanFree + PremiumCountryN/A My Question or IssueCollaborative playlists seem to be a hot topic for a lot of reasons but I havent seen anything addressing this issue specifically. It would be great if we could add collaborators programmatically to a ...

  • Casual Listener
  •   Plan Free + Premium Country N/A   My Question or Issue Collaborative playlists seem to be a hot topic for a lot of reasons but I havent seen anything addressing this issue specific...
  • 361 Views
  • 0 replies
  • 1 likes
  • api
    App and Feature
  • 361 Views
  • 0 replies
  • 1 likes

Invite Collaborator generate share link using API

Hi! I'm trying to find a way to generate or create a share link to invite a collaborator to a private playlist but can't find anything in the docs. In the mobile app when clicking on the 3 dots on a playlist there is an option to "Invite Collaborator...

  • Newbie
  • Hi!   I'm trying to find a way to generate or create a share link to invite a collaborator to a private playlist but can't find anything in the docs.   In the mobile app when clicking o...
  • kibagateaux
  • Casual Listener
  • 1437 Views
  • 6 replies
  • 8 likes
  • collaborators
  • 1437 Views
  • 6 replies
  • 8 likes

Api question

Hello, I want to know if you can give me full access to your API so that music can play in full? I need this for my coursework application, I will be very grateful.PlanFree/PremiumCountry - Ukraine DeviceMacBookProOperating System(iOS 10, Android Ore...

  • Casual Listener
  • Hello, I want to know if you can give me full access to your API so that music can play in full? I need this for my coursework application, I will be very grateful. Plan Free/Premium Country - Ukr...
  • Artem66
  • Casual Listener
  • 470 Views
  • 5 replies
  • 0 likes
  • Developers API
  • 470 Views
  • 5 replies
  • 0 likes

Filter by Popularity in Search API

I don't find anything related to popularity but the tag:hispter in search endpoint. I wanted to know if there's something more to use in an api call to retrieve only tracks with a specific popularity. Something like: https://api.spotify.com/v1/search...

  • Newbie
  • I don't find anything related to popularity but the tag:hispter in search endpoint. I wanted to know if there's something more to use in an api call to retrieve only tracks with a specific popularity...
  • ExCx
  • Newbie
  • 1926 Views
  • 2 replies
  • 3 likes
  • Search API
  • 1926 Views
  • 2 replies
  • 3 likes

Spotify Web API: How to get genres from TrackObject in playlist

I am using the Spotify Web API through Python. I am currently extracting tracks from a playlist. With that in mind, I also wanted to get the genres for each song. My first question is if there's a way to a genre for a specific song? At the moment, I ...

  • Newbie
  • I am using the Spotify Web API through Python. I am currently extracting tracks from a playlist. With that in mind, I also wanted to get the genres for each song.   My first question is if the...
  • Ximzend
  • Spotify Star
  • 2538 Views
  • 1 replies
  • 0 likes
  • Question
  • 2538 Views
  • 1 replies
  • 0 likes

[Newbie question] Recommended tool for the base64 encoding of ?

My Question or IssueI tried the Client Credentials Flow(which is the 4th authorization flow in the Authorization Guide),Step 1: Have your application request authorizationand I got an error. Step 1 is basically this cURL command: curl -X "POST"-H "Au...

  • Regular
  • My Question or Issue I tried the Client Credentials Flow (which is the 4th authorization flow in the Authorization Guide), Step 1: Have your application request authorization and I got an err...
  • Yanine98
  • Casual Listener
  • 1226 Views
  • 2 replies
  • 2 likes
  • Discussion
  • 1226 Views
  • 2 replies
  • 2 likes

Ratings API?

Is there any way to get an item's ratings from the Spotify API? Through some hacking around, I found I can collect the total number of ratings and average score of all of them, but that's not all that helpful. I'd really like to see the spread of rat...

  • Newbie
  • Is there any way to get an item's ratings from the Spotify API?   Through some hacking around, I found I can collect the total number of ratings and average score of all of them, but that...
  • johnrdimm
  • Newbie
  • 438 Views
  • 1 replies
  • 2 likes
  • 438 Views
  • 1 replies
  • 2 likes

is_playable field returns incorrect result

PlanPremiumCountryAustraliaMy Question or IssueMy app calls the "playlists/tracks" endpoint to get a list of songs in the user's playlist. When it does this, it specifies "AU" for the market field. It then checks the "is_playable" field for each song...

  • Visitor
  • Plan Premium Country Australia My Question or Issue My app calls the "playlists/tracks" endpoint to get a list of songs in the user's playlist. When it does this, it specifies "AU" for the marke...
  • Efremych
  • Roadie
  • 4570 Views
  • 13 replies
  • 5 likes
  • 4570 Views
  • 13 replies
  • 5 likes

Re: Email verification doesn't work.

i'm trying to verify my spotify developer account, but when i click the link in the verification email my browser just says the site can't be reached. i can't click on the "contact us" option either, the same issue happens. i'm using google chrome, o...

  • Casual Listener
  • i'm trying to verify my spotify developer account, but when i click the link in the verification email my browser just says the site can't be reached. i can't click on the "contact us" option either,...
  • 218 Views
  • 0 replies
  • 0 likes
  • 218 Views
  • 0 replies
  • 0 likes

Matrix numbers for the recordings contained in "Hromata" by Xarhakos album

PlanPremiumCountryGreeceHello, I am looking the matrix numbers of the recordings contained in the album "HROMATA" by Stavros Harhakos. The matrix code is 7xcg followed by four digit numbers. Thank you.

  • Newbie
  • Plan Premium Country Greece Hello, I am looking the matrix numbers of the recordings contained in the album "HROMATA" by Stavros Harhakos. The matrix code is 7xcg followed by four digit numbers. ...
  • 205 Views
  • 0 replies
  • 0 likes
  • Feature Request
  • 205 Views
  • 0 replies
  • 0 likes

I get ads on premium account

My Question or IssueI have my premium account but I have received some images promoting new albums and artists, while listening to music, why is that? PlanPremiumCountryColombia Device(iPhone 12)Operating System(iOS 17)

  • Visitor
  • My Question or Issue I have my premium account but I have received some images promoting new albums and artists, while listening to music, why is that?  Plan Premium Country Colombia  ...
  • Ximzend
  • Spotify Star
  • 281 Views
  • 2 replies
  • 0 likes
  • Ads in premium account
  • 281 Views
  • 2 replies
  • 0 likes

Not getting the email verification mail for Spotify for Developers Console

PlanPremium Family Plan Device(iPhone 13 Pro, Laptop, Desktop)Operating System(iOS 17.1.1, Windows 10, Windows 11, Ubuntu.) My Question or IssueI am not getting the email verification mail for Spotify for Developers Console. I have tried several time...

  • Casual Listener
  • Plan Premium Family Plan   Device (iPhone 13 Pro, Laptop, Desktop) Operating System (iOS 17.1.1, Windows 10, Windows 11, Ubuntu.)   My Question or Issue I am not getting the email ...
  • 333 Views
  • 0 replies
  • 0 likes
  • Account
    Other
    Premium
    Subscription
  • 333 Views
  • 0 replies
  • 0 likes

Artist Stats

My Question or Issue Hello Guys ,I wanted to find out if it is possible to get weekly stats on artists tracks and if so how does one go about this

  • Newbie
  • My Question or Issue   Hello Guys ,I wanted to find out if it is possible to get weekly stats on artists tracks and if so how does one go about this   
  • Ximzend
  • Spotify Star
  • 232 Views
  • 1 replies
  • 0 likes
  • Question
  • 232 Views
  • 1 replies
  • 0 likes

Solved!! Authentification

PlanFree/PremiumCountryFranceDeviceWindows computer and multiple android devices and emulatorsOperating SystemWindows 11 and Android api level 33My Question or IssueMy authentification link for my android app :"https://accounts.spotify.com/authorize?...

  • Casual Listener
  • Plan Free/Premium Country France Device Windows computer and multiple android devices and emulators Operating System Windows 11 and Android api level 33 My Question or Issue My authentificat...
  • SacBruine
  • Casual Listener
  • 318 Views
  • 1 replies
  • 0 likes
  • Possible Bug
  • 318 Views
  • 1 replies
  • 0 likes

Embeded episodes display in Preview mode only

CountryPolandDevicePC, Mac, Android My Question or IssueWe are encountering difficulties embedding Polish podcast episodes. For some reason, you can only see the episodes in Preview mode. We experimented with different shows and here are some observa...

  • Newbie
  • Country Poland Device PC, Mac, Android   My Question or Issue We are encountering difficulties embedding Polish podcast episodes. For some reason, you can only see the episodes in Preview ...
  • 336 Views
  • 0 replies
  • 1 likes
  • embedding
    issue
    Possible Bug
  • 336 Views
  • 0 replies
  • 1 likes