Announcements
From 28th September 2026, Community private messages will no longer be available. If you have any private messages you'd like to keep, please save or copy them using these steps before this date. Thank you.

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

Dover

Newbie

643 Views

7 replies

2 likes

Discussion
  • 643 Views
  • 7 replies
  • 2 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

tuftii

Visitor

4291 Views

25 replies

2 likes

Discussion
  • 4291 Views
  • 25 replies
  • 2 likes

Reverse lookup a playlist.

I would like to search for a playlist that contains a specific song.Can I reverse lookup from a song to get a list of playlists that contain that song?

Newbie

I would like to search for a playlist that contains a specific song. Can I reverse lookup from a song to get a list of playlists that contain that song?

Ximzend

Spotify Star

3031 Views

1 replies

0 likes

API Question
  • 3031 Views
  • 1 replies
  • 0 likes

playing song previews

PlanFree/Premium My Question or IssueI want to play little bits of random songs as part of a guessing game based on 3,5 and 10 seconds of the song. I don't want to do this with the player SDK since it's behind a paywall. being able to play the whole ...

Casual Listener

Plan Free/Premium   My Question or Issue I want to play little bits of random songs as part of a guessing game based on 3,5 and 10 seconds of the song. I don't want to do this with the playe...

Ximzend

Spotify Star

609 Views

1 replies

0 likes

  • 609 Views
  • 1 replies
  • 0 likes

Is there a way to get the songs my friends have listened to programmatically?

I see the web API allows you to get the public information, but is there any way to have my friends allow my code to pull their own song histories? That way I can make a playlist out of their songs without asking them what they listened to.

Visitor

I see the web API allows you to get the public information, but is there any way to have my friends allow my code to pull their own song histories? That way I can make a playlist out of their songs w...

Ximzend

Spotify Star

563 Views

1 replies

0 likes

  • 563 Views
  • 1 replies
  • 0 likes

can I embed playlist on my website

I am not sure I qualify as a developer. I just have a blog on a website, and I'd like to embed a playlist to my favorite songs (that I did not write).

Casual Listener

I am not sure I qualify as a developer. I just have a blog on a website, and I'd like to embed a playlist to my favorite songs (that I did not write).

445 Views

0 replies

0 likes

  • 445 Views
  • 0 replies
  • 0 likes

[Request Quota Extension] We wish to integrate Spotify API with we our music creation tool

Hi Spotify Team, We are developing a music creation tool to help music lovers create songs with no music background. To better navigate users to cook their melodies, we would like to learn what are their preferences on Spotify. Our application client...

Newbie

Hi Spotify Team,    We are developing a music creation tool to help music lovers create songs with no music background. To better navigate users to cook their melodies, we would like to l...

457 Views

0 replies

0 likes

Quota Request
  • 457 Views
  • 0 replies
  • 0 likes

Suddenly NO AUDIO - Embedded Webplayer SDK inside WebView (UWP/Xaml)

PlanPremiumCountryFRDeviceDesktop APP => UWP application on Windows 11.Operating SystemWindows 11 My Question or IssueEverything was working, and suddenly, the Webplayer SDK provide no SOUND at all. It seems working well, because music is running, bu...

Newbie

Plan Premium Country FR Device Desktop APP => UWP application on Windows 11. Operating System Windows 11   My Question or Issue Everything was working, and suddenly, the Webplayer S...

AliZobi

Newbie

801 Views

1 replies

1 likes

  • 801 Views
  • 1 replies
  • 1 likes

Prohibited Apps

Hello, one of the developer guidelines for prohibited apps says you can't put content from another streaming service next to Spotify content. It's kind of vague and I was hoping to get a more definitive answer about what I want to do. Am i allowed to...

Newbie

Hello, one of the developer guidelines for prohibited apps says you can't put content from another streaming service next to Spotify content. It's kind of vague and I was hoping to get a more definit...

Ximzend

Spotify Star

738 Views

1 replies

0 likes

  • 738 Views
  • 1 replies
  • 0 likes

Refresh token replying with ETIMEDOUT

When getting an access_token using a refresh_token i get a ETIMEDOUT error. I have used your code from this page: https://developer.spotify.com/documentation/general/guides/authorization/code-flow/ under the section Request a refreshed Access Token H...

Newbie

When getting an access_token using a refresh_token i get a ETIMEDOUT error. I have used your code from this page: https://developer.spotify.com/documentation/general/guides/authorization/code-flow/ u...

521 Views

0 replies

0 likes

Authentication Token
  • 521 Views
  • 0 replies
  • 0 likes

Quota Extension Rejected

Hi, My quota extension was recently rejected and no reason was provided and I didn't violate any of the terms of the app development.

Casual Listener

Hi,   My quota extension was recently rejected and no reason was provided and I didn't violate any of the terms of the app development.  

458 Views

0 replies

0 likes

  • 458 Views
  • 0 replies
  • 0 likes

In what format is the offline_timestamp key in your personal data?

In the extended personal data, there is a key called "offline_timestamp". In the ReadMeFirst it has the following description: "This field is a timestamp of when offline mode was used, ifused.". When looking at these values, there seems to be no corr...

Visitor

