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

eyes88

Visitor

52498 Views

162 replies

18 likes

Discussion
  • 52498 Views
  • 162 replies
  • 18 likes

Spatial Audio-based Navigation.

Hey, I'm currently developing a new audio-based navigation technology for my Master's project at Imperial College London. The main aim of it is to take away the need for an annoying voice based prompt to interrupt your music ("Turn left in 300 yards"...

Visitor

Hey, I'm currently developing a new audio-based navigation technology for my Master's project at Imperial College London. The main aim of it is to take away the need for an annoying voice based promp...

559 Views

0 replies

0 likes

Discussion
Feature Request
  • 559 Views
  • 0 replies
  • 0 likes

spotipy API base-62 error for adding track to playlist

Hi, I'm running into an error using the `spotipy` package. It seems to say that the playlist ID or track ID isn't valid, but I can visit the link to both and they work. Unsure what I'm doing wrong. import requests import os import spotipy from spotip...

Newbie

Hi, I'm running into an error using the `spotipy` package. It seems to say that the playlist ID or track ID isn't valid, but I can visit the link to both and they work. Unsure what I'm doing wrong. ...

Ximzend

Spotify Star

1693 Views

1 replies

0 likes

Question
  • 1693 Views
  • 1 replies
  • 0 likes

Solved!! active a playback device with API

Is there a way to activate a playback device using the api and why can't I see my ethernet speakers using the get playback devices api?

Regular

Is there a way to activate a playback device using the api and why can't I see my ethernet speakers using the get playback devices api?  

Eloigil

Visitor

21033 Views

14 replies

1 likes

api
  • 21033 Views
  • 14 replies
  • 1 likes

"Non-interactive webcasting service" - what does this cover?

The Spotify API documentation says the following is prohibited: "Do not create any product or service which includes any non-interactive internet webcasting service. For example, you can’t create an application which plays content from a single sourc...

Casual Listener

The Spotify API documentation says the following is prohibited: "Do not create any product or service which includes any non-interactive internet webcasting service. For example, you can’t create an ...

toniajs

Casual Listener

562 Views

4 replies

0 likes

api
Developer
Question
  • 562 Views
  • 4 replies
  • 0 likes

403 only on /v1/playlists/

PlanPremiumCountryServer in RU DeviceAnyOperating SystemAny My Question or IssueA few days ago endpoint /v1/playlists/ started returning 403 with the error "Spotify is unavailable in this country" on my home server. This error occurs only on this end...

Casual Listener

Plan Premium Country Server in RU   Device Any Operating System Any   My Question or Issue A few days ago endpoint /v1/playlists/ started returning 403 with the error "Spotify is...

VladSolyankin

Visitor

501 Views

3 replies

0 likes

Possible Bug
  • 501 Views
  • 3 replies
  • 0 likes

Can't create playlist for own user.

Hi, I can't create a playlist for my own userhttps://developer.spotify.com/documentation/web-api/tutorials/getting-started#request-artist-data I always get “status”: 403, “message”: “You cannot create a playlist for another user” I can do other thing...

Casual Listener

Hi,   I can't create a playlist for my own user https://developer.spotify.com/documentation/web-api/tutorials/getting-started#request-artist-data   I always get  “status”: 403, “...

stijn_de_lathouwer

Newbie

1242 Views

9 replies

0 likes

Possible Bug
  • 1242 Views
  • 9 replies
  • 0 likes

I want to develop an extension program that translates lyrics for Spotify.

Hello! I want to develop an extension program that translates lyrics for Spotify.What kind of API should I use?How can I launch this service?Thank you for your responses.

Newbie

Hello! I want to develop an extension program that translates lyrics for Spotify. What kind of API should I use? How can I launch this service? Thank you for your responses.

293 Views

0 replies

0 likes

"api"
lyric
translate
  • 293 Views
  • 0 replies
  • 0 likes

i got error 401 token not provided and this is occur on my function

this error occur on my function, while i request POST and PUT axios method the follow is my function // change next and previous const changeNextTrack = async (type) => { await axios.post( `https://api.spotify.com/v1/me/player/${type}`, {}, { headers...

Regular

this error occur on my function, while i request POST and PUT axios method the follow is my function   // change next and previous  const changeNextTrack = async (type) => {  ...

Ximzend

Spotify Star

541 Views

4 replies

0 likes

create spotify clone
  • 541 Views
  • 4 replies
  • 0 likes

Playlist Embed Error on Subsplash Website

PlanPremiumCountryUnited StatesDeviceMacbook Pro 2017Operating SystemVentura 13.6.6 My Question or IssueWhen embedding a playlist on my website using the subsplash platform the playlist disappears when I scroll down (https://bethanyefree.org/worship)...

Visitor

Plan Premium Country United States Device Macbook Pro 2017 Operating System Ventura 13.6.6   My Question or Issue When embedding a playlist on my website using the subsplash platform t...

262 Views

0 replies

0 likes

Possible Bug
  • 262 Views
  • 0 replies
  • 0 likes

Integrating Spotify Music Library - Legal Considerations for Social Media Platform

We are building a social media platform and are interested in integrating the Spotify music library to allow users to enhance their posts with music. We are seeking information on the legal agreements necessary to establish this integration.Specifica...

Newbie

We are building a social media platform and are interested in integrating the Spotify music library to allow users to enhance their posts with music. We are seeking information on the legal agreement...

279 Views

0 replies

0 likes

vg
  • 279 Views
  • 0 replies
  • 0 likes

Get Current User's Playlists returns incorrect data when DJ is present

I'm building an app that gets the current users playlist, I noticed that 'total' seems to differ from the actual amount of playlists returned. Investigating further I noticed that the API returns duplicate playlist entries when the playlist is next t...

Newbie

I'm building an app that gets the current users playlist, I noticed that 'total' seems to differ from the actual amount of playlists returned. Investigating further I noticed that the API returns dup...

jstn455

Regular

505 Views

2 replies

2 likes

  • 505 Views
  • 2 replies
  • 2 likes

Singular duplicate in paginated current user playlists

PlanPremiumCountryUnited StatesDeviceDELL G5 5500Operating SystemMicrosoft Windows 11 Home My Question or IssueI'm using the TypeScript SDK (@spotify/**bleep**) to write a simple application. I wrote a function to get all of the current user's playli...

Newbie

Plan Premium Country United States Device DELL G5 5500 Operating System Microsoft Windows 11 Home   My Question or Issue I'm using the TypeScript SDK (@spotify/**bleep**) to write a si...

ShaddollMine

Newbie

728 Views

4 replies

6 likes

Possible Bug
Question
  • 728 Views
  • 4 replies
  • 6 likes

Clarification on using Spotify data with AI/ML models

Clause 14 of the Spotify Developer Policy states:"Do not use the Spotify Platform or any Spotify Content to train a machine learning or AI model or otherwise ingest Spotify Content into a machine learning or AI model."[1] I am looking to build an app...

Casual Listener

Clause 14 of the Spotify Developer Policy states: "Do not use the Spotify Platform or any Spotify Content to train a machine learning or AI model or otherwise ingest Spotify Content into a machine l...

Ximzend

Spotify Star

2695 Views

6 replies

1 likes

ML models
Policy on training AI
  • 2695 Views
  • 6 replies
  • 1 likes

Invite collaborators

I’m trying to invite and share a playlist with others and the link doesn’t work. People are able to see but not add to the playlist. Our group is larger than 10 so starting a blended playlist is not an option. I’ve tried to generate the link in vario...

Newbie

I’m trying to invite and share a playlist with others and the link doesn’t work. People are able to see but not add to the playlist. Our group is larger than 10 so starting a blended playlist is not ...

Mitre226644

Roadie

478 Views

2 replies

2 likes

Possible Bug
  • 478 Views
  • 2 replies
  • 2 likes

Clause 14 - Developer policy

Hi Spotify Developer Relations Team, Clause 14 of the Spotify Developer Policy states:"Do not use the Spotify Platform or any Spotify Content to train a machine learning or AI model or otherwise ingest Spotify Content into a machine learning or AI mo...

Casual Listener

Hi Spotify Developer Relations Team,   Clause 14 of the Spotify Developer Policy states: "Do not use the Spotify Platform or any Spotify Content to train a machine learning or AI model or ot...

376 Views

0 replies

0 likes

Developer Policy
  • 376 Views
  • 0 replies
  • 0 likes

Computer Science II group project

I am a student at Rockland Community College. My group in my Computer Science II class is creating a Sound media player, using Java. I am not a professional. I am still learning. So if anyone can help point me in the right direction, I need to learn ...

Newbie

I am a student at Rockland Community College. My group in my Computer Science II class is creating a Sound media player, using Java. I am not a professional. I am still learning. So if anyone can hel...

429 Views

0 replies

0 likes

Discussion
Question
  • 429 Views
  • 0 replies
  • 0 likes

Can we block skipnext button of the player ?

Hi,I'm a French software engineer, and I'm working on an application using the Spotify SDK, and Spotify API. For some functionality of my application, I would like to be able to block previous and next button of player on an Android mobile. I know Sp...

Casual Listener

Hi, I'm a French software engineer, and I'm working on an application using the Spotify SDK, and Spotify API. For some functionality of my application, I would like to be able to block  previou...

243 Views

0 replies

0 likes

  • 243 Views
  • 0 replies
  • 0 likes

Websites/Apps using stats from API are inaccurate

PlanStudentCountryUSDeviceiPhone 12Operating SystemiOS My Question or IssueThis is something I’ve been noticing within the past couple of days from the user end, along with all of the dozen other spotify and third-party website users that I’ve asked....

Casual Listener

Plan Student Country US Device iPhone 12 Operating System iOS   My Question or Issue This is something I’ve been noticing within the past couple of days from the user end, along with a...

Ximzend

Spotify Star

3683 Views

6 replies

8 likes

API Bug
Incorrect Statistics
Possible API Bug
Possible Bug
Possible Bug API
Statistics
User Statistics
  • 3683 Views
  • 6 replies
  • 8 likes

auth fails with my internal test.

hey guys, currently im developing an application and i have problems with spotify auth. In debugging mode, everything runs perfectly but during my test the response error is AUTHENTICATION_SERVICE_UNAVAILABLE. its my first app. I hope you can help me...

Casual Listener

hey guys, currently im developing an application and i have problems with spotify auth. In debugging mode, everything runs perfectly but during my test the response error is AUTHENTICATION_SERVIC...

ferdiag

Casual Listener

392 Views

2 replies

0 likes

  • 392 Views
  • 2 replies
  • 0 likes

Reccomendations API returning limited number of songs

Hi, I am trying to use Spotify API to get recommendations based on given feature ranges. I am setting the parameters (attached in the screenshot) when making a request, and it only returns 5 songs (the limit is set to 100), while I know that there ar...

Casual Listener

Hi, I am trying to use Spotify API to get recommendations based on given feature ranges. I am setting the parameters (attached in the screenshot) when making a request, and it only returns 5 songs (t...

375 Views

0 replies

1 likes

Reccomendations API problem
  • 375 Views
  • 0 replies
  • 1 likes