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

smotify

Visitor

82 Views

3 replies

1 likes

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

Dwarflord

Newbie

3422 Views

22 replies

2 likes

Discussion
  • 3422 Views
  • 22 replies
  • 2 likes

Privacy Policy

We've created a app, where we get user data from Spotify and Store that user data. For this case do we need to show a privacy policy to the end user stating that we get that user data from Spotify and store it in our application. Do we need to show a...

Newbie

We've created a app, where we get user data from Spotify and Store that user data.  For this case do we need to show a privacy policy to the end user stating that we get that user data from Spo...

417 Views

0 replies

0 likes

Discussion
Question
  • 417 Views
  • 0 replies
  • 0 likes

API question: incorrect popularity ratings

Hello everyone, we use the Spotify API for an internal project that allows us to build playlists - the values for the popularity of the artist and the track come from Spotify. What we noticed very quickly: the same artist often receives different pop...

Music Fan

Hello everyone,   we use the Spotify API for an internal project that allows us to build playlists - the values for the popularity of the artist and the track come from Spotify. What we notice...

jrow

Music Fan

746 Views

2 replies

0 likes

Possible Bug
Question
  • 746 Views
  • 2 replies
  • 0 likes

Where can I get a users registration date?

For my application I need to validate the user's registration date in Spotify but it seems like that information is not present in get user endpoint in the web API. Can I get the registration date from somewhere else?

Visitor

For my application I need to validate the user's registration date in Spotify but it seems like that information is not present in get user endpoint in the web API. Can I get the registration date fr...

Ximzend

Spotify Star

570 Views

1 replies

0 likes

Feature Request
Question
  • 570 Views
  • 1 replies
  • 0 likes

Missing documentation on Get Currently Playing Track response codes

I'm the maintainer of spotify-web-api-php and recently got a bug regarding the Get Currently Playing Track endpoint returning an empty body when nothing is playing at all and no device is active. However, the docs doesn't reflect this. While digging ...

Newbie

I'm the maintainer of spotify-web-api-php and recently got a bug regarding the Get Currently Playing Track endpoint returning an empty body when nothing is playing ...

761 Views

0 replies

2 likes

Docs
Possible Bug
  • 761 Views
  • 0 replies
  • 2 likes

Solved!! Data Freshness Requirement

In the "Moving Through It: Getting An Application Reviewed" document, there is the line: Implementing an intelligent caching mechanism within your extension can significantly reduce the reliance on frequent API calls. By storing and retrieving freque...

Newbie

In the "Moving Through It: Getting An Application Reviewed" document, there is the line:   Implementing an intelligent caching mechanism within your extension can significantly reduce the rel...

kingosticks4

Roadie

1973 Views

1 replies

1 likes

api
caching
compliance
data
Guidelines
Terms of Service
  • 1973 Views
  • 1 replies
  • 1 likes

We have problems with our playlists at dn.se

Is there a problem at spotify servers?upstream reguest timeout 

Casual Listener

Is there a problem at spotify servers? upstream reguest timeout  

lukas112

Casual Listener

466 Views

2 replies

0 likes

Question
  • 466 Views
  • 2 replies
  • 0 likes

I would like to speak to the developers to help them add a feature.

