Help Wizard

Step 1

NEXT STEP

Spotify for Developers

Discuss building apps with Spotify APIs and SDKs

Start a topic

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
  • 16129 Views
  • 112 replies
  • 18 likes
  • 16129 Views
  • 112 replies
  • 18 likes

"Required" field can be null

The documentation for this endpoint says the response is a page of SimplifiedAudiobook. The documentation also says the "total_tracks" field is required.The requests I've made for testing return null, however. This has happened with MANY other endpoi...

  • Regular
  • The documentation for this endpoint says the response is a page of SimplifiedAudiobook. The documentation also says the "total_tracks" field is required. The requests I've made for testing return nu...
  • 129 Views
  • 0 replies
  • 0 likes
  • "Bug"
    "documentation"
    "ISSUE"
  • 129 Views
  • 0 replies
  • 0 likes

Endpoint inconsistency for saving albums/audibooks and HTML returned

Sending a request to the /me/albums endpoint is simple enough: set the query and it works. Doing the same for the /me/audiobooks endpoint doesn't: an error is returned, but not a JSON error, no no no! An HTML page with a title, header and formatting ...

  • Regular
  • Sending a request to the /me/albums endpoint is simple enough: set the query and it works. Doing the same for the /me/audiobooks endpoint doesn't: an error is returned, but not a JSON error, no no no...
  • 115 Views
  • 0 replies
  • 0 likes
  • "Bug"
    "inconsistency"
    "ISSUE"
  • 115 Views
  • 0 replies
  • 0 likes

GetPlaybackState VS GetCurrentlyPlayingTrack

What is the difference between the 2 Web API calls?The JSON response is exactly the same In which case should I use GetPlaybackState or GetCurrentlyPlayingTrack? Web API Reference | https://developer.spotify.com/documentation/web-api/reference/get-th...

  • Roadie
  • What is the difference between the 2 Web API calls? The JSON response is exactly the same  In which case should I use GetPlaybackState or GetCurrentlyPlayingTrack?   Web API R...
  • 133 Views
  • 0 replies
  • 2 likes
  • Question
  • 133 Views
  • 0 replies
  • 2 likes

Solved!!Superuser Contribution "User not registered in the Developer Dashboard" error with additional users on app

