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

StarNab

Regular

46404 Views

155 replies

18 likes

Discussion
  • 46404 Views
  • 155 replies
  • 18 likes

Implementing a Spotify player without opening the Spotify app

Hello fellow developers, I am currently working on a NextJS web app that uses "spotify-web-api-node" package to make use of several Spotify API endpoints. One of the required features is to implement a Spotify player where songs are fetched automatic...

Visitor

Hello fellow developers,   I am currently working on a NextJS web app that uses "spotify-web-api-node" package to make use of several Spotify API endpoints. One of the required features is to ...

903 Views

0 replies

2 likes

  • 903 Views
  • 0 replies
  • 2 likes

Solved!! Response after creating playlist returns artist object instead of a playlist. wth?

I'm trying to give users an option to create a private playlist from the app. I followed documentation and my request successfully creates a playlist on user's account (I can see the playlist on my profile) but the response that comes back doesn't co...

Roadie

I'm trying to give users an option to create a private playlist from the app.  I followed documentation and my request successfully creates a playlist on user's account (I can see the playlist ...

wiiwiiw

Roadie

698 Views

2 replies

0 likes

Web API
  • 698 Views
  • 2 replies
  • 0 likes

Daily/Weekly regional data

Hello everyone, I'm searching through API endpoints and I can't find anything that similar to what I need. Is there an endpoint that provides information about weekly or daily regional popular tracks? For example, I want to see what tracks have been ...

Visitor

Hello everyone,   I'm searching through API endpoints and I can't find anything that similar to what I need. Is there an endpoint that provides information about weekly or daily regional popul...

372 Views

0 replies

0 likes

popular
regional
tracks
  • 372 Views
  • 0 replies
  • 0 likes

Superuser Contribution Request Quoata Extention

In the Spotify Developer Dashbord, the button for a "Request Quoata Extention" does not work. You get the error message: "Unexpected end of JSON input".

Regular

In the Spotify Developer Dashbord, the button for a "Request Quoata Extention" does not work. You get the error message: "Unexpected end of JSON input".

spotifyjosh

Spotify

630 Views

1 replies

0 likes

  • 630 Views
  • 1 replies
  • 0 likes

Boton eliminar de playlist

Hola, no escribiré en ingles porque no lo manejo bien. Podrían incluir un botón en los "Mix Creados para ti". ? el cual al momento de usar la lista de reproducción yo pueda quitar canciones de esta sin eliminarlas de la lista. solo que por motivos an...

Visitor

Hola, no escribiré en ingles porque no lo manejo bien.        Podrían incluir un botón en los "Mix Creados para ti". ?   el cual al momento de usar la lista de repro...

564 Views

0 replies

0 likes

  • 564 Views
  • 0 replies
  • 0 likes

Quota Extension Support

Hello, I'm wondering if Spotify offers support for quota extension requests other than the forums? Dealing with this is now extremely frustrating. I've been denied twice, with explanations that do not even feel relevant to my use case. Further, I had...

Casual Listener

Hello,   I'm wondering if Spotify offers support for quota extension requests other than the forums? Dealing with this is now extremely frustrating. I've been denied twice, with explanations t...

Ximzend

Spotify Star

1531 Views

4 replies

0 likes

api
Quota Extension
  • 1531 Views
  • 4 replies
  • 0 likes

'404 - Invalid Username' when requesting /currently-playing endpoint

Plan: FreeCountry: United KingdomDevice: Surface Pro 3 Operating System: Windows 10 (21H2) using Brave browserMy Question or Issue:I believe I have successfully authenticated to the API using this code: /* Get Spotify Authorization Token */ $ch = cur...

Casual Listener

Plan: Free Country: United Kingdom Device: Surface Pro 3  Operating System: Windows 10 (21H2) using Brave browser My Question or Issue: I believe I have successfully authenticated...

anomis66

Casual Listener

2240 Views

1 replies

0 likes

currently playing
Web API
  • 2240 Views
  • 1 replies
  • 0 likes

Superuser Contribution Deprecated streaming SDKs?

In regards to the below update, can we get any information on what will no longer be working exactly? Both the new iOS and Android SDKs are far from production ready and have a backlog of issues. Furthermore, it seems they haven't really been updated...

Casual Listener

In regards to the below update, can we get any information on what will no longer be working exactly?  Both the new iOS and Android SDKs are far from production ready and have a backlog of issue...

daasx

Casual Listener

1832 Views

4 replies

4 likes

  • 1832 Views
  • 4 replies
  • 4 likes

Solved!! Dynamic CDN domains for images?

Gooday, I would like to ask if the CDN's where the images are hosted are always the same or change overtime? I'm using NextJS and need to whitelist these domains for my images.This is what I'm trying to do: https://nextjs.org/docs/api-reference/next/...

Newbie

Gooday,   I would like to ask if the CDN's where the images are hosted are always the same or change overtime?   I'm using NextJS and need to whitelist these domains for my images. Thi...

yashasewi

Casual Listener

4170 Views

2 replies

2 likes

api
cdn
Images
Security
  • 4170 Views
  • 2 replies
  • 2 likes

Superuser Contribution Error 403 when other users try to login on deployed app

In my local system and deployed version, the web-app works fine for me(the developer). But when other users try to login with the deployed version, it authorizes the user, but refuses to serve the requests of endpoints like "get user profile", it thr...

Visitor

In my local system and deployed version, the web-app works fine for me(the developer). But when other users try to login with the deployed version, it authorizes the user, but refuses to serve the re...

spotifyjosh

Spotify

860 Views

1 replies

0 likes

error 403
  • 860 Views
  • 1 replies
  • 0 likes

Superuser Contribution Spotify OAuth works for Localhost but not Live

Hi all, I'm currently testing an integration of Spotify OAuth with my NextJS app. I've found that, after whitelisting the redirect URL under the developer dashboard, the localhost version (i.e. localhost:3000/api/auth/spotify) can successfully redire...

Visitor

Hi all,    I'm currently testing an integration of Spotify OAuth with my NextJS app. I've found that, after whitelisting the redirect URL under the developer dashboard, the localhost versi...

JagratiGupta

Visitor

2094 Views

3 replies

0 likes

  • 2094 Views
  • 3 replies
  • 0 likes

User not registered in the Developer Dashboard, reason: None

Hello, I am running into an issue and not sure how to resolve it. I am working on a discord bot that will add any Spotify links found in the chat into a playlist I made.I got it working on my main computer which is a Mac. I am using the Spotipy libra...

Visitor

Hello, I am running into an issue and not sure how to resolve it. I am working on a discord bot that will add any Spotify links found in the chat into a playlist I made. I got it working on my main ...

785 Views

0 replies

0 likes

Linux
redirect
redirect-uri
token
  • 785 Views
  • 0 replies
  • 0 likes

Streaming videos

My Question or IssueSpotify should add to the songs the videolink or even different links to videos.There is of course challenge how to sync the video and the music, but this could be overcome by running the song and the video in preindexing process ...

Visitor

My Question or Issue Spotify should add to the songs the videolink or even different links to videos. There is of course challenge how to sync the video and the music, but this could be overcome by...

Ximzend

Spotify Star

628 Views

1 replies

1 likes

Ideas
Video On Spotify
  • 628 Views
  • 1 replies
  • 1 likes

Superuser Contribution Misleading info in quickstart guide?

Hi, I was reading over the quickstart guide for a web app and it says "Any application can request data from Spotify Web API endpoints and many endpoints are open and will return data without requiring registration" However, when I look at the consol...

Visitor

Hi, I was reading over the quickstart guide for a web app and it says "Any application can request data from Spotify Web API endpoints and many endpoints are open and will return data without&nb...

alvaron

Spotify

453 Views

2 replies

0 likes

  • 453 Views
  • 2 replies
  • 0 likes

Get a permanent token for API calls

Hello, I wrote a Python script to update playlists (throught API calls). It works fine, but I have to generate a new token each hour from the Spotify Web API Console. Is there a way to get a permanent token in order to be able to use it in a schedule...

Casual Listener

Hello,   I wrote a Python script to update playlists (throught API calls). It works fine, but I have to generate a new token each hour from the Spotify Web API Console. Is there a way to get a...

Rémy-J

Casual Listener

4938 Views

4 replies

0 likes

api
Python
token
  • 4938 Views
  • 4 replies
  • 0 likes

Spotify For Business

Can I stream Spotify at a restaurant, and separately go out and buy the licensing for those songs. I want to do this because Spotify has a great API I want to use that the "business licensed" services don't have. How would I go about buying these lic...

Visitor

Can I stream Spotify at a restaurant, and separately go out and buy the licensing for those songs. I want to do this because Spotify has a great API I want to use that the "business licensed" service...

Shari23

Casual Listener

7528 Views

3 replies

0 likes

business
license
  • 7528 Views
  • 3 replies
  • 0 likes

Spotify Search API for Business

Can I use the Spotify API search functionality for an app that integrates with a restaurant. I won't actually be using Spotify to play the music because it's not licensed for business use, but is it legal for me to use the search functionality. Thank...

Visitor

Can I use the Spotify API search functionality for an app that integrates with a restaurant. I won't actually be using Spotify to play the music because it's not licensed for business use, but is it ...

396 Views

0 replies

0 likes

api
business
Search
  • 396 Views
  • 0 replies
  • 0 likes

Shuffle que function ios

PremiumukiPhone (doesn’t matter)ios all I use the que function quite a lot and when doing so I dip in and out of different albums que a few and then move onto the next. What would be really cool is if you could look at adding a shuffle que on the nex...

Visitor

Premium uk iPhone (doesn’t matter) ios all   I use the que function quite a lot and when doing so I dip in and out of different albums que a few and then move onto the next. What would be r...

Ximzend

Spotify Star

649 Views

1 replies

0 likes

FutureUpdateQuestion
  • 649 Views
  • 1 replies
  • 0 likes

Shortcut to Equalizer

PlanPremiumCountryFranceDevicePixel 6Operating SystemAndroid 12 My Question or Issue Add an easy access/shortcut to the EQ in the app home page

Newbie

  Plan Premium Country France Device Pixel 6 Operating System Android 12   My Question or Issue   Add an easy access/shortcut to the EQ in the app home page

Ximzend

Spotify Star

1624 Views

1 replies

9 likes

  • 1624 Views
  • 1 replies
  • 9 likes

Spotify Album Charts (German Rap)

Im using the the webApi to build a mobile app.Is there a way to get ALBUM charts for a specific genre? For example [top 50 german rap albums].If not, by any chance, does anybody know, where i can get a list of album charts? Greetings and thanks in ad...

Visitor

Im using the the webApi to build a mobile app. Is there a way to get ALBUM charts for a specific genre?   For example [top 50 german rap albums]. If not, by any chance, does anybody know, ...

337 Views

0 replies

0 likes

  • 337 Views
  • 0 replies
  • 0 likes