PlanFree/PremiumCountry US Device mobile devices that run android (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or IssueI have figured out a way to use the Spotify web player on...

Visitor

  Plan Free/Premium Country US   Device mobile devices that run android    (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016) Operating System (iOS 10, Android Oreo...

Maxim

Spotify Star

301 Views

1 replies

0 likes

Discussion
Feature Request
  • 301 Views
  • 1 replies
  • 0 likes

Spotify API: Unauthorized

Hi there, Can anyone tell me if this endpoint is 'reserved' for some people or if I'm just doing something wrong? Endpoint : https://api.spotify.com/v1/me/notifications/player?connection_id=XXXXXX Because when I try to request it with an access token...

Regular

Hi there,   Can anyone tell me if this endpoint is 'reserved' for some people or if I'm just doing something wrong?   Endpoint : https://api.spotify.com/v1/me/notifications/player?conne...

Ximzend

Spotify Star

861 Views

3 replies

0 likes

API Endpoint
  • 861 Views
  • 3 replies
  • 0 likes

Spotify API, 403 'Forbidden'

PlanPremiumCountrySwedenDevicePC (node.js)Operating SystemWindows11 My Question or IssueHi! Im getting unexpected errors from the Spotify API. All other answers ive seen on similar errors, has been due to not having premium accounts.Have premium acco...

Casual Listener

  Plan Premium Country Sweden Device PC (node.js) Operating System Windows11   My Question or Issue Hi! Im getting unexpected errors from the Spotify API. All other answers ive...

Ximzend

Spotify Star

869 Views

2 replies

0 likes

403
api
forbidden
  • 869 Views
  • 2 replies
  • 0 likes

Spotify COnnect on selfmade speaker interface

PlanPremiumCountryGermany DeviceRaspberry PiOperating SystemOpen My Question or IssueHey Everybody,I am currently playing with some smarthome spotify integration. I am trying to connect my aux box with my network and use spotify connect. My problem i...

Visitor

Plan Premium Country Germany   Device Raspberry Pi Operating System Open   My Question or Issue Hey Everybody, I am currently playing with some smarthome spotify integration. I ...

393 Views

0 replies

0 likes

Question
  • 393 Views
  • 0 replies
  • 0 likes

Block user API

I have situation where account is being flooded with bot subscriptions (14,000 bots followers and around 60,000 bots streams) and i need a way to automatically block all those users. Currently i see it's possible to get list of them and filter, but i...

Visitor

I have situation where account is being flooded with bot subscriptions (14,000 bots followers and around 60,000 bots streams) and i need a way to automatically block all those users. Currently i see ...

447 Views

0 replies

0 likes

api
Block
bots
Users
  • 447 Views
  • 0 replies
  • 0 likes

Solved!! Unauthorized Error on Get Current User Data

My auth code to get auth token: const requestAuthToken = async () => {await fetch("https://accounts.spotify.com/api/token", { body: `grant_type=client_credentials&client_id=${CLIENT_ID}&client_secret=${CLIENT_SECRET}`, headers: { "Content-Type": "app...

Casual Listener

My auth code to get auth token:   const requestAuthToken = async () => { await fetch("https://accounts.spotify.com/api/token", { body: `grant_type=client_credentials&client_id=${CLIE...

mbattaloglu

Casual Listener

2067 Views

2 replies

2 likes

Web API
  • 2067 Views
  • 2 replies
  • 2 likes

Being rate limited (status code 429) after one API call

Hello, I'm developing a ChatBot that recommends songs according to the users mood (it's a project for a class I'm in). I'm trying to fill a database of tracks and want to include their valence, energy and danceability so the mood of it can be determi...

Visitor

Hello, I'm developing a ChatBot that recommends songs according to the users mood (it's a project for a class I'm in). I'm trying to fill a database of tracks and want to include their valence, energ...

645 Views

0 replies

0 likes

Question
  • 645 Views
  • 0 replies
  • 0 likes

Commercial application success?

Has anyone here had a commercial integration application approved? I submitted my application five months ago and still haven't received a reply (the submission form says the target response time is 10 days). In searching the forum, I've only found r...

Regular

Has anyone here had a commercial integration application approved? I submitted my application five months ago and still haven't received a reply (the submission form says the target response time is ...

arlomedia

Regular

1095 Views

1 replies

0 likes

Question
  • 1095 Views
  • 1 replies
  • 0 likes

Get artists concerts

Hello ! Is there an endpoit to see the artist's next concerts? Thanks all !

Casual Listener

Hello !   Is there an endpoit to see the artist's next concerts?   Thanks all !

473 Views

0 replies

0 likes

Feature Request
  • 473 Views
  • 0 replies
  • 0 likes

Where to get Implicit Grant OAuth Tokens?

PlanPremiumCountryUSDevicePCOperating SystemWindows 10 My Question or IssueI'm teaching myself about APIs by writing scripts for my own use. So all I want in terms of authorization is Implicit Grant.Can somebody point me to where I can generate OAuth...

Visitor

Plan Premium Country US Device PC Operating System Windows 10   My Question or Issue I'm teaching myself about APIs by writing scripts for my own use. So all I want in terms of authori...

kingosticks4

Roadie

939 Views

1 replies

0 likes

Question
  • 939 Views
  • 1 replies
  • 0 likes

Playlists endpoint fields param dot separator no longer working

For a long time my app has been using the dot separator syntax to specify specific fields in the response v1/playlists/{playlist_id} endpoint e.g.if I wanted the three fields "name,owner.id,type" I would do: 'https://api.spotify.com/v1/playlists/0rAg...

Roadie

For a long time my app has been using the dot separator syntax to specify specific fields in the response v1/playlists/{playlist_id} endpoint e.g.if I wanted the three fields "name,owner.id,type" I w...

437 Views

0 replies

0 likes

Possible Bug
  • 437 Views
  • 0 replies
  • 0 likes

React Native Spotify Integration

Hello,I want to create react native app and integrate spotify in it can Authenticate on behalf of users by using developet account ,If the I use spotify for developer and use react native spotify remote is it still working because i am getting error ...

Newbie

Hello, I want to create react native app and integrate spotify in it can Authenticate on behalf of users by using developet account , If the I use spotify for developer and use react native spo...

1074 Views

0 replies

0 likes

Question
  • 1074 Views
  • 0 replies
  • 0 likes

Status 429 and rate limiting due to "too many 504 error responses"?

I'm writing a simple application that calls the /v1/recommendations endpoint and a few others. The app is in very early development mode--I'm the only "user" while I'm developing and testing. Now it seems my app is rate-limited for the /v1/recommenda...

Casual Listener

I'm writing a simple application that calls the /v1/recommendations endpoint and a few others. The app is in very early development mode--I'm the only "user" while I'm developing and testing.  ...

djk-tel

Music Fan

2573 Views

7 replies

0 likes

Possible Bug
Question
  • 2573 Views
  • 7 replies
  • 0 likes

iFrame api problems in safari

I have problem to start a track by clicking a custom button. The track whont start play un less i just once click in the player. The averything work as normal.This just appear i safar all the other browser works fine.I sent an example code with two b...

Casual Listener

I have problem  to start a track by clicking a custom button. The track whont start play un less i just once click in the player. The averything work as normal. This just appear i safar all the...

478 Views

0 replies

0 likes

Possible Bug
  • 478 Views
  • 0 replies
  • 0 likes