Help Wizard

Step 1

NEXT STEP

Topics with Label: Spotify Web API

Labels

Forum Posts

Important: App review and quota extension waiting times

The Spotify for developers platform helps many bring their ideas to life. Whether it's a short term app helping an artist’s release or something more long term - there is always a chance of success. Things start to grow and then you might also need w...

  • Moderator
  • Moderator
  • liampronan
  • Casual Listener
  • 16131 Views
  • 112 replies
  • 18 likes
  • 16131 Views
  • 112 replies
  • 18 likes

Why are so many tracks preview URL's set to nil?

I'm using a get request to get a random track from the entire Spotify library and display its name, the artist's name, cover art and play the previewURL. Why do so many of these random songs (most of them are pretty popular ones) do not have a previe...

  • Regular
  • I'm using a get request to get a random track from the entire Spotify library and display its name, the artist's name, cover art and play the previewURL. Why do so many of these random songs (most of...
  • lhendo
  • Regular
  • 734 Views
  • 3 replies
  • 1 likes
  • API request
    API search
    spotify api
    Spotify Web API
  • 734 Views
  • 3 replies
  • 1 likes

Player command failed: Restriction violated

PlanPremiumDeviceAsus Laptop, Brave browserOperating SystemWin 11 My Question or IssueI cant seem to figure out why specific songs will not play via the api. For example I list my liked songs which all play via spotify player, but on my project some ...

  • Newbie
  • Plan Premium Device Asus Laptop, Brave browser Operating System Win 11   My Question or Issue I cant seem to figure out why specific songs will not play via the api. For example I list m...
  • 80 Views
  • 0 replies
  • 0 likes
  • Spotify Web API
  • 80 Views
  • 0 replies
  • 0 likes

Web API results not enough playlists

Hi I'm creating a web application that uses the Spotify API and since a week or two I'm noticing weird behaviour on the api.spotify.com/v1/me/playlists call. The used query is ?limit=50&offset=0 and I'm only getting 49 results the first time I run it...

  • Newbie
  • Hi   I'm creating a web application that uses the Spotify API and since a week or two I'm noticing weird behaviour on the api.spotify.com/v1/me/playlists call.   The used query is ...
  • 80 Views
  • 0 replies
  • 1 likes
  • Spotify Web API
  • 80 Views
  • 0 replies
  • 1 likes

[Spotify Web API] Can't read private playlists

I'm attempting to create my own project with just the Python requests module, and I'm pretty sure I put the scope thing in the right place... response = requests.post( url='https://accounts.spotify.com/api/token', data={ 'grant_type':'client_credenti...

  • Casual Listener
  • ...laylist-read-private' }, headers={ 'Content-Type':'application/x-www-form-urlencoded' }, ).json()   However, I'm only able to access my public playlists. What am I doing w...
  • Ximzend
  • Roadie
  • 166 Views
  • 3 replies
  • 0 likes
  • Question
    Spotify Web API
  • 166 Views
  • 3 replies
  • 0 likes

Academic Use of Spotify Data for PhD Research

Hello, I’m a PhD student researching popularity in music and have used Spotify Web API in the past for my work.Currently, the developer T&C prohibit the training of ML and AI models on Spotify content, including audio features & metadata. Could anyon...

  • Casual Listener
  • Hello,  I’m a PhD student researching popularity in music and have used Spotify Web API in the past for my work. Currently, the developer T&C prohibit the training of ML and AI models on S...
  • barknieper
  • Newbie
  • 442 Views
  • 7 replies
  • 0 likes
  • Spotify Web API
  • 442 Views
  • 7 replies
  • 0 likes

Issue with pagination in "Get Artist's Albums" endpoint

PlanFreeCountryGreeceOperating System(Windows 10) My Question or IssueI try to consume the "Get Artist's Albums" endpoint but I face an issue when trying to implment pagination. When I try to make a request using the parameter "include_groups" either...

  • Newbie
  • Plan Free Country Greece Operating System (Windows 10)   My Question or Issue I try to consume the "Get Artist's Albums" endpoint but I face an issue when trying to implment pagination. ...
  • 191 Views
  • 0 replies
  • 0 likes
  • API Endpoint
    pagination
    Possible Bug
    spotify api
    Spotify Web API
    Web API
  • 191 Views
  • 0 replies
  • 0 likes

Adding apostrophe to app name broke my developer account

Hi from Sweden! I'm a student in computer science and engineering working on a side project which utilise the Spotify Web API. I think I have accidentally manage to brake my developer account by adding an apostrophe into the App name... For my side p...

  • Newbie
  • Hi from Sweden!     I'm a student in computer science and engineering working on a side project which utilise the Spotify Web API. I think I have accidentally manage to brake my deve...
  • 90 Views
  • 0 replies
  • 0 likes
  • Discussion
    Possible Bug
    Spotify Web API
  • 90 Views
  • 0 replies
  • 0 likes

[Spotify Web API Request] GET user's Spotify-generated playlists

Getting Spotify-generated playlists as in the Daily Mixes, genre mixes, etc. without having to add them to your library.

  • Casual Listener
  • Getting Spotify-generated playlists as in the Daily Mixes, genre mixes, etc. without having to add them to your library.
  • 107 Views
  • 0 replies
  • 0 likes
  • Feature Request
    Spotify Web API
  • 107 Views
  • 0 replies
  • 0 likes

How to find Spotify-generated playlists with the API

How can I find a user's Spotify-generated playlists with the API? Playlists like the Daily Mixes, Genre Mixes, etc.

  • Casual Listener
  • How can I find a user's Spotify-generated playlists with the API? Playlists like the Daily Mixes, Genre Mixes, etc.
  • 83 Views
  • 0 replies
  • 0 likes
  • Question
    Spotify Web API
  • 83 Views
  • 0 replies
  • 0 likes

Does Spotify API provide an on-demand playback field for playlists?

For users without Premium, some Spotify-generated personalized playlists (like genre mixes and the Weekly Discovery) have on-demand playback on mobile and others don't. And what I mean by on-demand playback is that songs are displayed like they would...

  • Casual Listener
  • For users without Premium, some Spotify-generated personalized playlists (like genre mixes and the Weekly Discovery) have on-demand playback on mobile and others don't. And what I mean by on-demand p...
  • 155 Views
  • 0 replies
  • 0 likes
  • Feature Request
    Question
    spotify api
    Spotify Web API
  • 155 Views
  • 0 replies
  • 0 likes

Oauth sign in to web api without web browser / graphical interface

I'm working on the alarm clock with Spotify playlists and albums. I wrote a client (https://github.com/ciembor/spotify-cmd) based on a Spotify Web API and it works well, but when I Connect using oauth it opens browser and then uses my callback. The p...

  • Regular
  • I'm working on the alarm clock with Spotify playlists and albums. I wrote a client (https://github.com/ciembor/spotify-cmd) based on a Spotify Web API and it works well, but when I Connect using oaut...
  • Ximzend
  • Roadie
  • 339 Views
  • 1 replies
  • 0 likes
  • api
    authentication
    Authentication Token
    Console
    Linux
    OAuth
    oAuth2
    Spotify Web API
    Terminal
    Web API
  • 339 Views
  • 1 replies
  • 0 likes

[Web API] Search not returning certain album

PlanPremiumCountryGermanyDeviceLenovo Thinkpad T490Operating SystemLinux Manjaro My Question or IssueFor prototyping I am using my laptop to emulate a bluetooth speaker and have my phone connected to the laptop over bluetooth. My plan is to use the s...

  • Casual Listener
  • Plan Premium Country Germany Device Lenovo Thinkpad T490 Operating System Linux Manjaro   My Question or Issue For prototyping I am using my laptop to emulate a bluetooth speaker and h...
  • LeanderJDev
  • Casual Listener
  • 294 Views
  • 2 replies
  • 0 likes
  • Possible Bug
    Question
    search web API
    Spotify Web API
    Web API
  • 294 Views
  • 2 replies
  • 0 likes

Spotify Web API returns an error

Hi!We are using Spotify Web SDK in our system, with the intention of playing the music within our web application. The player itself is opened in a different browser tab, and we need to control it through the API. We create a playback device in the b...

  • Casual Listener
  • Hi! We are using Spotify Web SDK in our system, with the intention of playing the music within our web application. The player itself is opened in a different browser tab, and we need to control it ...
  • JaimeMytaverse
  • Casual Listener
  • 2698 Views
  • 11 replies
  • 5 likes
  • Spotify Web API
  • 2698 Views
  • 11 replies
  • 5 likes

Can the API be updated with more variables?

How easy is it to update the api with a new variable? Im requesting this below, becuase I built an app, but it would be great if I could add the "added by" field for updating a playlist. https://community.spotify.com/t5/Idea-Submissions/Add-quot-Adde...

  • Regular
  • How easy is it to update the api with a new variable?  Im requesting this below, becuase I built an app, but it would be great if I could add the "added by" field for updating a playlist. &nbsp...
  • 145 Views
  • 0 replies
  • 0 likes
  • Spotify Web API
    update playlist details
  • 145 Views
  • 0 replies
  • 0 likes

Adding vanilla JS examples

Hi, I tried using the Spotify Web API and it was a great experience.On the main page I started with, I saw that some of examples(https://github.com/spotify/web-api-examples) use the express framework to trigger the authorization request.I think this ...

  • Casual Listener
  • Hi, I tried using the Spotify Web API and it was a great experience. On the main page I started with, I saw that some of examples(https://github.com/spotify/web-api-examples) use the express framewo...
  • semklim
  • Casual Listener
  • 1141 Views
  • 2 replies
  • 0 likes
  • auth
    Examples
    Spotify Web API
    vanilla
  • 1141 Views
  • 2 replies
  • 0 likes

Why does https://api.spotify.com/v1/me/player get 502 error?

I'm receiving a 502 error when calling https://api.spotify.com/v1/me/player while the player is in the 'ready' state. However, when I create a new player and call it while a song is playing on the Spotify app, it works fine. Do you have any idea why ...

  • Visitor
  • I'm receiving a 502 error when calling https://api.spotify.com/v1/me/player while the player is in the 'ready' state.   However, when I create a new player and call it while a song is pl...
  • 239 Views
  • 0 replies
  • 0 likes
  • 502 error
    Spotify Web API
  • 239 Views
  • 0 replies
  • 0 likes

Issues in the Spotify Web API reference documentation

I have found out that the reference documentation for the Spotify Web API is sourced by the OpenAPI specification file from https://developer.spotify.com/_data/documentation/web-api/reference/open-api-schema.yml. While using the Spotify Web API for t...

  • Regular
  • I have found out that the reference documentation for the Spotify Web API is sourced by the OpenAPI specification file from https://developer.spotify.com/_data/documentation/web-api/referen...
  • 773 Views
  • 0 replies
  • 2 likes
  • "Bug"
    API reference
    documentation
    OpenAPI
    Spotify Web API
  • 773 Views
  • 0 replies
  • 2 likes

Web API PKCE Authorize Not Working: INVALID_CLIENT: Invalid redirect URI

PlanPremiumCountryUSADevicePixel 3a EmulatorOperating SystemAndroid 13 My Question or IssueI am developing a mobile app with flutter/dart that uses Spotify's Web API. I am able to authenticate users without PKCE but when I use PKCE I get the error "I...

  • Newbie
  • Plan Premium Country USA Device Pixel 3a Emulator Operating System Android 13   My Question or Issue I am developing a mobile app with flutter/dart that uses Spotify's Web API. I am ab...
  • 352 Views
  • 0 replies
  • 0 likes
  • App authorization
    flutter
    PKCE
    Spotify Web API
  • 352 Views
  • 0 replies
  • 0 likes

Looking for guidance on hosting my app

Hi there! For the past several months, I've been developing an app using Spotify Web API and Node. As it's nearing completion, I'm wondering how to host my app on a domain for others to use. So far, I've been running my authentication server on local...

  • Casual Listener
  • Hi there!   For the past several months, I've been developing an app using Spotify Web API and Node. As it's nearing completion, I'm wondering how to host my app on a domain for others to use....
  • Aidenowen2
  • Regular
  • 1065 Views
  • 2 replies
  • 1 likes
  • Node
    Spotify Web API
  • 1065 Views
  • 2 replies
  • 1 likes

Why are so many Preview URL's missing from the API

Working with the Spotify Web API I have realized so many songs are missing their preview URL's when requested with the API. But if you were to share this song via text message through the Spotify App all songs have a preview URL. It's not just random...

  • Regular
  • Working with the Spotify Web API I have realized so many songs are missing their preview URL's when requested with the API. But if you were to share this song via text message through the Spotify App...
  • Jermophobe
  • Roadie
  • 1674 Views
  • 2 replies
  • 4 likes
  • API Bug
    API request
    API search
    Spotify Web API
    Web API
  • 1674 Views
  • 2 replies
  • 4 likes