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

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

ismamz

Visitor

36575 Views

135 replies

14 likes

Discussion
  • 36575 Views
  • 135 replies
  • 14 likes

Genre search for multiple words via search endpoint only works with dashes

I am struggling to get multi-word genre search working via the search endpoint.Using the Web API, I try to set q to genre:hard rock which gets converted to: search?q=genre%3Ahard+rock&type=artist This ends up giving a bunch of results with the word "...

Casual Listener

I am struggling to get multi-word genre search working via the search endpoint. Using the Web API, I try to set q to genre:hard rock which gets converted to:   search?q=genre%3Ahard+rock...

356 Views

0 replies

2 likes

Possible Bug
  • 356 Views
  • 0 replies
  • 2 likes

Constantly Loading on Authorize

I am using Flask/Python to develop my own web app using Spotifys web API. OAuth/Spotify client requires me to sign in multiple times (everytime I make a change to my python file). Everything was working thus far, but now I am encountering an issue wh...

Newbie

I am using Flask/Python to develop my own web app using Spotifys web API. OAuth/Spotify client requires me to sign in multiple times (everytime I make a change to my python file). Everything was work...

374 Views

0 replies

0 likes

Possible Bug API
  • 374 Views
  • 0 replies
  • 0 likes

Solved!! Getting {"code":0,"message":"Not Found"}

PlanPremiumCountryItaly Windows 10 My Question or IssueHello there guys, i'm trying to develop a discord bot to control spotify. I've followed the spotify api documentation while using a c# wrapper. I've reached the point where i generate a url to re...

Casual Listener

  Plan Premium Country Italy   Windows 10   My Question or Issue Hello there guys, i'm trying to develop a discord bot to control spotify. I've followed the spotify api docume...

Doge421

Casual Listener

533 Views

2 replies

0 likes

API Question
Discussion
Feature Request
Possible Bug
Question
  • 533 Views
  • 2 replies
  • 0 likes

Can't delete development mode app

When I log into https://developer.spotify.com/dashboard I can see old dev apps that I have created but they all have the status of Disabled and blocked. Previously I have worked around this by deleting the app and creating a new one but the 6 apps on...

Casual Listener

When I log into https://developer.spotify.com/dashboard I can see old dev apps that I have created but they all have the status of Disabled and blocked. Previously I have worked around this...

sathyabhat

Casual Listener

1595 Views

3 replies

3 likes

blocked
clientId
delete
  • 1595 Views
  • 3 replies
  • 3 likes

Check User's Saved Tracks is returning the wrong value

Check User's Saved Tracks is returning the wrong value. Sometimes it was all false, while part or all of the tracks in the request are saved(Liked songs) tracks. https://developer.spotify.com/documentation/web-api/reference/check-users-saved-tracks

Music Fan

Check User's Saved Tracks is returning the wrong value. Sometimes it was all false, while part or all of the tracks in the request are saved(Liked songs) tracks.   https://developer.spotify.co...

WXRIW

Music Fan

1380 Views

1 replies

2 likes

api
critical bug
wrong value
  • 1380 Views
  • 1 replies
  • 2 likes

Getting error 429 when using audio_features (even for a single track)

track_features = sp.audio_features(["3GYlZ7tbxLOxe6ewMNVTkw"])This is my code and this is the error I'm gettingMax Retries reachedurllib3.exceptions.ResponseError: too many 429 error responsesThe above exception was the direct cause of the following ...

Casual Listener

  track_features = sp.audio_features(["3GYlZ7tbxLOxe6ewMNVTkw"]) This is my code and this is the error I'm getting Max Retries reached urllib3.exceptions.ResponseError: too many 429 error r...

Fedea

Casual Listener

1065 Views

4 replies

1 likes

Feature Request
Possible Bug
Question
  • 1065 Views
  • 4 replies
  • 1 likes

Missing Retry_After header in 429 Response

Receiving the 429 error when making requests to the artist endpoint, the 'Retry-After' header is there, but this is not the case with the audio-features or audio-analysis endpoints. Here is my code:def get_audio_analysis(track_id): try: url = 'https:...

Casual Listener

Receiving the 429 error when making requests to the artist endpoint, the 'Retry-After' header is there, but this is not the case with the audio-features or audio-analysis endpoints. Here is my code: ...

Sporkify

Casual Listener

835 Views

1 replies

2 likes

API Question
Discussion
Possible Bug
  • 835 Views
  • 1 replies
  • 2 likes

Spotify Music Licensing

