Announcements

Help Wizard

Step 1

NEXT STEP

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

Smiley88

Visitor

44547 Views

152 replies

17 likes

Discussion
  • 44547 Views
  • 152 replies
  • 17 likes

Choosing a Song from the Spotify SDK

PlanPremiumCountryUnited States of AmericaDeviceMacBook Pro (13-inch, 2018)Operating SystemMacOS Ventura My Question or Issue Hello Spotify Community, I am doing research for a final project idea in my web development class. I would like to use Spoti...

Newbie

Plan Premium Country United States of America Device MacBook Pro (13-inch, 2018) Operating System MacOS Ventura   My Question or Issue   Hello Spotify Community,   I am do...

343 Views

0 replies

1 likes

Spotify
Spotify SDK
  • 343 Views
  • 0 replies
  • 1 likes

Solved!! Extract list of Record companies (e.g. DECCA, UMG, EMI) - via API

I would like to extract various information related to an album from Spotify (via API). In addition to details like Title, Artist, and Year, I also need information about the record company that produced/released the album. Example: How can I list al...

Casual Listener

I would like to extract various information related to an album from Spotify (via API). In addition to details like Title, Artist, and Year, I also need information about the record company that prod...

KSG1960

Casual Listener

725 Views

4 replies

0 likes

Request Record company
  • 725 Views
  • 4 replies
  • 0 likes

Problem with React/authorization

Hi guys, im new to programming, but i really started to enjoy it.I want to make a web app that after pressing a button, creates playlist with last 10 songs you listened to.I ALMOST got it working, however I found one big obstacle.const create_playlis...

Newbie

Hi guys, im new to programming, but i really started to enjoy it. I want to make a web app that after pressing a button, creates playlist with last 10 songs you listened to. I ALMOST got it...

krantikc

Visitor

582 Views

2 replies

0 likes

CORS
Question
Request
  • 582 Views
  • 2 replies
  • 0 likes

Obtaining Artist Status, Personal Details, and Songs from Spotify User Authorization

Hello, Spotify developer community! I'm reaching out to seek guidance on a specific aspect of my application's integration with the Spotify API. I have successfully implemented user authorization using Spotify, allowing users to connect their Spotify...

Casual Listener

Hello, Spotify developer community!   I'm reaching out to seek guidance on a specific aspect of my application's integration with the Spotify API. I have successfully implemented user authoriz...

gideonaa

Visitor

2579 Views

5 replies

1 likes

"Artist verification"
Developer
songs
  • 2579 Views
  • 5 replies
  • 1 likes

Is there a maximum amount of artists listed when you get track info through the API?

I want to get all the artists that are listed on a track, and then split them up in separate columns. I've figured out how to do most of this (using Python with pandas), but one thing I'm not sure about. To prevent errors or data loss, I need to tell...

Regular

I want to get all the artists that are listed on a track, and then split them up in separate columns. I've figured out how to do most of this (using Python with pandas), but one thing I'm not sure ab...

VeraJunior

Regular

1024 Views

2 replies

0 likes

Question
  • 1024 Views
  • 2 replies
  • 0 likes

Playlist embed showing up blank on deployed app

My Question or IssueI've created and deployed a web app that uses the recommendations endpoint to create playlists for the user and then displays them on the app using iframe. Ever since I deployed the web app, the embedded playlists are showing up b...

Casual Listener

My Question or Issue I've created and deployed a web app that uses the recommendations endpoint to create playlists for the user and then displays them on the app using iframe. Ever since I deployed...

307 Views

0 replies

0 likes

Possible Bug
  • 307 Views
  • 0 replies
  • 0 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

1106 Views

4 replies

1 likes

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

Retrieve all playlists for a track

Is there any way to fetch/get all the playlists a track is currently in?I have been checking the Spotify's Developer Web API but can't any information about it. The track API does not return some kind of "playlists" item.Songstats has this feature in...

Newbie

Is there any way to fetch/get all the playlists a track is currently in? I have been checking the Spotify's Developer Web API but can't any information about it. The track API does not return some...

Ximzend

Spotify Star

584 Views

1 replies

0 likes

Discussion
Feature Request
Question
  • 584 Views
  • 1 replies
  • 0 likes

I think there is a bug in the search api

I'm doing the following GET request and getting a 500 error: GET https://api.spotify.com/v1/shows/6C4MdNWQSPhmzBlIVau30e/episodes?limit=50&offset=300 Response: { "error": { "status": 500, "message": "Server error." } } If I modify the offset paramete...

Visitor

I'm doing the following GET request and getting a 500 error:     GET https://api.spotify.com/v1/shows/6C4MdNWQSPhmzBlIVau30e/episodes?limit=50&offset=300     Response: ...

301 Views

0 replies

0 likes

Possible Bug
  • 301 Views
  • 0 replies
  • 0 likes

Resend email about reason rejected my quota extension requests

I could not find the email where the application was rejected.I'm asking for it to be resent to me please. ClientID: 819ef8d2a16e48a28a7812da34b8948d I want to see the reason again, so I can try to make changes to it.

Newbie

I could not find the email where the application was rejected. I'm asking for it to be resent to me please.   ClientID: 819ef8d2a16e48a28a7812da34b8948d   I want to see the reason...

274 Views

0 replies

0 likes

Developers API
  • 274 Views
  • 0 replies
  • 0 likes

Seemingly random 403 Error (even for users added to dev dashboard)

