Announcements

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
  • onururas
  • Visitor
  • 6584 Views
  • 41 replies
  • 11 likes
  • 6584 Views
  • 41 replies
  • 11 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
  • 148 Views
  • 2 replies
  • 0 likes
  • Possible Bug
    Question
    search web API
    Spotify Web API
    Web API
  • 148 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
  • 2140 Views
  • 11 replies
  • 5 likes
  • Spotify Web API
  • 2140 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...
  • 84 Views
  • 0 replies
  • 0 likes
  • Spotify Web API
    update playlist details
  • 84 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
  • 922 Views
  • 2 replies
  • 0 likes
  • auth
    Examples
    Spotify Web API
    vanilla
  • 922 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...
  • 180 Views
  • 0 replies
  • 0 likes
  • 502 error
    Spotify Web API
  • 180 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...
  • 440 Views
  • 0 replies
  • 2 likes
  • "Bug"
    API reference
    documentation
    OpenAPI
    Spotify Web API
  • 440 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...
  • 265 Views
  • 0 replies
  • 0 likes
  • App authorization
    flutter
    PKCE
    Spotify Web API
  • 265 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
  • 938 Views
  • 2 replies
  • 1 likes
  • Node
    Spotify Web API
  • 938 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
  • 1557 Views
  • 2 replies
  • 4 likes
  • API Bug
    API request
    API search
    Spotify Web API
    Web API
  • 1557 Views
  • 2 replies
  • 4 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...
  • timmyvc123
  • Regular
  • 604 Views
  • 2 replies
  • 1 likes
  • API request
    API search
    spotify api
    Spotify Web API
  • 604 Views
  • 2 replies
  • 1 likes

Does anybody know what this number in the api call means?

In the link: https://api.spotify.com/v1/search?q=u%25&type=track&limit=1&offset=420what does the "25" mean? I bolded it

  • Regular
  • In the link:  https://api.spotify.com/v1/search?q=u%25&type=track&limit=1&offset=420 what does the "25" mean? I bolded it 
  • timmyvc123
  • Regular
  • 492 Views
  • 2 replies
  • 0 likes
  • API request
    API search
    Spotify Web API
    Web API
  • 492 Views
  • 2 replies
  • 0 likes

Getting a random or filtered song from the entire Spotify library

My Question or IssueI'm working on a an app that integrates the Spotify Web API. was wondering if anybody knew how to or had any ideas on how to get a random song from the entire Spotify library using the API. Or instead of a totally random song, a s...

  • Regular
  • My Question or Issue I'm working on a an app that integrates the Spotify Web API.  was wondering if anybody knew how to or had any ideas on how to get a random song from the entire Spotify libr...
  • 289 Views
  • 0 replies
  • 0 likes
  • api
    API request
    Spotify Web API
    Web API
  • 289 Views
  • 0 replies
  • 0 likes