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

36450 Views

135 replies

14 likes

Discussion
  • 36450 Views
  • 135 replies
  • 14 likes

how to add songs on recent list.

I am facing a issue with me/player/recently-played API. it will always return the songs which I was played on remote app (Spotify app). how can I add the songs which is played on my app using the Spotify Api. I used the MediaBrowserService for the pl...

Visitor

I am facing a issue with me/player/recently-played API. it will always return the songs which I was played on remote app (Spotify app). how can I add the songs which is played on my app using th...

265 Views

0 replies

0 likes

Question
  • 265 Views
  • 0 replies
  • 0 likes

use of API and sending data between client and server networks on python

PlanFree/PremiumCountryEnglandDeviceDell laptopOperating Systemwindows 10 My Question or IssueI'm creating a python script for a project where the program takes a users playlist and recreates that playlist onto youtube. I'm trying to do this through ...

Casual Listener

Plan Free/Premium Country England Device Dell laptop Operating System windows 10   My Question or Issue I'm creating a python script for a project where the program takes a users playl...

C_S_N

Casual Listener

470 Views

1 replies

0 likes

400 error
  • 470 Views
  • 1 replies
  • 0 likes

Something went wrong, we were not able to create your app. Please try again later.

PlanPremiumCountryUSADeviceDesktop PC custom buildOperating SystemWin 11 My Question or IssueAttempting to create a new app in spotify developer dashboard. No matter the setting, I get the error "Something went wrong, we were not able to create your ...

Casual Listener

  Plan Premium Country USA Device Desktop PC custom build Operating System Win 11   My Question or Issue Attempting to create a new app in spotify developer dashboard. No matter ...

121050379

Casual Listener

550 Views

4 replies

2 likes

Possible Bug
  • 550 Views
  • 4 replies
  • 2 likes

Cannot create app, get 401 (Unauthorized) always

https://i.imgur.com/5KaJ1Sl.pngAs image above shows, I tried to create a Spotify app. Entered all the details but for some reason, I can't create the app. In console it writes: `POST https://api.spotify.com/webapi-provisioning/applications 401 (Unaut...

Newbie

https://i.imgur.com/5KaJ1Sl.png As image above shows, I tried to create a Spotify app. Entered all the details but for some reason, I can't create the app. In console it writes:   `POST htt...

Fraydolix

Regular

985 Views

11 replies

7 likes

Possible Bug
  • 985 Views
  • 11 replies
  • 7 likes

Autoplay - is there any way to turn it on using Web API?

Hi. Is there any way to turn on the autoplay feature using the Web API requests? I'm doing something a little bit weird, just made a Perl script to run Curl requests. Everything works fine, I can play, change playlists, etc. But the autoplay is never...

Visitor

Hi.   Is there any way to turn on the autoplay feature using the Web API requests?   I'm doing something a little bit weird, just made a Perl script to run Curl requests.   Every...

521 Views

0 replies

1 likes

autoplay curl api
  • 521 Views
  • 0 replies
  • 1 likes

Add User Equalizer Presets to Web API?

My Question or Issue I want to make a spotify clone web app, but change it such that whenever you play a track, it tries to match the genre with the best equalizer preset in user settings and updates the user settings before the track starts playing....

Newbie

My Question or Issue   I want to make a spotify clone web app, but change it such that whenever you play a track, it tries to match the genre with the best equalizer preset in user settings an...

322 Views

0 replies

0 likes

Feature Request
  • 322 Views
  • 0 replies
  • 0 likes

Search API not returning some artists

Sometimes the API does not return artists that are in the Spotify client. Not sure if this is intentional or not. Most artists return fine, but occasionally they are completely missing. Example 1: Prince (of Prince and the Revolution) https://api.spo...

Casual Listener

Sometimes the API does not return artists that are in the Spotify client. Not sure if this is intentional or not. Most artists return fine, but occasionally they are completely missing.   Exam...

ammonha

Casual Listener

479 Views

1 replies

1 likes

Possible API Bug
Question
  • 479 Views
  • 1 replies
  • 1 likes

Need to know the API pricing and rules

I am building an app that will play music based on the BPM. Initially, I will allow users to keep using my app for free and after 6 months I will start charging my users (using a subscription plan). But my app will always be free to download for any ...

Casual Listener

I am building an app that will play music based on the BPM. Initially, I will allow users to keep using my app for free and after 6 months I will start charging my users (using a subscription plan). ...

Ximzend

Spotify Star

3925 Views

5 replies

0 likes

Question
  • 3925 Views
  • 5 replies
  • 0 likes

Server error while performing a GET to the v1/me/player/recently-played endpoint

I'm trying to perform a request to the 'v1/me/player/recently-played' endpoint in a Kotlin Ktor client application (code snippets below, but the same happens in Postman). The interesting fact is that if i use the Bearer token gotten from the API docs...

Newbie

I'm trying to perform a request to the 'v1/me/player/recently-played' endpoint in a Kotlin Ktor client application (code snippets below, but the same happens in Postman). The interesting fact is that...

gofelishago

Casual Listener

962 Views

2 replies

1 likes

  • 962 Views
  • 2 replies
  • 1 likes

Artist image is not square. Can i crop all artist image to square?

