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

stuxmirai

Regular

42723 Views

151 replies

16 likes

Discussion
  • 42723 Views
  • 151 replies
  • 16 likes

Superuser Contribution Massive discrepancy between API saves and artist reporting.

I've saved a track and album for 711 users but it doesn't seem to be visible in the artist reporting UI. The artist had a some saves beforehand so it should be nearly 800 now but their UI only shows about 400. There seems to be something going wrong ...

Regular

I've saved a track and album for 711 users but it doesn't seem to be visible in the artist reporting UI.  The artist had a some saves beforehand so it should be nearly 800 now but their UI only ...

ponny

Regular

1979 Views

6 replies

0 likes

  • 1979 Views
  • 6 replies
  • 0 likes

Audio Encoding Specifications Article Not Found

PlanPremiumCountryUSADeviceiPhone 11 ProOperating SystemiOS 14.4.2 My Question or IssueHi, I’m not sure if this is the correct forum to contact but my inquiry is about Spotify’s audio file encoding specifications. I could be wrong, but I believe a re...

Regular

Plan Premium Country USA Device iPhone 11 Pro Operating System iOS 14.4.2   My Question or Issue Hi, I’m not sure if this is the correct forum to contact but my inquiry is about Spotif...

mkikoen

Regular

542 Views

1 replies

0 likes

  • 542 Views
  • 1 replies
  • 0 likes

Superuser Contribution [Showcase/Feedback] Harvy - a fitness/running app built with Spotify APIs

Since the showcase functionality is on hold right now, I wanted to post my project here to see if anyone has any feedback. Let me know if this isn't allowed, happy to take it down. Project: Harvy.appGoal: Play music based on the difficulty of the rou...

Regular

Since the showcase functionality is on hold right now, I wanted to post my project here to see if anyone has any feedback. Let me know if this isn't allowed, happy to take it down.   Project: ...

kevinguebert

Regular

1091 Views

5 replies

2 likes

Feedback
showcase
  • 1091 Views
  • 5 replies
  • 2 likes

[Desktop][Developer] Nodes

Hey Spotify! I am working on an app / software which collects the CORRECT nodes for various (popular) songs. Both for musicians playing gigs and the ones rehearsing at home. Many nodes is possible to find on the internet, but offen with a lot of flaw...

Newbie

Hey Spotify!   I am working on an app / software which collects the CORRECT nodes for various (popular) songs. Both for musicians playing gigs and the ones rehearsing at home.    M...

398 Views

0 replies

0 likes

Desktop
Developer
  • 398 Views
  • 0 replies
  • 0 likes

Issue with accessing user top tracks when offset parameter is >= 50

PlanPremiumCountryUSADevicePCOperating SystemWindows 10 My Question or IssueWhen accessing a user's top tracks, it is possible to access the first 98 items by iterating with a 49*x value assigned to the offset parameter. However, it is impossible to ...

Newbie

Plan Premium Country USA Device PC Operating System Windows 10   My Question or Issue When accessing a user's top tracks, it is possible to access the first 98 items by iterating with ...

351 Views

0 replies

0 likes

  • 351 Views
  • 0 replies
  • 0 likes

Android Spotify SDK - Weird undocumented error

Hi, I'm working on a React Native project using https://github.com/cjam/react-native-spotify-remote to use Spotify SDK. I already posted an issue on this repo to see if someone can help me but I think it's more related to the Spotify SDK itself. When...

Newbie

Hi,   I'm working on a React Native project using https://github.com/cjam/react-native-spotify-remote to use Spotify SDK. I already posted an issue on this repo to see if someone can help me b...

441 Views

0 replies

1 likes

  • 441 Views
  • 0 replies
  • 1 likes

Device automatically goes to standby and can't be used for pause/resume

So basically I have a script that resumes and pauses the playback on my device, and to do that I have a fixed device id specified. The problem is after some time Spotify goes into "Standby" and if I try to pause/resume by either my script or the butt...

