Announcements

Help Wizard

Step 1

NEXT STEP

Topics with Label: web

Labels

Forum Posts

February 2026 Spotify for Developers update: thread

Hey everyone, I’ve created this thread to provide an open space for discussion, feedback, concerns or ideas on an upcoming update to Spotify for Developers access. We’ve shared a blog post that explains what’s changing and why. Please use this thread...

Spotify

wyattwong

Casual Listener

2845 Views

30 replies

2 likes

S4D
  • 2845 Views
  • 30 replies
  • 2 likes

Solved!! Web API ratelimit

I am developing an app which will allow users to publish their playlists to a feed. However in order to visit the feed, published playlists will have to be fetched one by one (as the current spotify api does not have an endpoint to fetch multiple pla...

Visitor

I am developing an app which will allow users to publish their playlists to a feed. However in order to visit the feed, published playlists will have to be fetched one by one (as the current spotify ...

palmers97

Newbie

37536 Views

14 replies

0 likes

api
ratelimit
web
  • 37536 Views
  • 14 replies
  • 0 likes

Web API - precise playback progress?

In the Web API is it at all possible to get accurate current playback timing? Progress_ms is always randomly delayed by 0.5-1.5s and timestamp in that response is not working. Assuming both my app and a player are on the same local machine. This was ...

Casual Listener

In the Web API is it at all possible to get accurate current playback timing? Progress_ms is always randomly delayed by 0.5-1.5s and timestamp in that response is not working. Assuming both my app a...

1549 Views

0 replies

1 likes

api
web
  • 1549 Views
  • 0 replies
  • 1 likes

Queue tracklist limited to 20 tracks

My Question or IssueI'm interested in developing an app that creates a new playlist from a user's entire Spotify queue. It seems that this is the endpoint I need to hit to get the queue:https://developer.spotify.com/documentation/web-api/reference/ge...

Newbie

...eveloper.spotify.com/documentation/web-api/reference/get-queue However, this endpoint only returns 20 elements, despite not having a limit documented. Is it possible to achieve my goal?

1265 Views

0 replies

3 likes

queue
web
  • 1265 Views
  • 0 replies
  • 3 likes

Can't connect to Webplayer SDK

PlanPremiumCountryAustraliaDevicePC, Windows 10, firefox or chrome I'm trying to use the access token which returns after I log in to my premium account, it does work then i get the access token and try to use it to connect the sdk player. Here is my...

Music Fan

...t;; let currentTrackIndex = -1; // To keep track of the current playing track let player; // Initialize the Spotify Web Playback SDK window.onSpotifyWebPlaybackSDKReady = () => { // Try to get t...

axion777

Music Fan

2127 Views

1 replies

0 likes

playback
SDK
web
  • 2127 Views
  • 1 replies
  • 0 likes

PROBLEMA: se reproduce solo Muestra de Audio al insertar en mi web

Hola, soy de ArgentinaAdministro varios sitios webs, que se administran con wordpress, con la plantilla de Divi.El problema es que al intentar insertar una canción, o playlist se reproduce solo una muestra del audio.Como soluciono esto? Hay que agreg...

Newbie

Hola, soy de Argentina Administro varios sitios webs, que se administran con wordpress, con la plantilla de Divi. El problema es que al intentar insertar una canción, o playlist se reproduce solo u...

luisroybean

Visitor

2190 Views

1 replies

1 likes

web
wordpress
  • 2190 Views
  • 1 replies
  • 1 likes

Web API - preview_url for track is null

CountryItalyDeviceWeb APIOperating SystemWindows 10 My Question or IssueI am using the Web-API for a project. I found multiple tracks, where the field "preview_url" is null in the response (nearly half of those I tested). Tried with client credential...

Newbie

Country Italy Device Web API Operating System Windows 10   My Question or Issue I am using the Web-API for a project. I found multiple tracks, where the field "preview_url" is null in t...

2034 Views

0 replies

6 likes

web
Web API
web-api
  • 2034 Views
  • 0 replies
  • 6 likes

Control spotify windows app from web

Hi, i'm developing and integration from and web app with spotify, so to music does not stop when page reloading or changing to another page, i wanna connect my web app with windows desktop app. So you can see with song is playing now on my web app, a...

Newbie

Hi, i'm developing and integration from and web app with spotify, so to music does not stop when page reloading or changing to another page, i wanna connect my web app with windows desktop app. &n...

606 Views

0 replies

0 likes

Desktop
integration
web
  • 606 Views
  • 0 replies
  • 0 likes

Playback of saved tracks with offset

PlanPremium CountryDE DeviceAPI My Question or IssueI want to use the Web API to start a playback of my saved songs with an offset. Playing the saved songs works using the context URI of a user with :collection appended. But I cannot set an offset fo...

Newbie

Plan Premium   Country DE   Device API   My Question or Issue I want to use the Web API to start a playback of my saved songs with an offset. Playing the saved songs works u...

536 Views

0 replies

0 likes

api
playback
web
  • 536 Views
  • 0 replies
  • 0 likes

Developer Site Web-API guides Docs not working

PlanFree/PremiumCountry Device(Macbook Pro late 2020) My Question or IssueHi, seems that the guides portal of Web API Docs is not working. It is an empty page for my side. Anyone encountered similar issue?

Newbie

Plan Free/Premium Country   Device (Macbook Pro late 2020)   My Question or Issue Hi, seems that the guides portal of Web API Docs is not working. It is an empty page for my side. A...

415 Views

0 replies

0 likes

api
guides
web
  • 415 Views
  • 0 replies
  • 0 likes

Auth user on spotify app with web api

PlanPremiumCountryTurkeyDeviceRedmi Note 8 ProOperating System(Android) My Question or Issue I have web grand auth but i want to when user click button redirect to spotify app for auth permission request because in web user needs to write email, pass...

Newbie

Plan Premium Country Turkey Device Redmi Note 8 Pro Operating System (Android)   My Question or Issue   I have web grand auth but i want to when user click button redirect to s...

metkm

Music Fan

730 Views

1 replies

0 likes

web
  • 730 Views
  • 1 replies
  • 0 likes

[NPM][Wrapper] Web Playback

Hi All, I'v been lurking on the forums for a while and saw that many people had issues setting their up their player (event hooks etc). To help speed up developing for inexperienced (experienced as well) users, I built an wrapper that does authentica...

Regular

...ines code for the user:     <script> import { WebPlayback } from 'svelte-spotify-web-playback'; const client_id = 'your_client_id'; </script> <WebPlayback {client_id} /&g...

808 Views

0 replies

1 likes

NPM
playback
SDK
web
wrapper
  • 808 Views
  • 0 replies
  • 1 likes

Web API: Missing feature to search for multiple tracks,artist per request

I just wrote a detailed and outlined 'article' detailing the problem. But an 'unexpected error occurred'. The fact of the matter is, as stated in the title. I cannot find a way to search for multiple tracks or artists with one request. Please tell me...

Visitor

I just wrote a detailed and outlined 'article' detailing the problem. But an 'unexpected error occurred'. The fact of the matter is, as stated in the title.  I cannot find a way to search for m...

636 Views

0 replies

0 likes

api
missing endpoint
missing feature
Search
web
Web API
  • 636 Views
  • 0 replies
  • 0 likes

iFrame shows track is not available when it should be

CountryUSOperating SystemWindows / ChromeMy Question or Issue Hello, I'm trying to display an iFrame with a song and when I try to play the song I get the message "This track is not available in your country". I can definitely play the track from my ...

Newbie

Country US Operating System Windows / Chrome My Question or Issue   Hello,   I'm trying to display an iFrame with a song and when I try to play the song I get the message "This trac...

968 Views

0 replies

1 likes

country
iframe
web
  • 968 Views
  • 0 replies
  • 1 likes

Spotipy Web Application, how to retrieve OAuth code?

Hello all,I am branching out into trying to setup a Web Application for the first time, and I'm trying to make something with Spotify since I use it very often. I have a URL setup with my registered app on Heroku and I've got some barebones Python wr...

Casual Listener

Hello all, I am branching out into trying to setup a Web Application for the first time, and I'm trying to make something with Spotify since I use it very often. I have a URL setup with my r...

PMental

Regular

1681 Views

1 replies

0 likes

OAuth
Python
Spotipy
web
webapp
  • 1681 Views
  • 1 replies
  • 0 likes