Announcements

Help Wizard

Step 1

NEXT STEP

Spotify for Developers

Discuss building apps with Spotify APIs and SDKs

Start a topic

Spotify Soloist: a new terminal based player for headless and DIY setups

Hey everyone, we've created this thread to share details about Spotify Soloist. Spotify Soloist is a new, lightweight Spotify client for headless setups. It runs as a background service, supports Spotify Connect, and works on Raspberry Pi and other L...

Spotify

Gromushka

Music Fan

2853 Views

25 replies

11 likes

S4D
  • 2853 Views
  • 25 replies
  • 11 likes

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

paulmurray48

Newbie

2580 Views

14 replies

2 likes

Discussion
  • 2580 Views
  • 14 replies
  • 2 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...

571 Views

0 replies

0 likes

roku
  • 571 Views
  • 0 replies
  • 0 likes

Private Session Enforce iOS + Android SDK

Hey! With the iOS and Android SDK, can the app we build utilising these SDK's enforce a PRIVATE SESSION ? Thank you!

Casual Listener

Hey! With the iOS and Android SDK, can the app we build utilising these SDK's enforce a PRIVATE SESSION ? Thank you!

tobikabla

Music Fan

666 Views

1 replies

2 likes

  • 666 Views
  • 1 replies
  • 2 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...

419 Views

0 replies

0 likes

  • 419 Views
  • 0 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...

652 Views

0 replies

0 likes

  • 652 Views
  • 0 replies
  • 0 likes

Web Player stops playing and player_state_changed and getCurrentState returning strange info

Hello, I'm using the Web Playback SDK for a little project at home.For the past weeks, I started to notice that the Web Player, randomly, stops playing. After a couple of hours of playing without issues, it stops playing when the song reaches the 10/...

Regular

Hello, I'm using the Web Playback SDK for a little project at home. For the past weeks, I started to notice that the Web Player, randomly, stops playing. After a couple of hours of playing with...

afonsorp

Regular

3625 Views

3 replies

1 likes

  • 3625 Views
  • 3 replies
  • 1 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

959 Views

1 replies

0 likes

  • 959 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...

552 Views

0 replies

0 likes

Discussion
  • 552 Views
  • 0 replies
  • 0 likes

MIT app inventor

I built an app for android which gives access to spotify titles via the activity starter: The starter opens spotify with the required title (if the user has a spotify account only). But since the last update of the spotify app this doesn't work any m...

Visitor

I built an app for android which gives access to spotify titles via the activity starter: The starter  opens spotify with the required title (if the user has a spotify account only). But since t...

1062 Views

0 replies

0 likes

  • 1062 Views
  • 0 replies
  • 0 likes

Standardize 'market' parameter across Web API endpoints

Many endpoints of the Spotify Web API do allow to specify a 'market' query parameter. But the usage of this parameter is not equal across all endpoints, as some endpoints explicitly require the 'market' parameter and others do not. For example, the G...

Regular

Many endpoints of the Spotify Web API do allow to specify a 'market' query parameter. But the usage of this parameter is not equal across all endpoints, as some endpoints explicitly require the 'mark...

1173 Views

0 replies

0 likes

  • 1173 Views
  • 0 replies
  • 0 likes

Spotify API can play a playlist but not a track