In the extended personal data, there is a key called "offline_timestamp". In the ReadMeFirst it has the following description: "This field is a timestamp of when offline mode was used, if used.". Wh...

619 Views

0 replies

1 likes

  • 619 Views
  • 0 replies
  • 1 likes

Use api to search for specific songs that are mixed into longer sets/recordings

Hi there, I was wondering if it's possible to use the Spotify api to search for specific songs that are mixed into longer sets/recordings? Hope you can help with this. Kind regards, Olaf

Newbie

Hi there,   I was wondering if it's possible to use the Spotify api to search for specific songs that are mixed into longer sets/recordings?   Hope you can help with this.   Kind...

540 Views

0 replies

0 likes

API Question
  • 540 Views
  • 0 replies
  • 0 likes

Cannot delete tracks from a playlist using the API. Receiving 401 error.

PlanFree/PremiumCountryCanada My Question or IssueI've been trying and failing to delete tracks from a playlist using the API. Every method I attempt results in a 401 error from spotify. This is a JavaScript Web App and I'm performing both Oauth and ...

Newbie

Plan Free/Premium Country Canada   My Question or Issue I've been trying and failing to delete tracks from a playlist using the API. Every method I attempt results in a 401 error from spot...

Ximzend

Spotify Star

846 Views

1 replies

0 likes

api
javascript
  • 846 Views
  • 1 replies
  • 0 likes

Web Playback SDK - 404 not found after computer sleep

Hi all.I have created a web player to play my saved songs.If i close my laptop lid and reopen (Mac), calls to`https://api.spotify.com/v1/me/player/play?device_id=58c0a166ebaa633d9d6e47cf4226830ba1704062` return a 404 device not found (device being th...

Regular

Hi all. I have created a web player to play my saved songs. If i close my laptop lid and reopen (Mac), calls to `https://api.spotify.com/v1/me/player/play?device_id=58c0a166ebaa633d9d6e47cf42268...

547 Views

0 replies

0 likes

API Help
Help
  • 547 Views
  • 0 replies
  • 0 likes

[Developer] Concrete rate limits

Hi! There are not concrete numbers regarding rate limits for the Spotify API. This documentation https://developer.spotify.com/documentation/web-api/guides/rate-limits/ tells us there is a 30 second window in which the number of requests are monitore...

Newbie

Hi! There are not concrete numbers regarding rate limits for the Spotify API. This documentation https://developer.spotify.com/documentation/web-api/guides/rate-limits/ tells us there is a ...

606 Views

0 replies

0 likes

Developer
  • 606 Views
  • 0 replies
  • 0 likes

Inability to Getting Track Genre Information

(Windows 10 desktop) My Question or IssueIs there any way to get track genre information with Spotify API (python)?

Casual Listener

  (Windows 10 desktop)   My Question or Issue Is there any way to get track genre information with Spotify API (python)?

Ximzend

Spotify Star

2285 Views

5 replies

0 likes

Python
  • 2285 Views
  • 5 replies
  • 0 likes

Canvas API

An API or additional endpoint on the existing Spotify API that provides a URL to a tracks given canvas in an mp4 format.

Visitor

An API or additional endpoint on the existing Spotify API that provides a URL to a tracks given canvas in an mp4 format. 

858 Views

0 replies

2 likes

  • 858 Views
  • 0 replies
  • 2 likes

[Win 10] Cannot play playlist using spotify uri

PlanPremiumCountryPolandDeviceLaptop, Spotify Desktop ClientOperating SystemWindows 10 My Question or IssueHi All,I am trying to use spotify uri to auto-open spotify on a specific playlist and start playing it. However, I found that playlist uri with...

Newbie

Plan Premium Country Poland Device Laptop, Spotify Desktop Client Operating System Windows 10   My Question or Issue Hi All, I am trying to use spotify uri to auto-open spotify on a s...

1409 Views

0 replies

3 likes

  • 1409 Views
  • 0 replies
  • 3 likes

Oembed not playing on website

- Premium- USA- Macbook Air I'm running into an issue with the oembed on my website not playing full tracks on the playlist. I'm logged into Spotify but the playlist in stuck in preview mode. Previously, when I was testing this on my localhost via Fl...

Newbie

- Premium - USA - Macbook Air   I'm running into an issue with the oembed on my website not playing full tracks on the playlist. I'm logged into Spotify but the playlist in stuck in preview ...

771 Views

0 replies

0 likes

audio preview
Oembed
Spotify Embed
  • 771 Views
  • 0 replies
  • 0 likes

403 forbidden error on Spotify API

PlanPremiumClient ID04faea73cf99467b8c117a33870cd3bc My Question or Issue Hi team,I'm experiencing some 403 responses trying to connect to Spotify API, I've been checked my App Profile on Spotify App Dashboard and I've not seen any error, even I've r...

Casual Listener

Plan Premium Client ID 04faea73cf99467b8c117a33870cd3bc   My Question or Issue   Hi team, I'm experiencing some 403 responses trying to connect to Spotify API, I've been checked m...

Ximzend

Spotify Star

7326 Views

3 replies

0 likes

403 error
  • 7326 Views
  • 3 replies
  • 0 likes