Heya!I'm developing a web API. I ask β testers to give me their email when they try to run my code so I can add them to the dashboard. If they run my code before I've added the email, I still get an accessToken and refreshToken 200 (and get the token...

Casual Listener

Heya! I'm developing a web API. I ask β testers to give me their email when they try to run my code so I can add them to the dashboard. If they run my code before I've added the email, I still get...

248 Views

0 replies

0 likes

Possible Bug
  • 248 Views
  • 0 replies
  • 0 likes

[Bug] "repeat one song" mode sometimes goes to a next song

PlanFreeCountryJapanDeviceGoogle ChromeOperating SystemLinux (Ubuntu) My Question or Issue Hi, I am a software engineer in another field.I always play only 1 song for coding.However, from 2~4 month before, I found that Spotify sometimes goes to a nex...

Newbie

Plan Free Country Japan Device Google Chrome Operating System Linux (Ubuntu)   My Question or Issue   Hi, I am a software engineer in another field. I always play only 1 song fo...

Naveen99

Visitor

357 Views

1 replies

0 likes

"Bug"
  • 357 Views
  • 1 replies
  • 0 likes

Change in "User's saved albums" endpoint sorting?

I was using the Web API's "User's Saved Albums" endpoint (/v1/me/albums) to check the user's most recently saved albums – but it seems it has changed to sort by recently played albums? Or what in the Spotify app is the sorting option "Recents" instea...

Newbie

I was using the Web API's "User's Saved Albums" endpoint (/v1/me/albums) to check the user's most recently saved albums – but it seems it has changed to sort by recently played albums? Or what in the...

265 Views

0 replies

1 likes

Possible Bug
Question
  • 265 Views
  • 0 replies
  • 1 likes

Quota extension refusal and further improvements

I'm working on the web app for music statistics based on data provided by Spotify's API. Recently I got refusal message on my Quota extension request for the next reason:Modifies any Spotify visual content, e.g. cropping album artwork, overlaying ima...

Casual Listener

I'm working on the web app for music statistics based on data provided by Spotify's API. Recently I got refusal message on my Quota extension request for the next reason: Modifies any Spotify visual...

VeraJunior

Regular

412 Views

1 replies

0 likes

Question
  • 412 Views
  • 1 replies
  • 0 likes

Weird isrc codes in isrc field

I am gettings songs from the api that have isrc codes, that as far as I understand, are not real isrc codes at all.Example: "USE830930169", "USE830928405", "USE830940185".If I had to guess the USE part stands for US electronic or something like that?...

Visitor

I am gettings songs from the api that have isrc codes, that as far as I understand, are not real isrc codes at all. Example: "USE830930169", "USE830928405", "USE830940185". If I had to guess the US...

304 Views

0 replies

0 likes

Question
  • 304 Views
  • 0 replies
  • 0 likes

Clarifying developer guidelines on creating items using playlist data

My Question or IssueHello, I have been reading through the developer guidelines and policies on the Spotify developer site and wanted to clarify whether or not an idea violates the rules: If I built an app that allowed a user to select a playlist of ...

Newbie

My Question or Issue Hello,   I have been reading through the developer guidelines and policies on the Spotify developer site and wanted to clarify whether or not an idea violates the rules...

364 Views

0 replies

0 likes

Other
  • 364 Views
  • 0 replies
  • 0 likes

Tracks for Current User SAVES in NOT exact sequence as expected

Hey it's seems that I find a bug in API processing save-tracks-userAccording to the manual if I use ids=7ouMYWpwJ422jRcDASZB7P,4VqPOruhp5EdPBeR92t6lQ,2takcwOaAZWiXQijPHIx7Bit adds tracks to my favorite songs in a different order than in this line, ev...

Regular

Hey it's seems that I find a bug in API processing save-tracks-user According to the manual if I use ids=7ouMYWpwJ422jRcDASZB7P,4VqPOruhp5EdPBeR92t6lQ,2takcwOaAZWiXQijPHIx7B it adds tracks to my fa...

Plus18

Music Fan

900 Views

3 replies

2 likes

Possible Bug
  • 900 Views
  • 3 replies
  • 2 likes

Music scheduling and recommendation algorithm

PlanFree Operating SystemWindows 10 My Question or IssueI want to study Spotify's recommendation algorithm using its API. I've set up a Spotify profile and defined a process where I play one track from a diverse music playlist daily, at a set time, f...

Casual Listener

Plan Free   Operating System Windows 10   My Question or Issue I want to study Spotify's recommendation algorithm using its API. I've set up a Spotify profile and defined a process w...

Ximzend

Spotify Star

837 Views

5 replies

0 likes

Play
Question
Recommendations
  • 837 Views
  • 5 replies
  • 0 likes

Max retries reached, too many 429 error responses on 'audio_features' endpoint only

PlanPremiumCountryPhilippines My Question or IssueMy first app worked earlier. But after one loop through a 700-song playlist, it started giving me an Error 429. Normally this would be fine, but there's also no 'Retry-After' in the HTTPS response hea...

Casual Listener

Plan Premium Country Philippines   My Question or Issue My first app worked earlier. But after one loop through a 700-song playlist, it started giving me an Error 429. Normally this would ...

8jkd-7k86_3xl

Newbie

9470 Views

15 replies

4 likes

Possible Bug
  • 9470 Views
  • 15 replies
  • 4 likes