Announcements

Help Wizard

Step 1

NEXT STEP

Spotify for Developers

Discuss building apps with Spotify APIs and SDKs

Start a topic

Web API quota updates for Development Mode

Hey everyone, I've created this thread to share some updates to how quotas work for Development Mode apps on the Spotify Web API to help you better organize your projects. We've shared a Blog post that explains everything in detail. Here's the short ...

Spotify

Sintypitch

Regular

1610 Views

11 replies

2 likes

Discussion
  • 1610 Views
  • 11 replies
  • 2 likes

Refresh token expiration: discussion thread

Hey everyone, I've created this thread to provide more insight on an upcoming change to how refresh tokens work for apps on the Spotify Web API. We've shared a blog post that explains what's changing and why. The short version: refresh tokens will no...

Spotify

tuftii

Visitor

5370 Views

25 replies

2 likes

Discussion
  • 5370 Views
  • 25 replies
  • 2 likes

GET /v1/me/player/queue returns only 2 songs, sometimes

When using the GET /v1/me/player/queue endpoint, inexplicably it sometimes only returns 2 items. After developing for a while eventually it starts to return the entire queue. Sometimes, it starts returning the entire queue from the start. There's no ...

Casual Listener

When using the GET /v1/me/player/queue endpoint, inexplicably it sometimes only returns 2 items. After developing for a while eventually it starts to return the entire queue. Sometimes, it start...

derekpovah

Regular

1411 Views

3 replies

4 likes

  • 1411 Views
  • 3 replies
  • 4 likes

[Web Api] Search ISRCs with dashes and lowercases

It's very weird that Spotify doesn't standardize ISRCs - which are usually supposed to be 12 alphanumeric characters, all uppercase.It would be great if the Search API would at least return the tracks that have lowercase ISRCs or ISRCs with dashes. H...

Music Fan

It's very weird that Spotify doesn't standardize ISRCs - which are usually supposed to be 12 alphanumeric characters, all uppercase. It would be great if the Search API would at least return the t...

700 Views

0 replies

0 likes

  • 700 Views
  • 0 replies
  • 0 likes

Solved!! Status Code 403 from Spotify API When Requesting User's Top Tracks and Top Artists

*Update I can query the artists node by providing their ID I only get 403 when querying the /me endpoint*Working on a react application that allows a user to log in to Spotify and then displays their top 10 tracks and top 10 artists. I can login with...

Regular

*Update I can query the artists node by providing their ID I only get 403 when querying the /me endpoint* Working on a react application that allows a user to log in to Spotify and then displays t...

yeliabhcaz

Regular

3968 Views

3 replies

0 likes

  • 3968 Views
  • 3 replies
  • 0 likes

[Web API] No Search Results for ISRC

We are using the Web API to find tracks by ISRC, however some tracks are not being returned correctly. Here an example:QZHZ62065915Fetching this ISRC returns no results, though it should return the following track:78qLM2KxZajhZnkYTEV8Q5I assume it's ...

Music Fan

We are using the Web API to find tracks by ISRC, however some tracks are not being returned correctly. Here an example: QZHZ62065915 Fetching this ISRC returns no results, though it should return...

942 Views

0 replies

0 likes

  • 942 Views
  • 0 replies
  • 0 likes

Active Documentation Missing Info

My Question or IssueCurrently I am using the Web-API refrence Docs to help understand waht requests need to be made for what data. My issues is that it appears as thoguh some sections of the docs are not up to date and/or not completed. For example u...

Casual Listener

My Question or Issue Currently I am using the Web-API refrence Docs to help understand waht requests need to be made for what data. My issues is that it appears as thoguh some sections of the d...

1158 Views

0 replies

2 likes

api documentation
API Question
documentation
Documentation Change
  • 1158 Views
  • 0 replies
  • 2 likes

embed skipping songs and pausing after 10 seconds

I am trying to embed a playlist into my cargo site. I copy and paste the code as instructed but every time i try to play anything, it skips over 5 songs, plays 10 seconds of the song and then stops. It looks as if someone else is controlling the keys...

