Announcements

Help Wizard

Step 1

NEXT STEP

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

emirzyxy

Casual Listener

62763 Views

175 replies

18 likes

Discussion
  • 62763 Views
  • 175 replies
  • 18 likes

Solved!!Superuser Contribution 401 error on all PUT requests

PlanPremiumCountryAustraliaDeviceDesktop, Windows 10, Chrome My Question or IssueHi, I'm making a react web app using Axios for fetch requests. My app already correctly sets a token and receives data from API endpoints such as 'https://api.spotify.co...

Casual Listener

Plan Premium Country Australia Device Desktop, Windows 10, Chrome   My Question or Issue Hi, I'm making a react web app using Axios for fetch requests. My app already correctly sets a to...

ariost11

Visitor

3898 Views

5 replies

0 likes

  • 3898 Views
  • 5 replies
  • 0 likes

Documentation mistake or bug

This authorization request works for me in php-curl: $ch = curl_init(); //Escribo endpoint el indicado por api curl_setopt($ch, CURLOPT_URL, 'https://accounts.spotify.com/api/token'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); //IMPORTANTE ES UN...

Regular

This authorization request works for me in php-curl:       $ch = curl_init(); //Escribo endpoint el indicado por api curl_setopt($ch, CURLOPT_URL, 'https://acc...

Bhanu3858

Visitor

898 Views

2 replies

0 likes

  • 898 Views
  • 2 replies
  • 0 likes

App retrieves my data for other users instead of theirs

My Question or Issue I've been trying to write some code that requires a user's playlist using the Spotify API. It works fine when I run the code on my computer and with my login details, but when I get my teacher to run it on their computer with the...

Regular

My Question or Issue   I've been trying to write some code that requires a user's playlist using the Spotify API. It works fine when I run the code on my computer and with my login details, bu...

522 Views

0 replies

0 likes

  • 522 Views
  • 0 replies
  • 0 likes

Help - How to restore to a snapshot of a playlist

Plan - Family PremiumCountry - CanadaDevice - Any Operating System - Windows 10My Question or Issue I'm looking to restore a playlist that was modified up to a week ago.Shared with family. I've never used Spotify for Developers, Web API.Just learned ...

Casual Listener

Plan - Family Premium Country - Canada Device - Any Operating System - Windows 10 My Question or Issue   I'm looking to restore a playlist that was modified up to a week...

539 Views

0 replies

0 likes

help request
  • 539 Views
  • 0 replies
  • 0 likes

"Granted quota extension" for years... but nobody can connect now?

I have an app, been granted a quota extension for some 6 years. This month, nobody can connect but me. So it's behaving like there is no quota extension. It's rm-spot.com.Any others experiencing this? When I connected to my dashboard this month, I sa...

Regular

I have an app, been granted a quota extension for some 6 years.  This month, nobody can connect but me.  So it's behaving like there is no quota extension.  It's rm-spot.com. Any ...

spotartie2

Newbie

613 Views

2 replies

0 likes

  • 613 Views
  • 2 replies
  • 0 likes

Clarification on Developer Terms - Building Profiles of Users

Do not analyze the Spotify Content or the Spotify Service for any purpose, including without limitation, creating new or derived listenership metrics, benchmarking, functionality, usage statistics, user metrics, or building profiles of users, includi...

Casual Listener

Do not analyze the Spotify Content or the Spotify Service for any purpose, including without limitation, creating new or derived listenership metrics, benchmarking, functionality, usage statistics, u...

448 Views

0 replies

0 likes

Discussion
Guidelines
profiles
  • 448 Views
  • 0 replies
  • 0 likes

Do streams via Web API count?

Hello, We are currently planning a fan portal for a client, and one feature that the client has requested is the ability for fans to listen to his songs through the portal. We plan to use https://developer.spotify.com/documentation/web-api for this p...

Newbie

Hello,   We are currently planning a fan portal for a client, and one feature that the client has requested is the ability for fans to listen to his songs through the portal. We plan to use ht...

697 Views

0 replies

0 likes

Streams
web-api
  • 697 Views
  • 0 replies
  • 0 likes

Question about artist genre classification

Hi everyone! I'm new here, don't know much about development so it might be a silly question. Is there any information about how it works the artist genre classification? I'm trying to understand how it works and specially if there's a way to manuall...

Visitor

Hi everyone! I'm new here, don't know much about development so it might be a silly question. Is there any information about how it works the artist genre classification? I'm trying to understand how...

Ximzend

Spotify Star

737 Views

1 replies

0 likes

genre
  • 737 Views
  • 1 replies
  • 0 likes

{"error":{"status":404,"message":"Invalid username"}} Error (Nodejs)

PlanFree/Premium CountryTurkey LanguageNodejs My Question or Issue From this code: const express = require('express') const app = express() var client_id = 'asd'; var client_secret = 'asd'; // Base64 encoding of the client_id and client_secret var en...

Casual Listener