Hello, so I have some code to play a spotify playlist on my device.The Problem is if I copy the Spotify URI of a playlist, everything works fine. But if I copy the spotify URI of a track, I get an error saying Could not find this Context URI.(In case...

Music Fan

Hello, so I have some code to play a spotify playlist on my device. The Problem is if I copy the Spotify URI of a playlist, everything works fine. But if I copy the spotify URI of a track, I get an ...

Hubo

Community Legend

3816 Views

1 replies

1 likes

Desktop Windows
Web API
Web Playback API
  • 3816 Views
  • 1 replies
  • 1 likes

Is there an API endpoint available for requesting a download of data?

I am looking for a way to use the Spotify API to request a download of my user data, in the same way that this can be done using Profile --> Privacy Settings --> Download your data --> Send email --> "We are preparing your data file. This can take up...

Visitor

I am looking for a way to use the Spotify API to request a download of my user data, in the same way that this can be done using Profile --> Privacy Settings --> Download your data --> Send ...

Hubo

Community Legend

752 Views

1 replies

0 likes

backup
  • 752 Views
  • 1 replies
  • 0 likes

Solved!! Is there a web API to delete a playlist

Hi, I am trying to look for a Spotify Web API that will delete a playlist. I only found Unfollow playlist API from the web documentation. Is the Unfollow playlist API same as deleting a playlist? Regards,Newbie Spotify Dev

Casual Listener

Hi,   I am trying to look for a Spotify Web API that will delete a playlist.   I only found Unfollow playlist API from the web documentation.   Is the Unfollow playlist API same ...

cttan08

Casual Listener

2305 Views

4 replies

0 likes

  • 2305 Views
  • 4 replies
  • 0 likes

Superuser Contribution Daily Mix playlists

How can I get current user's Daily Mix playlists via API?

Music Fan

How can I get current user's Daily Mix playlists via API?

link2use

Casual Listener

1214 Views

2 replies

1 likes

api
recommendation
  • 1214 Views
  • 2 replies
  • 1 likes

Token Retrieval for client side rendered apps

PlanFree Operating SystemLinux Tech StackNodeJS, Angular 10 My Question or Issue I am having an issue with the flow of the authentication process; i'll start off by saying I do not have issues with getting the access token but rather, how I can utili...

Newbie

  Plan Free   Operating System Linux   Tech Stack NodeJS, Angular 10   My Question or Issue   I am having an issue with the flow of the authentication process; i'...

739 Views

0 replies

0 likes

Discussion
  • 739 Views
  • 0 replies
  • 0 likes

Being returned empty array from user's top artists

PlanPremiumCountryCanadaOperating SystemWindows 10 My Question or IssueAfter getting an access token back from my refresh token, I use it to fetch the top artists of the account associated with the access token. However, the users top artists keep re...

Newbie

Plan Premium Country Canada Operating System Windows 10   My Question or Issue After getting an access token back from my refresh token, I use it to fetch the top artists of the account ...

vaclav20210

Regular

1804 Views

2 replies

1 likes

access token
refresh token
  • 1804 Views
  • 2 replies
  • 1 likes

is device id dynamic?

The get devices endpoint return data which contains device id like this { "devices": [ { "id": "5fbb3ba6aa454b5534c4ba43a8c7e8e45a63ad0e", "is_active": false, "is_private_session": true, "is_restricted": false, "name": "My fridge", "type": "Computer"...

Regular

The get devices endpoint return data which contains device id like this   { "devices": [ { "id": "5fbb3ba6aa454b5534c4ba43a8c7e8e45a63ad0e", "is_active": fa...

dzungnguyen179

Regular

1818 Views

2 replies

0 likes

  • 1818 Views
  • 2 replies
  • 0 likes

Missing scope in token responses

Hello, since friday the "scope" attribute of token responses has been missing on the client credentials flow and user auth flow without requested scopes. How should this change be interpreted?- A temporary hiccup- A change to the API meaning that all...

Music Fan

Hello, since friday the "scope" attribute of token responses has been missing on the client credentials flow and user auth flow without requested scopes.   How should this change be interprete...

felix-hilden

Music Fan

1087 Views

2 replies

0 likes

  • 1087 Views
  • 2 replies
  • 0 likes

Embed widget play button doesn't work, 400 errors in console

I copied/pasted the embed widget code from the Spotify site into my page. When I go to click the play button, the console shows all sorts of errors: I am building a NextJS site in React and Typescript, here's the embed code: Devicelatest Chrome on M...

Casual Listener

I copied/pasted the embed widget code from the Spotify site into my page. When I go to click the play button, the console shows all sorts of errors:   I am building a NextJS site in R...

Hubo

Community Legend

797 Views

1 replies

0 likes

embed
Widget
  • 797 Views
  • 1 replies
  • 0 likes

Solved!! Retrieve song through websocket

Hello, Recently, I was trying to understand how Discord implemented Spotify on their server and noticed it was something totally different (websocket connection). As i'm a curious person, I decided to re-do the same process as Discord does but when c...

Regular

Hello,   Recently, I was trying to understand how Discord implemented Spotify on their server and noticed it was something totally different (websocket connection).   As i'm a curious p...

StrangerThings

Regular

4679 Views

4 replies

0 likes

  • 4679 Views
  • 4 replies
  • 0 likes

Issue with Web API documentation for Get User's Followed Artists

I would like to report an issue with the Web API documentation for the Get User's Followed Artists endpoint: https://developer.spotify.com/documentation/web-api/reference/#endpoint-get-followed. Under the Authorization section, the required scope sho...

Newbie

I would like to report an issue with the Web API documentation for the Get User's Followed Artists endpoint: https://developer.spotify.com/documentation/web-api/reference/#endpoint-get-followed....

Hubo

Community Legend

1363 Views

1 replies

1 likes

documentation
  • 1363 Views
  • 1 replies
  • 1 likes