PlanFree/PremiumCountry Device(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or IssueHello, my name is Alperen. I like to listen to classical music and last week I decided to set...

Visitor

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 Hello, ...

user-removed

Not applicable

482 Views

1 replies

0 likes

"spotify"
  • 482 Views
  • 1 replies
  • 0 likes

Is extension requests paid service?

Hi all! I was just wandering if Extension Requests for an app is paid (and how much if it is), or for free? I could't find the info anywhere. Thank you, Sandra

Regular

Hi all!  I was just wandering if Extension Requests for an app is paid (and how much if it is), or for free? I could't find the info anywhere.  Thank you,  Sandra

SandraHeinz

Regular

478 Views

2 replies

0 likes

Extension Requests
  • 478 Views
  • 2 replies
  • 0 likes

Spotify listening tracker

My Question or IssueHas anyone seen the project with the open source code on GitHub where played tracks in Spotify are tracked and counted? analog of last fm for example

Newbie

  My Question or Issue Has anyone seen the project with the open source code on GitHub where played tracks in Spotify are tracked and counted? analog  of last fm for example

361 Views

0 replies

0 likes

Tracker
  • 361 Views
  • 0 replies
  • 0 likes

API docs for Custom Playlist Cover Image need updating

Neither the API Reference or Console make any reference to how an image should be defined when using PUT /v1/playlists/playlist_id/images to replace the image used to represent a specific playlist. Specifically, many other API services would permit (...

Regular

Neither the API Reference or Console make any reference to how an image should be defined when using PUT /v1/playlists/playlist_id/images to replace the image used to represent a specific p...

mcharnock01

Newbie

546 Views

1 replies

1 likes

  • 546 Views
  • 1 replies
  • 1 likes

Internet Radio Station Page

I have a inquiry. I run a internet radio station called "bravo Radio" We are a community ran ad free radio station. We play family friendly songs so you dont have to worry about wrong language in songs. I was thinking, we would like our own page. Whe...

Visitor

I have a inquiry. I run a internet radio station called "bravo Radio" We are a community ran ad free radio station. We play family friendly songs so you dont have to worry about wrong language in son...

Mumath

Visitor

3911 Views

2 replies

1 likes

  • 3911 Views
  • 2 replies
  • 1 likes

Displaying Distributor Information on Platform

Plan:PremiumCountry:United KingdomDevice: PC My Question or Issue:Hi there,I'm working on a program for a client and I've hit a bit of a roadblock. After some extensive research, I'm not entirely sure if what I'm looking for is possible, but I'm dete...

Newbie

Plan: Premium Country: United Kingdom Device:  PC   My Question or Issue: Hi there, I'm working on a program for a client and I've hit a bit of a roadblock. After some exte...

504 Views

0 replies

1 likes

Developers help
Discussion
Question
  • 504 Views
  • 0 replies
  • 1 likes

Audiobooks API to Push

I'm inquiring about the Spotify Audiobooks API and its new mechanism. Spotify has provided Audiobooks content through its API for quite some time, but they're soon discontinuing it in favor of a new method called "Push." In this new approach, they'll...

Newbie

I'm inquiring about the Spotify Audiobooks API and its new mechanism. Spotify has provided Audiobooks content through its API for quite some time, but they're soon discontinuing it in favor of a new ...

286 Views

0 replies

1 likes

Audiobooks
  • 286 Views
  • 0 replies
  • 1 likes

Spotify album streams not updating to match my songs

I posted an album on Friday and it's a week later. I paid $200 for Facebook meta ads and the album got 10,000 streams and that was real-time streams. They updated everything up until that point on my individual tracks and it added up to 10,000. After...

Newbie

I posted an album on Friday and it's a week later. I paid $200 for Facebook meta ads and the album got 10,000 streams and that was real-time streams. They updated everything up until that point on my...

272 Views

0 replies

0 likes

Possible Bug
  • 272 Views
  • 0 replies
  • 0 likes

Recently Played tracks don't seem to show plays of downloaded songs

Hi! When using the API to pull my recently played tracks, I've noticed that songs played while offline consistently don't seem to show in the results. Is this intended behavior? If so, is there a way to get the offline play data too, somehow? Thanks ...

Newbie

Hi! When using the API to pull my recently played tracks, I've noticed that songs played while offline consistently don't seem to show in the results. Is this intended behavior? If so, is there a way...

Ximzend

Spotify Star

380 Views

2 replies

2 likes

api
  • 380 Views
  • 2 replies
  • 2 likes

Solved!! Receiving 403 Forbidden when deleting a song from a my own playlist

PlanPremiumCountryNetherlandsDeviceComputerOperating SystemWindows 10My Question or IssueWhen calling the API with the right scope, I get a 403 Forbidden (Not a missing scope error to be clear) when deleting a song from my own playlist. It's worked f...

Casual Listener

Plan Premium Country Netherlands Device Computer Operating System Windows 10 My Question or Issue When calling the API with the right scope, I get a 403 Forbidden (Not a missing scope error ...

Deyvit31

Newbie

687 Views

4 replies

1 likes

403 Forbidden Response
  • 687 Views
  • 4 replies
  • 1 likes

New app idea - playlist identification

I am trying to develop an iOS app that identifies a public playlist that is currently playing from someone else’s phone. To do this, I would need to identify the song that is currently playing (similar to Shazam), identify a user in the area of my ip...

Casual Listener

I am trying to develop an iOS app that identifies a public playlist that is currently playing from someone else’s phone. To do this, I would need to identify the song that is currently playing (simil...

Ximzend

Spotify Star

591 Views

4 replies

0 likes

Question
  • 591 Views
  • 4 replies
  • 0 likes

Incorrect pagination https://api.spotify.com/v1/users/{user_id}/playlists

PlanPremiumCountryCanadaDeviceREST APIMy Question or Issue Hi everyone!I ran into a weird issue with paginating over users playlists. Steps to reproduce are:Request some number of users playlists with no offset: ?limit=5&offset=0Request same amount o...

Newbie

Plan Premium Country Canada Device REST API My Question or Issue   Hi everyone! I ran into a weird issue with paginating over users playlists. Steps to reproduce are: Request some num...

345 Views

0 replies

1 likes

Possible Bug
  • 345 Views
  • 0 replies
  • 1 likes

403 User not registered in the Developer Dashboard error after user has been added

My Question or IssueI have a spotify app in development mode that is using the WebAPI and it works correctly with the app's account owner spotify account, but when trying to use another account, i get this 403 error. I've followed the steps to add us...

Newbie

My Question or Issue I have a spotify app in development mode that is using the WebAPI and it works correctly with the app's account owner spotify account, but when trying to use another account, i ...

488 Views

0 replies

0 likes

Possible Bug
Question
  • 488 Views
  • 0 replies
  • 0 likes