Music Fan

So basically I have a script that resumes and pauses the playback on my device, and to do that I have a fixed device id specified. The problem is after some time Spotify goes into "Standby" and if I ...

607 Views

0 replies

0 likes

Desktop Windows
Pause and Resume
  • 607 Views
  • 0 replies
  • 0 likes

Searching podcasts by characters

I am trying to use the search API to find podcasts with a specific language. Because the language field isn't searchable I want to find all of those that use the specific characters for that country. I was thinking of looking for all of those that be...

Casual Listener

I am trying to use the search API to find podcasts with a specific language. Because the language field isn't searchable I want to find all of those that use the specific characters for that cou...

Peter_Schorn

Roadie

1030 Views

2 replies

0 likes

Podcasts
Search API
Shows
  • 1030 Views
  • 2 replies
  • 0 likes

Cannot refresh access token? 500 "server_error" Failed to remove token

PlanPremium My Question or IssueAuth using PKCE is successful but Spotify is failing when requesting a refreshed access token.Did a POST request to https://accounts.spotify.com/api/token with (x-www-form-urlencoded),client_id=123redactedgrant_type=re...

Casual Listener

Plan Premium   My Question or Issue Auth using PKCE is successful but Spotify is failing when requesting a refreshed access token. Did a POST request to https://accounts.spotify.com/api/tok...

loisg

Visitor

1910 Views

4 replies

6 likes

  • 1910 Views
  • 4 replies
  • 6 likes

[Community][Developer] Need Artist Discography endpoints for Web API

I'm trying to pull non-duplicated an artist albums data from the Web API, as you guys get from your private API:https://api-partner.spotify.com/pathfinder/v1/query?operationName=queryArtistDiscography&variables= {"uri":"spotify:artist:6nxWCVXbOlEVRex...

Casual Listener

I'm trying to pull non-duplicated an artist albums data from the Web API, as you guys get from your private API: https://api-partner.spotify.com/pathfinder/v1/query?operationName=queryArtistDiscogra...

773 Views

0 replies

3 likes

Developer
  • 773 Views
  • 0 replies
  • 3 likes

Refresh token revoked

I am using PKCE for my web app. When a user tries to perform an action and the access token has expired, I use the refresh token to generate a new access token. If my webapp is idle for over a day, and I try to use the refresh token, I get the follow...

Casual Listener

I am using PKCE for my web app. When a user tries to perform an action and the access token has expired, I use the refresh token to generate a new access token. If my webapp is idle for over a day, a...

martinweiss

Gig Goer

6100 Views

3 replies

2 likes

PKCE
  • 6100 Views
  • 3 replies
  • 2 likes

Need Artist Discography endpoints for Web API

I'm trying to pull non-duplicated an artist albums data from the Web API, as you guys get from your private API:https://api-partner.spotify.com/pathfinder/v1/query?operationName=queryArtistDiscography&variables={"uri":"spotify:artist:6nxWCVXbOlEVRexS...

Casual Listener

  I'm trying to pull non-duplicated an artist albums data from the Web API, as you guys get from your private API: https://api-partner.spotify.com/pathfinder/v1/query?operationName=queryArtist...

Hubo

Community Legend

1776 Views

1 replies

3 likes

Discussion
  • 1776 Views
  • 1 replies
  • 3 likes

Possible to integrate within Roku app?

Device(Roku)Operating System(Brighscript) My Question or IssueI head up a popular real estate search app/channel on Roku. We currently have iHeart integration where our users can play iHeart stations while browsing real estate listings. We would like...

Newbie

Device (Roku) Operating System (Brighscript)   My Question or Issue I head up a popular real estate search app/channel on Roku. We currently have iHeart integration where our users can pla...

465 Views

0 replies

0 likes

roku
  • 465 Views
  • 0 replies
  • 0 likes

Solved!!Superuser Contribution web API docs broken link

