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

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

dariosky

Casual Listener

40031 Views

143 replies

15 likes

Discussion
  • 40031 Views
  • 143 replies
  • 15 likes

Spotify Search API does not return tracks if the query is an artist name

GET https://api.spotify.com/v1/search When I use the above Spotify Web Search API with type=track and q={some artist name}, the API (usually) returns no results. For example, If I search "Cage the Elephant" or "Kanye West" the API will return no resu...

Casual Listener

GET https://api.spotify.com/v1/search   When I use the above Spotify Web Search API with type=track and q={some artist name}, the API (usually) returns no results. For example, If I search "Ca...

Hubo

Community Legend

4113 Views

1 replies

1 likes

api
Search
search artists
Search failure
search results
Web API
  • 4113 Views
  • 1 replies
  • 1 likes

Issue using Widevine DRM (development license) in an Electron app

Hi,I started using https://github.com/castlabs/electron-releases/ recently to build an app that uses the Spotify Playback SDK. Supposedly this version of electron comes with a signed development license of Widevine which i've tested on a couple sites...

Casual Listener

Hi, I started using https://github.com/castlabs/electron-releases/ recently to build an app that uses the Spotify Playback SDK. Supposedly this version of electron comes with a signed de...

mac4444

Casual Listener

6546 Views

7 replies

4 likes

Electron
playback
SDK
Widevine
  • 6546 Views
  • 7 replies
  • 4 likes

Need podcast endpoints from web API

I'm trying to pull data from the Spotify API such as "popular podcasts" or "podcasts by genre". But as you can see from the documentation, to get podcast info you must have the podcast (or "show") id, which you can only get from doing a search with "...

Visitor

  I'm trying to pull data from the Spotify API such as "popular podcasts" or "podcasts by genre". But as you can see from the documentation, to get podcast info you must have the podcast (or "s...

trekhleb123

Casual Listener

2366 Views

2 replies

0 likes

podcast
Web API
  • 2366 Views
  • 2 replies
  • 0 likes

Question: Rate Limits

Hi there, I have a query about how Rate Limits are applied to better understand best practice for sending requests to the Web API.Are rate limits calculated using strictly Client ID or are there other factors? A couple of scenarios:If one access toke...

Regular

Hi there,   I have a query about how Rate Limits are applied to better understand best practice for sending requests to the Web API. Are rate limits calculated using strictly Client ID&n...

ezeroms

Regular

2184 Views

1 replies

14 likes

  • 2184 Views
  • 1 replies
  • 14 likes

LOOKING FOR PLAYLIST INTRO API

Is there any spotify api which gets songs from a playlist than gets 5 - 10 sec for every song and mixing them together and create a intro or summary for playlist?If it is can some send me the link please If it isn't can some work for it could be awes...

Composer

Is there any spotify api which gets songs from  a playlist than gets 5 - 10 sec for every song and mixing them together and create a intro or summary for playlist? If it is can some send me t...

Hubo

Community Legend

698 Views

1 replies

0 likes

  • 698 Views
  • 1 replies
  • 0 likes

Play button restrictions

I want to use the play button widget inside of a webview in a react native app. This app is going to be free but it will have advertisements. These are two of your restrictions: 1) Please note that the Spotify Play Button may not be used for commerci...

Visitor

I want to use the play button widget inside of a webview in a react native app. This app is going to be free but it will have advertisements.   These are two of your restrictions:   1) ...

870 Views

0 replies

0 likes

  • 870 Views
  • 0 replies
  • 0 likes

you can change song without primium

Please fix this.I can change the song on my computer and after that go to my mobile device and say "hear on this device" and then it will switch too the song i choose on the computer.

Visitor

Please fix this. I can change the song on my computer and after that go to my mobile device and say "hear on this device" and then it will switch too the song i choose on the computer.

Hubo

Community Legend

625 Views

1 replies

0 likes

okay
  • 625 Views
  • 1 replies
  • 0 likes

Music reactive LED's using the Spotify API

I am using the Spotify API to make some music reactive LED's. At the moment i am making them blink on the bpm of the curently playing track and I noticed that they are a bit boring to look at and the beat is not allways what you want the LED's to rea...

Casual Listener

I am using the Spotify API to make some music reactive LED's. At the moment i am making them blink on the bpm of the curently playing track and I noticed that they are a bit boring to look at and the...

mattallmighty

Newbie

5764 Views

1 replies

0 likes

Rythm
  • 5764 Views
  • 1 replies
  • 0 likes

[Bug] web api : Image returned is not really a square image

My Question or IssueIssue found on Apr 24th 2020.Endpoint(s):GET /v1/artists/7heucQ89tyr0QHnwB4QO4jScope(s):None (application is not using authentication)Steps to reproduce:Open terminalrun command :curl -X "GET" "https://api.spotify.com/v1/artists/7...

Casual Listener

My Question or Issue Issue found on Apr 24th 2020. Endpoint(s): GET /v1/artists/7heucQ89tyr0QHnwB4QO4j Scope(s): None (application is not using authentication) Steps to reproduce: Open te...

tobikabla

Music Fan

2344 Views

2 replies

2 likes

  • 2344 Views
  • 2 replies
  • 2 likes

Is there a version-specific URL that can be used for Spotify binaries for package managers?

The winget team from Microsoft has an issue where, when a new binary is uploaded to your servers, the SHA256 is invalidated.The original issue can be seen here:https://github.com/microsoft/winget-pkgs/issues/1293The URL to the installer can be found ...

Newbie

The winget team from Microsoft has an issue where, when a new binary is uploaded to your servers, the SHA256 is invalidated. The original issue can be seen here: https://github.com/microsoft/wing...