PlanPremiumCountrySwitzerlandDeviceWindows; Desktop / PCOperating SystemWindows 11 My Question or IssueWhen attempting an oAuth request with Spotify from either a Node JS (using passport and passport-spotify node modules) or C# (using "AspNet.Securit...

  • Casual Listener
  • Plan Premium Country Switzerland Device Windows; Desktop / PC Operating System Windows 11   My Question or Issue When attempting an oAuth request with Spotify from either a Node JS (us...
  • Efremych
  • Roadie
  • 6705 Views
  • 21 replies
  • 2 likes
  • 6705 Views
  • 21 replies
  • 2 likes

Get playlist items documented limit is incorrect

This isn't so much a help thread, but I couldn't find anywhere else to post this. The docs mention that limit is max 50 yet a limit of 100 works just fine. Example in the Request Sample:{ "href": "https://api.spotify.com/v1/playlists/3cEYpjA9oz9GiPac...

  • Casual Listener
  • This isn't so much a help thread, but I couldn't find anywhere else to post this. The docs mention that limit is max 50 yet a limit of 100 works just fine.   Example in the Request Sample: { ...
  • aj_hoyt3
  • Casual Listener
  • 312 Views
  • 1 replies
  • 3 likes
  • 312 Views
  • 1 replies
  • 3 likes

A legal issue with a library name

Hi, I'd like to develop an open source library containing ClojureScript bindings for Spotify Web API called "Spojure". It is an obvious combination of the name of the service and the programming language. Can using this name be considered trademark i...

  • Casual Listener
  • Hi,   I'd like to develop an open source library containing ClojureScript bindings for Spotify Web API called "Spojure". It is an obvious combination of the name of the service and the program...
  • Ximzend
  • Roadie
  • 141 Views
  • 1 replies
  • 0 likes
  • Question
  • 141 Views
  • 1 replies
  • 0 likes

Extended Quota request

How long does it take for a request to be looked at? I submitted my request nearly 2 weeks ago and it still hasn't been looked at. I'm worried that if it gets denied I would have to wait another few weeks.

  • Casual Listener
  • How long does it take for a request to be looked at? I submitted my request nearly 2 weeks ago and it still hasn't been looked at. I'm worried that if it gets denied I would have to wait another few ...
  • Ximzend
  • Roadie
  • 154 Views
  • 1 replies
  • 0 likes
  • Question
  • 154 Views
  • 1 replies
  • 0 likes

Api returning 500 error

Hello, everyone! I'm trying to get my recently played tracks and I'm getting a 500 error. This is my code, let me know if I'm doing something wrong. Thank you very much! fetch("https://accounts.spotify.com/api/token?grant_type=client_credentials&clie...

  • Visitor
  • Hello, everyone! I'm trying to get my recently played tracks and I'm getting a 500 error. This is my code, let me know if I'm doing something wrong. Thank you very much!       &nbs...
  • Ximzend
  • Roadie
  • 275 Views
  • 3 replies
  • 1 likes
  • Error 500
  • 275 Views
  • 3 replies
  • 1 likes

Embed preview only

PlanFree/PremiumCountryMalaysiaDevice(Pc)Operating SystemMozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/(KHTML, like Gecko) Chrome/Safari/ Edg/ My Question or IssueI used the same code on(Using the iFrame API | Spotify for Developers)however t...

  • Visitor
  •   Plan Free/Premium Country Malaysia Device (Pc) Operating System Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/(KHTML, like Gecko) Chrome/Safari/ Edg/   My Question or Is...
  • 312 Views
  • 0 replies
  • 1 likes
  • Question
  • 312 Views
  • 0 replies
  • 1 likes

Volume control no longer working in Web Playback SDK

This was working until very recently (within the last day or 2). Now, any time I try to set the volume of the web player using this endpoint, it returns a 403 with the following body: { "error" : { "status" : 403, "message" : "Player command failed: ...

  • Casual Listener
  • This was working until very recently (within the last day or 2). Now, any time I try to set the volume of the web player using this endpoint, it returns a 403 with the following body:   { "...
  • BeardedBear
  • Newbie
  • 1517 Views
  • 7 replies
  • 9 likes
  • 1517 Views
  • 7 replies
  • 9 likes

"Companion App" - where expected to put "Spotify Connect Instructions"

Hello, I am representing an OEM of the custom hardware with an accompanying app (almando.com) which can stream spotify. We are told to fulfil the "Companion App" requirements. https://developer.spotify.com/documentation/commercial-hardware/implementa...

  • Visitor
  • Hello,  I am representing an OEM of the custom hardware with an accompanying app (almando.com) which can stream spotify. We are told to fulfil the "Companion App" requirements.  https:/...
  • 134 Views
  • 0 replies
  • 0 likes
  • Question
  • 134 Views
  • 0 replies
  • 0 likes

Solved!!Superuser Contribution Unable to add users on dashboard

PlanPremiumCountryUSDeviceMac My Question or IssueI am unable to add new users to my recently created app. I see no prompt or button to do so. I continue to get a 403 error whenever I try access my app from another account.

  • Casual Listener
  • Plan Premium Country US Device Mac   My Question or Issue I am unable to add new users to my recently created app. I see no prompt or button to do so. I continue to get a 403 error whene...
  • Ximzend
  • Roadie
  • 3026 Views
  • 9 replies
  • 1 likes
  • 3026 Views
  • 9 replies
  • 1 likes

Superuser Contribution Track Start/Pause Events with Matomo

Is there any way to get callbacks from Embed iFrame API?I would like to track with Matomo Play and Stop events from embedded Spotify iFrames.

  • Newbie
  • Is there any way to get callbacks from Embed iFrame API? I would like to track with Matomo Play and Stop events from embedded Spotify iFrames.
  • Joeyyezhou
  • Visitor
  • 628 Views
  • 2 replies
  • 0 likes
  • Analytics
    api
    Callbacks
    embed
    javascript
    Matomo
    tracking
  • 628 Views
  • 2 replies
  • 0 likes

Bug with offset for method "Get User's Top Artists and Tracks"

How can I get 150 items from method "Get User's Top Artists and Tracks" with 3 request? My queries found a bug with the offset value and couldn't get more than 100 items. - If set limit 50 and offset 0 - response with 50 itemshttps://api.spotify.com/...

  • Music Fan
  • How can I get 150 items from method "Get User's Top Artists and Tracks" with 3 request? My queries found a bug with the offset value and couldn't get more than 100 items.   - If set limit...
  • Aurorum
  • Newbie
  • 1050 Views
  • 3 replies
  • 11 likes
  • api
    bug
  • 1050 Views
  • 3 replies
  • 11 likes

Can we remove the Loading Screen when we start the Auth flow in android kotlin (compose)

When the native App written in kotlin starts I call this method always :- private fun sendAuthRequest() { val request = AuthorizationRequest.Builder( SpotifyConstants.SPOTIFY_CLIENT_ID, AuthorizationResponse.Type.TOKEN, SpotifyConstants.SPOTIFY_REDIR...

  • Casual Listener
  • When the native App written in kotlin starts I call this method always :-    private fun sendAuthRequest() { val request = AuthorizationRequest.Builder( SpotifyConstants.S...
  • 188 Views
  • 0 replies
  • 1 likes
  • Android
    best practice
    Discussion
    native
  • 188 Views
  • 0 replies
  • 1 likes

Various Number of Results

Hello everyone,I have encountered an issue with the Spotify API and need some help. When using the API request "https://api.spotify.com/v1/artists/61qDotnjM0jnY5lkfOP7ve/albums," I receive a total of 136 albums. However, when I check in the Spotify a...

  • Casual Listener
  • Hello everyone, I have encountered an issue with the Spotify API and need some help. When using the API request "https://api.spotify.com/v1/artists/61qDotnjM0jnY5lkfOP7ve/albums," I receive a total ...
  • zuecke4
  • Casual Listener
  • 254 Views
  • 2 replies
  • 0 likes
  • api
  • 254 Views
  • 2 replies
  • 0 likes

Design Changes

PlanFree/PremiumCountry Device(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or Issue I need to make some design changes to our website . How do I go about doing this? Cannot fin...

  • Visitor
  • Plan Free/Premium Country   Device (iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016) Operating System (iOS 10, Android Oreo, Windows 10,etc.)   My Question or Issue  I...
  • 139 Views
  • 0 replies
  • 0 likes
  • Discussion
  • 139 Views
  • 0 replies
  • 0 likes

500 internal server error

i got a token by making a post request using the client credentials and{ 'grant_type':'client_credentials','scope': 'user-read-recently-played'} in header. as data for that post request. But when i use this token to get recently played tracks- https:...

  • Newbie
  • i got a token by making a post request using the client credentials and { 'grant_type':'client_credentials', 'scope': 'user-read-recently-played'} in header. as data for that post request.   ...
  • Ximzend
  • Roadie
  • 2644 Views
  • 3 replies
  • 0 likes
  • 2644 Views
  • 3 replies
  • 0 likes

Can we use playlist info as a prompt for a GPT model

In the developer policy it's stated that: "Do not use the Spotify Platform or any Spotify Content to train a machine learning or AI model or otherwise ingest Spotify Content into a machine learning or AI model." I understand that we can't train an AI...

  • Newbie
  • In the developer policy it's stated that:  "Do not use the Spotify Platform or any Spotify Content to train a machine learning or AI model or otherwise ingest Spotify Content into a machine lea...
  • 341 Views
  • 0 replies
  • 0 likes
  • AI
    GPT
  • 341 Views
  • 0 replies
  • 0 likes

[API] Audiobooks API returns 404 not found for shows

Hi there,I'm starting development on Spotify API, and found a potential bug. On search API, I query for Harry Potter audiobooks (GET /v1/search?q=harry+potter&type=audiobook) that returns some results :- Harry Potter and the Sorcerer's Stone (ID 2IEB...

  • Casual Listener
  • Hi there, I'm starting development on Spotify API, and found a potential bug.   On search API, I query for Harry Potter audiobooks (GET /v1/search?q=harry+potter&type=audiobook) that retu...
  • Prague
  • Spotify Star
  • 201 Views
  • 1 replies
  • 2 likes
  • Possible Bug
  • 201 Views
  • 1 replies
  • 2 likes