Plan Free/Premium   Country Turkey   Language Nodejs   My Question or Issue   From this code:           const express = require('express'...

Ximzend

Spotify Star

2535 Views

3 replies

2 likes

"currently-playing"
  • 2535 Views
  • 3 replies
  • 2 likes

API Invoke-RestMethod - Only active device shown

Hi, in powershell, when i get devices on my premium account, i see device only when Spotify app is opened on them. How do i get the ID of "another device"?Thanks!

Casual Listener

Hi, in powershell, when i get devices on my premium account, i see device only when Spotify app is opened on them.  How do i get the ID of "another device"? Thanks!

iOL

Casual Listener

586 Views

2 replies

0 likes

  • 586 Views
  • 2 replies
  • 0 likes

Spotify Codes not working

I'm trying to share a playlist with the code but I can't. The only option I get is the link, but the code doesn't show up even when I try to share an individual song. Both on PC and Android.

Visitor

I'm trying to share a playlist with the code but I can't. The only option I get is the link, but the code doesn't show up even when I try to share an individual song.  Both on PC and Android.

kaworu_bloodpaw

Roadie

473 Views

1 replies

0 likes

  • 473 Views
  • 1 replies
  • 0 likes

Spotify Blend Playlist IDs not returning any results when trying to get tracks

I'm trying to access track names using the Web API for a Blend playlist. The api works fine for any playlist ID/URI except for those that are blends. My queries return either an error or no results - I have tested with other non-blend playlist IDs an...

Newbie

I'm trying to access track names using the Web API for a Blend playlist. The api works fine for any playlist ID/URI except for those that are blends. My queries return either an error or no results -...

Ximzend

Spotify Star

624 Views

1 replies

0 likes

api
  • 624 Views
  • 1 replies
  • 0 likes

APP INTERFACE CHANGES

Hi App Developers, I note the desktop interface has changed and assuming some coding changes came with the different in the interface. With the changes came the loss of being able to drag and drop playlist in the left sidebar allowing custom orders. ...

Casual Listener

Hi App Developers, I note the desktop interface has changed and assuming some coding changes came with the different in the interface. With the changes came the loss of being able to drag and drop pl...

usersoch

Newbie

504 Views

1 replies

2 likes

  • 504 Views
  • 1 replies
  • 2 likes

Problem sending and receiving requests from my site to Spotify.

Hi to you. I have a site to which I have connected Spotify via API. Everything was fine until a while ago when I noticed that most of the requests from my site were being rejected by Spotify. I wanted to find out the reason for this and know what the...

Visitor

Hi to you. I have a site to which I have connected Spotify via API. Everything was fine until a while ago when I noticed that most of the requests from my site were being rejected by Spotify. I wante...

327 Views

0 replies

0 likes

spotify api
  • 327 Views
  • 0 replies
  • 0 likes

SDK Web App depreciation? (functionality only for premium users error)

I'm doing research for an app I plan to build that would use the Spotify SDK to play tracks in the browser but it seems something is wrong? After a few hours of digging it seems that every deployed app I can find that is built on top of the Spotify S...

Visitor

I'm doing research for an app I plan to build that would use the Spotify SDK to play tracks in the browser but it seems something is wrong?   After a few hours of digging it seems that every d...

Ximzend

Spotify Star

576 Views

1 replies

0 likes

Discussion
  • 576 Views
  • 1 replies
  • 0 likes

How do I get data for making an A&R tool?

My Question or Issue Hi. I want to make an A&R tool where I can search and find undiscovered gems that deserve recognition.Would like to extract data like:Monthly listeners 30-100Number of tracks 10+ (To show their commitment)Strem to listener rate (...

Visitor

My Question or Issue   Hi. I want to make an A&R tool where I can search and find undiscovered gems that deserve recognition. Would like to extract data like: Monthly listeners 30-100 N...

1606 Views

0 replies

0 likes

Data Storage
  • 1606 Views
  • 0 replies
  • 0 likes

Check if Spotify app has been logged in on Android Auto

Operating System(Android Auto 11) Hi Spotify team, We are developing an app on Android Auto OS. In our app we want to check if Spotify app has user logged in. I have tried SpotifyAppRemote API, but SpotifyConnect.connect() throw exception CouldNotFin...

Newbie

Operating System (Android Auto 11)   Hi Spotify team, We are developing an app on Android Auto OS. In our app we want to check if Spotify app has user logged in.   I have tried Spotify...

293 Views

0 replies

0 likes

Discussion
  • 293 Views
  • 0 replies
  • 0 likes

get/chapters returns a 500 error if you don't include the market code in the web api

PlanFree/PremiumCountryUnited StatesDeviceDesktopOperating SystemWindows 10 My Question or IssueI was working on a personal project where I am creating a python library for the Spotify API for learning purposes. I was creating a method for GET /chapt...

Casual Listener

Plan Free/Premium Country United States Device Desktop Operating System Windows 10   My Question or Issue I was working on a personal project where I am creating a python library for t...

Ximzend

Spotify Star

370 Views

2 replies

0 likes

  • 370 Views
  • 2 replies
  • 0 likes

This functionality is restricted to premium users only

I am using the Spotify Web API for my personal project. I am attempting to create a Spotify music player using the spotify-web-player-node package. However, I have encountered an issue. When I authorize my account as a developer, I receive an error s...

Newbie

I am using the Spotify Web API for my personal project. I am attempting to create a Spotify music player using the spotify-web-player-node package. However, I have encountered an issue. When I author...

Ximzend

Spotify Star

4824 Views

3 replies

0 likes

spotify-web-api
spotify-web-player-node
  • 4824 Views
  • 3 replies
  • 0 likes

Get Current User's Playlists request problem

Something strange happens when I send a Get Current User's Playlists request. As shown in the screenshots I attached, the request itself is sent to https://api.spotify.com/v1/me/playlists?limit=50 but I receive the data from https://api.spotify.com/v...

Casual Listener

Something strange happens when I send a Get Current User's Playlists request.   As shown in the screenshots I attached, the request itself is sent to https://api.spotify.com/v1/me/playli...

belltown

Gig Goer

518 Views

3 replies

0 likes

  • 518 Views
  • 3 replies
  • 0 likes