828 Views

0 replies

0 likes

  • 828 Views
  • 0 replies
  • 0 likes

Unity AudioSource Playback Commercial Integration

Hello, Is there a way to stream songs on Spotify directly to Unity's AudioSource? It is for a commercial application.I'm making a visualiser application and to get the spectrum data from the song, it has to be playing on the AudioSource. It would be ...

Visitor

Hello,   Is there a way to stream songs on Spotify directly to Unity's AudioSource? It is for a commercial application. I'm making a visualiser application and to get the spectrum data from t...

1041 Views

0 replies

0 likes

  • 1041 Views
  • 0 replies
  • 0 likes

Response code 400: grant_type parameter is missing

Plan: PremiumCountry: USADevice: Odroid H2Operating System: Linux 19.10 My Question or IssueI am working on a Java client. I have been able to access the whole API with no problem with the ironic exception of authorization. I would be quite happy if ...

Casual Listener

Plan: Premium Country: USA Device: Odroid H2 Operating System: Linux 19.10   My Question or Issue I am working on a Java client. I have been able to access the whole API with no problem wi...

EdDowgiallo

Casual Listener

5792 Views

4 replies

0 likes

  • 5792 Views
  • 4 replies
  • 0 likes

BBC commercial app request

Hi,I've sent a commercial app request a month ago from this account in order to integrate the BBC Music Memories app with the Spotify API. I've searched the forum and I've found out that it's not possible to check the status of the application on the...

Casual Listener

Hi, I've sent a commercial app request a month ago from this account in order to integrate the BBC Music Memories app with the Spotify API. I've searched the forum and I've found out that it's n...

1572 Views

0 replies

0 likes

  • 1572 Views
  • 0 replies
  • 0 likes

403 Error Spotipy Playback Issues Playlist and Songs

.PlanPremium CountryFrance Operating SystemWindows 10 My Question or IssueWas trying to play a playlist using the spotipy library and my credentials. Was able to get the playlist metadata but when trying to play a song or a playlist I got a 403 error...

Casual Listener

. Plan Premium   Country France   Operating System Windows 10   My Question or Issue Was trying to play a playlist using the spotipy library and my credentials. Was able to ...

Peter_Schorn

Roadie

5209 Views

8 replies

1 likes

403 error
Spotipy
  • 5209 Views
  • 8 replies
  • 1 likes

Temporary 504 Bad Gateway Error

Hi !Since couple of days now the Spotify API is returning more and more (often by group of 5 minutes) a 504 Bad Gateway Error to all our requests (whatever they are on https://api.spotify.com/v1/.......). Did you got some servers issues recently and ...

Roadie

Hi ! Since couple of days now the Spotify API is returning more and more (often by group of 5 minutes) a 504 Bad Gateway Error to all our requests (whatever they are on https://api.spotify.com/v1/.....

blackarcanis

Roadie

3366 Views

6 replies

0 likes

  • 3366 Views
  • 6 replies
  • 0 likes

404 Error when using Spotify API

PlanPremiumCountryUSADeviceDesktop Windows 10Operating SystemWindows 10 My Question or IssueI am trying to use the Spotify API server to server authentication and I keep getting a 404 error. I am using the correct client and secret id and have gone t...

Visitor

Plan Premium Country USA Device Desktop Windows 10 Operating System Windows 10   My Question or Issue I am trying to use the Spotify API server to server authentication and I keep gett...

Hubo

Community Legend

3631 Views

1 replies

0 likes

  • 3631 Views
  • 1 replies
  • 0 likes

Spotify Video Platform

I've heard Spotify now has a video upload platform, but I'm having a hard time finding much information on it. Am I mistaken? If the capability is there, our organization would like to start uploading our content. Any help on this topic would be appr...

Visitor

I've heard Spotify now has a video upload platform, but I'm having a hard time finding much information on it. Am I mistaken?   If the capability is there, our organization would like to start...

Hubo

Community Legend

4256 Views

1 replies

0 likes

Video On Spotify
  • 4256 Views
  • 1 replies
  • 0 likes

Solved!! 3d Party App Streaming and Monetization Question

Hello - i plan to make a mobile app that will have original catalog of chill and relax songs. With possibility to log in via Spotify account in to my app, users will be able to stream and create playlists.The questions are: 1. Are the streams monetiz...

Visitor

Hello - i plan to make a mobile app that will have original catalog of chill and relax songs. With possibility to log in via Spotify account in to my app, users will be able to stream and create play...

Hubo

Community Legend

1916 Views

1 replies

0 likes

Developer question integrating spotify in mobile app
development
  • 1916 Views
  • 1 replies
  • 0 likes

API: problem using Spotify Connect device as source after it was used by other account

Hi,I've integrated a Denon AVR with Spotify Connect into my smarthome. I have some problems when this device was last used by another account. To fix that I have to select it as a source from any native app with my account and after that I can use it...

Casual Listener

Hi, I've integrated a Denon AVR with Spotify Connect into my smarthome. I have some problems when this device was last used by another account. To fix that I have to select it as a source from any n...

Hubo

Community Legend

747 Views

1 replies

0 likes

  • 747 Views
  • 1 replies
  • 0 likes

Spotify Web API Request: GET Queue

The Spotify Web API is wonderful but it's lacking a very important route: Getting a user's queue. Are there any plans to add this feature in the near future?

Casual Listener

The Spotify Web API is wonderful but it's lacking a very important route: Getting a user's queue. Are there any plans to add this feature in the near future?

vishalnanavare

Newbie

6438 Views

7 replies

46 likes

queue
queue list
queue management
Web API
Web Development
  • 6438 Views
  • 7 replies
  • 46 likes