PlanFree/PremiumCountrySouth KoreaDevice(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or IssueI develop non-streaming music site with Spotify API.I want to show my client to sam...

Casual Listener

Plan Free/Premium Country South Korea Device (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016) Operating System (iOS 10, Android Oreo, Windows 10,etc.)   My Question or Issue I ...

385 Views

0 replies

0 likes

artist
Developer
image
  • 385 Views
  • 0 replies
  • 0 likes

Does the currently playing API include the track's associated colour like the embed of a track does?

My Question or IssueI am wondering if I can use the track's associated colour using an API call.Currently I get the currently playing track with the following function: function callApi(method, url, body, callback){ let xhr = new XMLHttpRequest(); xh...

Newbie

  My Question or Issue I am wondering if I can use the track's associated colour using an API call. Currently I get the currently playing track with the following function:   funct...

342 Views

0 replies

0 likes

Question
  • 342 Views
  • 0 replies
  • 0 likes

Spotify Not Considering Itself Active? Source Code Attached

I can successfully see it in a list of devices, and it worked once yesterday. Using the same code but with a different access token, it no longer works. Source code provided in files.Things I have tried to do to tell Spotify its active: 1. Played a s...

Regular

I can successfully see it in a list of devices, and it worked once yesterday. Using the same code but with a different access token, it no longer works. Source code provided in files. Things I hav...

NathanG2

Regular

373 Views

1 replies

0 likes

Discussion
issue
Question
  • 373 Views
  • 1 replies
  • 0 likes

Spotify Casting to JBL Link EQ missing.

Spotify Casting to JBL Link EQ missingPlanPremiumCountry USA Device Iphone (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or Issue

Regular

Spotify Casting to JBL Link EQ missing PlanPremium Country USA   Device Iphone  (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016) Operating System (iOS 10, Android Oreo, Windo...

252 Views

0 replies

0 likes

Google Assistant Integration
  • 252 Views
  • 0 replies
  • 0 likes

which programming language (Flutter or react native) is best for using Spotify API in our custom app

PlanFree/PremiumCountry Device(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or IssueHi please, can anyone suggest to me, which programming language (Flutter or react native) is ...

Casual Listener

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 Hi plea...

HeatherLopez

Regular

1128 Views

1 replies

0 likes

1
  • 1128 Views
  • 1 replies
  • 0 likes

Creator App not saving

PlanPremiumCountry DevicePCOperating SystemWin10 My Question or IssueThe creator app will not create a new app to get authorization keys for 3rd party applications. When you hit save it just says there's an error and try again later.

Casual Listener

Plan Premium Country   Device PC Operating System Win10   My Question or Issue The creator app will not create a new app to get authorization keys for 3rd party applications. When...

318 Views

0 replies

0 likes

Possible Bug
  • 318 Views
  • 0 replies
  • 0 likes

Incorrect artist's name

Searching Google for an album title, I get two links to Spotify (album/tracks have slight variation in naming):https://open.spotify.com/album/2AdYZKiooyFF9NdPYGchmQhttps://open.spotify.com/album/5TmgxNSaAgvpnJ191sJG9OThe artist's name ("JO YURI") is ...

Casual Listener

Searching Google for an album title, I get two links to Spotify (album/tracks have slight variation in naming): https://open.spotify.com/album/2AdYZKiooyFF9NdPYGchmQ https://open.spotify.com/album...

297 Views

0 replies

0 likes

Metadata correction
Question
  • 297 Views
  • 0 replies
  • 0 likes

Occasional 'Invalid Authorization Code'

PlanPremiumCountryBrazilDeviceMacbook Pro 2017Operating SystemmacOS 10.15 My Question or IssueHello,I am running an App that requires the user to authenticate with Spotify, and I am doing this according to the Authorization Code Flow. Most of the tim...

Casual Listener

Plan Premium Country Brazil Device Macbook Pro 2017 Operating System macOS 10.15   My Question or Issue Hello, I am running an App that requires the user to authenticate with Spotif...

jsmnkk

Casual Listener

1848 Views

4 replies

3 likes

400
access token
Authentication Token
code
invalid authorization code
invalid_grant
  • 1848 Views
  • 4 replies
  • 3 likes

Superuser Contribution Can multiple users listen through the Web Playback SDK?

I want to create a web app where I use Spotify's Web Playback SDK to create a player and play music in the browser from another Spotify client (e.g. my Spotify app on my phone or Spotify app on my computer) and also enable other users who are on my w...

Visitor

I want to create a web app where I use Spotify's Web Playback SDK to create a player and play music in the browser from another Spotify client (e.g. my Spotify app on my phone or Spotify app on my co...

Ximzend

Spotify Star

4769 Views

4 replies

0 likes

SDK
  • 4769 Views
  • 4 replies
  • 0 likes

Recommendations Endpoint Returns Null Lists

I've been working on an application that requires gathering a large dataset of tracks for model training. For this, I've been using the recommendations endpoint via Spotipy. Over the last month, I have had no issues; but just recently the endpoint st...

Newbie

I've been working on an application that requires gathering a large dataset of tracks for model training. For this, I've been using the recommendations endpoint via Spotipy. Over the last month, I ha...

dellatoreKevin

Newbie

1315 Views

8 replies

6 likes

  • 1315 Views
  • 8 replies
  • 6 likes

Issues with Authorization Code workflow, receiving 403 response to /me/top/artists requests

I'm new to this API so bear with me, but currently I'm using the example node.js code from the documentation to test getting user authorization codes. When I run the example code I successfully receive an access and refresh token, however when I try ...

Casual Listener

I'm new to this API so bear with me, but currently I'm using the example node.js code from the documentation to test getting user authorization codes. When I run the example code I successfully recei...

432 Views

0 replies

1 likes

Question
  • 432 Views
  • 0 replies
  • 1 likes