Hi,I was checking the documentation for the web api, and just found that one of the links is not working.in https://developer.spotify.com/documentation/web-api/reference it's the User Profile API in the sidebar, it links to https://developer.spotify....

Casual Listener

Hi, I was checking the documentation for the web api, and just found that one of the links is not working. in https://developer.spotify.com/documentation/web-api/reference it's the User Prof...

spotifyjosh

Spotify

711 Views

1 replies

0 likes

  • 711 Views
  • 1 replies
  • 0 likes

From ionic framework based android app, spotify app is not launching and playing playlist

PlanPremiumCountryUKDeviceAny android appOperating SystemAndroid My Question or IssueWe have an android app, which displays playlist and launch spotify app to play playlist selected. It used to work well but since last 2 weeks it is broken. The same ...

Visitor

Plan Premium Country UK Device Any android app Operating System Android   My Question or Issue We have an android app, which displays playlist and launch spotify app to play playlist s...

326 Views

0 replies

0 likes

  • 326 Views
  • 0 replies
  • 0 likes

Superuser Contribution Web Player SDK Does Not Work in Internet Explorer 11

Last year I created a C#/WPF application with an embedded Spotify Web Player SDK. It has worked fine, as far as I am aware, for the last 400+ days. However, recently it has stopped working. As far as I can estimate, it stopped working around 15 days ...

Regular

Last year I created a C#/WPF application with an embedded Spotify Web Player SDK. It has worked fine, as far as I am aware, for the last 400+ days. However, recently it has stopped working. As far as...

userdk

Regular

1493 Views

9 replies

0 likes

  • 1493 Views
  • 9 replies
  • 0 likes

SpInit() returns 22 (kSpErrorEntropyFailure) on some Windows 10 systems

We are using the Spotify Embedded SDK version HEAD-v3.150.82-g4e955973 on our Windows 10 systems. Our implementation has passed certification with Spotify. Mostly it is working fine, but we occasionally run into customers who can't play music because...

Newbie

We are using the Spotify Embedded SDK version HEAD-v3.150.82-g4e955973 on our Windows 10 systems. Our implementation has passed certification with Spotify. Mostly it is working fine, but we occasiona...

552 Views

0 replies

0 likes

  • 552 Views
  • 0 replies
  • 0 likes

Can an app made with the API be used by free Spotify users?

PlanFreeCountryBrazilDeviceMobile, Desktop and TVOperating SystemAndroid, iOS (maybe. I wouldn't be able to test in that as of now) and Web App My Question or IssueI read the terms of Spotify for Developers, but I'm not a native speaker and this got ...

Roadie

Plan Free Country Brazil Device Mobile, Desktop and TV Operating System Android, iOS (maybe. I wouldn't be able to test in that as of now) and Web App   My Question or Issue I read the...

Darth_GTB

Roadie

3982 Views

2 replies

0 likes

Free
legal
Premium
  • 3982 Views
  • 2 replies
  • 0 likes

Trying to figure out which account owns our client ID

We've got a Shopify app going but we don't know which account we used to set up the account. Is there any way to figure which email it's under? We've got the Client ID and Secret. The app has a lot of users now so creating a new app would be really i...

Regular

We've got a Shopify app going but we don't know which account we used to set up the account. Is there any way to figure which email it's under?  We've got the Client ID and Secret.  Th...

ponny

Regular

812 Views

1 replies

0 likes

  • 812 Views
  • 1 replies
  • 0 likes

Rate limit

I have a couple of questions about how Rate Limits are applied.- Is there a way to get currently-playing end points without any rate limit?- Is there a commercial version of spotify API without any rate limit? [Plan: Premium Country: Spain/Bangladesh...

Visitor

I have a couple of questions about how Rate Limits are applied. - Is there a way to get currently-playing end points without any rate limit? - Is there a commercial version of spotify API without a...

460 Views

0 replies

0 likes

Discussion
  • 460 Views
  • 0 replies
  • 0 likes