Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Topics with Label: webapi

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
  • nathancheshire
  • Casual Listener
  • 33742 Views
  • 168 replies
  • 21 likes
  • 33742 Views
  • 168 replies
  • 21 likes

Get User's Top Items , get additional data

Improve the API for /me/top/{type}I would like to be able to specify satart and end date for time_rangeIn rhe response i would like to get back additional valuse:under items/TrackObject/1. number of streams, the number of times the track has been str...

  • Newbie
  • Improve the API for  /me/top/{type} I would like to be able to specify satart and end date for time_range In rhe response i would like to get back additional valuse: under items/TrackObject/...
  • 106 Views
  • 0 replies
  • 0 likes
  • get users top items
    webapi
  • 106 Views
  • 0 replies
  • 0 likes

GEMA fee to be paid in German Market when using Spotify Widget in Apps?

Hello everyone,I have a rather organizational question for the German market.I would like to integrate the Spotify widget into my app. However, there is the 30 second song preview. We don't want to earn any money with this Spotify widget feature, but...

  • Newbie
  • Hello everyone, I have a rather organizational question for the German market. I would like to integrate the Spotify widget into my app. However, there is the 30 second song preview. We don't w...
  • 180 Views
  • 0 replies
  • 0 likes
  • API Legalities
    legal
    webapi
    Widget
  • 180 Views
  • 0 replies
  • 0 likes

Too Many Requests (429 Error) - blocked for 13 hours

PlanPremium FamilyCountryUnited StatesDeviceMacbook Pro M1 2020Operating SystemMacOS 13.3.1 My Question or IssueI am running a Python script I wrote that uses the spotipy library to make Web API requests. My script will make a single request to searc...

  • Newbie
  • Plan Premium Family Country United States Device Macbook Pro M1 2020 Operating System MacOS 13.3.1   My Question or Issue I am running a Python script I wrote that uses the spotipy lib...
  • jspayton15
  • Casual Listener
  • 5943 Views
  • 10 replies
  • 1 likes
  • 429
    api
    webapi
  • 5943 Views
  • 10 replies
  • 1 likes

Check If User Follows Artists or Users API returns inconsistent results

PlanFreeCountryMultiple: Poland (testing from), US (backend infrastructure location) DeviceWEB/CurlOperating SystemOSX/Linux My Question or IssueAPI to check if current user is following artist returns inconsistent results. If I'm running it from my ...

  • Newbie
  • Plan Free Country Multiple: Poland (testing from), US (backend infrastructure location)   Device WEB/Curl Operating System OSX/Linux   My Question or Issue API to check if curren...
  • 125 Views
  • 0 replies
  • 0 likes
  • webapi
  • 125 Views
  • 0 replies
  • 0 likes

Error code 500 when trying to retrieve a song from library

PlanPremiumCountry DeviceDesktopOperating SystemLinux My Question or IssueI am trying to simply retrieve a song from my libary using the API, but I am receiving an error code 500. import spotipy from spotipy.oauth2 import SpotifyOAuth scope = "user-l...

  • Newbie
  • Plan Premium Country   Device Desktop Operating System Linux   My Question or Issue I am trying to simply retrieve a song from my libary using the API, but I am receiving an error...
  • 188 Views
  • 0 replies
  • 1 likes
  • Python
    Spotipy
    webapi
  • 188 Views
  • 0 replies
  • 1 likes

Spotify CDN

Hello, I am creating a app for my website showing what I am currently playing on Spotify using Spotify's Web API. In Next.js I am required to clarify the link's root to display images via a external link. Is i.scdn.co the correct link for CDN?

  • Casual Listener
  • Hello, I am creating a app for my website showing what I am currently playing on Spotify using Spotify's Web API. In Next.js I am required to clarify the link's root to display images via a external ...
  • Ximzend
  • Rising Star 3
  • 498 Views
  • 2 replies
  • 0 likes
  • cdn
    Developer
    webapi
  • 498 Views
  • 2 replies
  • 0 likes

How can I play tracks while phone is locked without queuing?

i am trying to make a ‘skin’ atop Spotify, where users can play a song through my app, and itll play through Spotify. Due to how Spotify handles activity, I can’t keep my phone locked to play tracks in the background, and the queuing system doesn’t w...

  • Regular
  • i am trying to make a ‘skin’ atop Spotify, where users can play a song through my app, and itll play through Spotify.   Due to how Spotify handles activity, I can’t keep my phone locked to pla...
  • 166 Views
  • 0 replies
  • 0 likes
  • iOS
    sda
    webapi
  • 166 Views
  • 0 replies
  • 0 likes

Trouble with displaying public artist info on NextJS/Typescript App