Visitor

I am trying to embed a playlist into my cargo site. I copy and paste the code as instructed but every time i try to play anything, it skips over 5 songs, plays 10 seconds of the song and then stops. ...

1036 Views

0 replies

0 likes

cargo
embed
  • 1036 Views
  • 0 replies
  • 0 likes

How do I stop Spotify from playing while I’m on ft? My share play is off

Whenever I’m on FaceTime with anyone whether the app is open or not open. My Spotify automatically plays music, I turned off my share play, turned off auto play, and ended the session. I even exit the app and it still plays.. I also tried to uninstal...

Visitor

Whenever I’m on FaceTime with anyone whether the app is open or not open. My Spotify automatically plays music, I turned off my share play, turned off auto play, and ended the session. I even exit t...

2368 Views

0 replies

0 likes

  • 2368 Views
  • 0 replies
  • 0 likes

Çalma listemle oluşturduğum klasörü nasıl paylaşabilirim

bir klasöre kendi hazırlamış olduğum 3 tane çalma listesi ekledim ve bunları toplu olarak sadece 1 klasörde paylaşmak istiyorum. Bunu nasıl yaparım?

Visitor

bir klasöre kendi hazırlamış olduğum 3 tane çalma listesi ekledim ve bunları toplu olarak sadece 1 klasörde paylaşmak istiyorum. Bunu nasıl yaparım?

Ximzend

Spotify Star

584 Views

1 replies

0 likes

  • 584 Views
  • 1 replies
  • 0 likes

Get all spotify playlists (for all users)

I'm trying to build an app that will show with song appears frequently along with other songs in a playlist.In order to do this I need to find all the playlists containing a specific song, but I didn't find an API for this. According to this Reddit c...

Newbie

I'm trying to build an app that will show with song appears frequently along with other songs in a playlist. In order to do this I need to find all the playlists containing a specific song, but I di...

793 Views

0 replies

0 likes

  • 793 Views
  • 0 replies
  • 0 likes

pythonanywhere redirect uri wont work?

i am trying to a host an app on pythonanywhere that uses spotipy to analyze a users most played genres and corresponding locations. it works well on localhost but when I moved the project to pythonanywhere (even after registering the new redirect url...

Casual Listener

i am trying to a host an app on pythonanywhere that uses spotipy to analyze a users most played genres and corresponding locations. it works well on localhost but when I moved the project to pythonan...

393 Views

0 replies

1 likes

  • 393 Views
  • 0 replies
  • 1 likes

spotipy returns other user's data

I am trying to write a flask web app that uses spotipy to take a users top genres and map the corresponding city they come from. (i am pretty inexperienced so my code may be messy) I am running the app on localhost currently and testing it out. it wo...

Casual Listener

I am trying to write a flask web app that uses spotipy to take a users top genres and map the corresponding city they come from. (i am pretty inexperienced so my code may be messy) I am running the a...

370 Views

0 replies

0 likes

  • 370 Views
  • 0 replies
  • 0 likes

Adding playlist to a playlist

I would like to suggest a quite useful feuture. Which is selecting an entire playlist by one click.I have 8 holiday playlist which all contains 100 songs each and I would like to have an ultimate one with these 800 combined, but my problem is adding ...

Regular

I would like to suggest a quite useful feuture. Which is selecting an entire playlist by one click. I have 8 holiday playlist which all contains 100 songs each and I would like to have an ultimate o...

rolandmedvegy

Regular

811 Views

2 replies

0 likes

  • 811 Views
  • 2 replies
  • 0 likes

Retrieve artists based on LOW POPULARITY through Spotify API

Hello, I am building a webapp which is designed to suggest less popular artists based on 3 aritists a user can provide. What I want to do is retrieve information based on artists which have a popularity of, say 0-20, relative to artists which a user ...

Newbie

Hello,   I am building a webapp which is designed to suggest less popular artists based on 3 aritists a user can provide.   What I want to do is retrieve information based on artists wh...

Anza-SF

Newbie

1259 Views

1 replies

0 likes

SpotifyAPI
  • 1259 Views
  • 1 replies
  • 0 likes

Solved!! Who to contact re restoring an accidently deleted dev account and associated app.

We accidently deleted our dev account and the associate extended quota app. (Yes, really). We will re-submit our app for extension very soon. In the meantime is there anyone we could contact to resolve this issue? Many thanks.

Casual Listener

We accidently deleted our dev account and the associate extended quota app. (Yes, really).   We will re-submit our app for extension very soon. In the meantime is there anyone we could contact...

b_m_1

Casual Listener

661 Views

2 replies

0 likes

  • 661 Views
  • 2 replies
  • 0 likes

Bug submission for Desktop:Windows 10 Device concerning Like Songs Playlist

First I went to my "liked songs" and searched "BTS", with the songs being sorted by oldest at the bottom, newest at the top. While 161 songs were shown, only the songs numbered 1-150(aka the 150 newest) could be played, any song from 151 or up would ...

Casual Listener

First I went to my "liked songs" and searched "BTS", with the songs being sorted by oldest at the bottom, newest at the top. While 161 songs were shown, only the songs numbered 1-150(aka the 150 newe...

604 Views

0 replies

0 likes

  • 604 Views
  • 0 replies
  • 0 likes

Add What's New Choices Directly To Your Queue.

Need to be able to add What's New albums and songs directly to the queue with a swipe. Instead of having to open every album. It takes so much longer. Maybe even add to a playlist.

Visitor

Need to be able to add What's New albums and songs directly to the queue with a swipe. Instead of having to open every album. It takes so much longer. Maybe even add to a playlist.

467 Views

0 replies

1 likes

Albums
queue
songs
What's new
  • 467 Views
  • 0 replies
  • 1 likes

Feature Request

Product Suggestion; Shower mode. Say you're in the shower and you are listening to music but can't get out of the shower to change the song. You can put Spotify in shower mode and set up a 'safe word' that when you say it from the shower, it skips th...

Newbie

Product Suggestion;   Shower mode.   Say you're in the shower and you are listening to music but can't get out of the shower to change the song. You can put Spotify in shower mode and s...

Ximzend

Spotify Star

606 Views

1 replies

1 likes

  • 606 Views
  • 1 replies
  • 1 likes

API discovery and open Spotify Connect devices

I'm having some problems with the `/me/player/devices` API method. It doesn't appear to show any of the devices that are "open" (i.e. not me logged in on a desktop app or phone app). The Web player appears to have the same issue, but if I click the d...

Visitor

I'm having some problems with the `/me/player/devices` API method. It doesn't appear to show any of the devices that are "open" (i.e. not me logged in on a desktop app or phone app). The Web player a...

413 Views

0 replies

0 likes

  • 413 Views
  • 0 replies
  • 0 likes

kali linux requests libav since it is used by spotify but libva is no longer supported and is not up

kali linux requests libav since it is used by spotify but libva is no longer supported and is not updated and I want to install spotify and libav does not work for me in kali'what I do? PlanFree/PremiumCountry Device(iKali Linux)Operating System(Debi...

Casual Listener

kali linux requests libav since it is used by spotify but libva is no longer supported and is not updated and I want to install spotify and libav does not work for me in kali 'what I do?   Pl...

504 Views

0 replies

0 likes

Kali Linux
  • 504 Views
  • 0 replies
  • 0 likes

What's the amount of requests I can make?

PlanPremiumCountryBrazil Device(Macbook Air)Operating System(iOS 12) My Question or IssueHey guys, I'm Victor.I'm doing an MBA in Data Science and I have a project to design a music recommendation model. I was going to use your API to create a big da...

Casual Listener

Plan Premium Country Brazil   Device (Macbook Air) Operating System (iOS 12)   My Question or Issue Hey guys, I'm Victor. I'm doing an MBA in Data Science and I have a project...

victor622

Casual Listener

798 Views

2 replies

0 likes

API Pricing
API Question
quota
requests
  • 798 Views
  • 2 replies
  • 0 likes