PlanFree/PremiumCountry Device(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or IssueI'm trying to display a list of artist albums by artist ID - with this code snippet & a clien...

Screenshot 2023-10-12 at 10.26.52 AM.png
  • Newbie
  • ...eed users to login, just display public information of all albums from an artist ID             import React, { useEffect, useState } from "react"; import S...
  • Ximzend
  • Rising Star 3
  • 263 Views
  • 1 replies
  • 0 likes
  • "Artists page"
    React
    webapi
  • 263 Views
  • 1 replies
  • 0 likes

Episode playback with me/player/play

The Spotify Web API currently cannot play episodes with the /me/player/play endpoint! You would usually pass in a context object which itself contains a uri for the resource you want to play back, but the API hasn't implemented the functionality for ...

  • Casual Listener
  • The Spotify Web API currently cannot play episodes with the /me/player/play endpoint!   You would usually pass in a context object which itself contains a uri for the resource you want to play...
  • 245 Views
  • 0 replies
  • 0 likes
  • webapi
  • 245 Views
  • 0 replies
  • 0 likes

Insert song into running playlist without restarting it

I'm using the Web API to insert a song into the currently running playlist right after the currently playing track. So at first my playlist looks like this: Song A Song B <-- Currently playing Song C Then after my API call, it looks like this: Song A...

  • Casual Listener
  • I'm using the Web API to insert a song into the currently running playlist right after the currently playing track.   So at first my playlist looks like this:   Song A Song B <-- Cur...
  • forivin
  • Casual Listener
  • 411 Views
  • 3 replies
  • 1 likes
  • Playlists
    webapi
  • 411 Views
  • 3 replies
  • 1 likes

Superuser Contribution Help with Request failed with status code 403 on read-recently-played

PlanPremiumCountryBrazil DeviceSmartphone and Desktop Operating System(iOS 10, Android Oreo, Windows 10) My Question or Issue I created an application to gather the recently played songs between my colleagues in University but Im having trouble with ...

  • Casual Listener
  • Plan Premium Country Brazil   Device Smartphone and Desktop   Operating System (iOS 10, Android Oreo, Windows 10)   My Question or Issue   I created an applicati...
  • spotifyjosh
  • Spotify
  • 375 Views
  • 1 replies
  • 0 likes
  • OAuth
    webapi
  • 375 Views
  • 1 replies
  • 0 likes

[WEBAPI] group sessions

PlanPremiumCountryUSDeviceDesktop PCOperating SystemLinux My Question or Issue Are there any plans to add group session endpoints to webapi? I'm looking to build an integration between discord (bot) and spotify that functions as a control mechanism f...

  • Visitor
  • Plan Premium Country US Device Desktop PC Operating System Linux   My Question or Issue   Are there any plans to add group session endpoints to webapi? I'm looking to build a...
  • BSnowman
  • Newbie
  • 2455 Views
  • 2 replies
  • 16 likes
  • Desktop
    webapi
  • 2455 Views
  • 2 replies
  • 16 likes

API only working when I use sample data

Hi there,I am using reactjs and trying get track using the web API but it only works when I use the track id from sample id that I got from https://developer.spotify.com/console/get-track/which is - 11dFghVXANMlKmJXsNCbNlWhenever I try different IDs ...

  • Newbie
  • Hi there, I am using reactjs and trying get track using the web API but it only works when I use the track id from sample id that I got from  https://developer.spotify.com/console/get-track/ ...
  • Hubo
  • Community Legend
  • 1318 Views
  • 1 replies
  • 0 likes
  • React
    webapi
  • 1318 Views
  • 1 replies
  • 0 likes

Superuser Contribution Spotify Community (for Developers) is a regress

Sorry for say that, but I have to. Since you guys archived the WebAPI repository from Github and all the issues are moved to here, this created a huge problem. I understand that this new platform took a lot of work, and I think it's great to Spotify'...

  • Regular
  • Sorry for say that, but I have to. Since you guys archived the WebAPI repository from Github and all the issues are moved to here, this created a huge problem. I understand that this new platform t...
  • waveshift
  • Casual Listener
  • 1365 Views
  • 4 replies
  • 10 likes
  • api
    webapi
  • 1365 Views
  • 4 replies
  • 10 likes

Search for users

PlanPremiumMy Question or IssueHi, im a developer and i would like to know if i can search users via Web API in my app. I've looked for docs but couldn't find it. There is /me/following endpoint to follow a user. And /users/{user_id} for fetching use...

  • Casual Listener
  • Plan Premium My Question or Issue Hi, im a developer and i would like to know if i can search users via Web API in my app. I've looked for docs but couldn't find it. There is /me/following endpoin...
  • Hubo
  • Community Legend
  • 1718 Views
  • 1 replies
  • 0 likes
  • api
    Search
    webapi
  • 1718 Views
  • 1 replies
  • 0 likes