Announcements

Help Wizard

Step 1

NEXT STEP

Spotify for Developers

Discuss building apps with Spotify APIs and SDKs

Start a topic

Updating the Criteria for Web API Extended Access

Hey, I created this thread to get your feedback on our blog post around changes to the Web API extended access criteria, which will take place on May 15th. Please share any of your thoughts on this change in the comments below. All of your feedback w...

Spotify

Smiley88

Visitor

44361 Views

152 replies

17 likes

Discussion
  • 44361 Views
  • 152 replies
  • 17 likes

Get Playlist data without logging in

Hi,I want to create a backend API that takes in a link to a public Spotify playlist (https://open.spotify.com/playlist...) and returns the data for the songs ( title, artist, picture, etc.)I want to make it so that the user doesn't have to log in to ...

Visitor

  Hi, I want to create a backend API that takes in a link to a public Spotify playlist (https://open.spotify.com/playlist...) and returns the data for the songs ( title, artist, picture, ...

Hubo

Community Legend

2458 Views

1 replies

0 likes

  • 2458 Views
  • 1 replies
  • 0 likes

How are search results ordered when querying by genre?

Basically just the title. When I query using the API with "q=genre:pop" the order of songs returned seems random.

Casual Listener

Basically just the title.    When I query using the API with "q=genre:pop" the order of songs returned seems random.   

Hubo

Community Legend

1191 Views

1 replies

0 likes

Discussion
  • 1191 Views
  • 1 replies
  • 0 likes

[API] Why does this search not work?

curl -X "GET" "https://api.spotify.com/v1/search?q=popularity%3A90-100&type=track" -H "Accept: application/json" -H "Content-Type: application/json" -HI am trying to search for tracks with popularity between 90 to 100.

Casual Listener

curl -X "GET" "https://api.spotify.com/v1/search?q=popularity%3A90-100&type=track" -H "Accept: application/json" -H "Content-Type: application/json" -H I am trying to search for tracks with popu...

Hubo

Community Legend

1097 Views

1 replies

0 likes

  • 1097 Views
  • 1 replies
  • 0 likes

Solved!! [API] Get tracks based on popularity index

Is there a way to get tracks based on popularity index? For example, get tracks with 90 popularity index.

Casual Listener

Is there a way to get tracks based on popularity index? For example, get tracks with 90 popularity index.

sdumple

Casual Listener

3825 Views

6 replies

0 likes

  • 3825 Views
  • 6 replies
  • 0 likes

Superuser Contribution API for controlling the local client

PlanPremiumCountry DeviceDesktopOperating SystemLinux/Windows My Question or IssueI want to control the running spotify instance from another program (steamVR), and on Linux, I can use D-Bus, on Mac, there's applescript support, but how do I do this ...

Regular

Plan Premium Country   Device Desktop Operating System Linux/Windows   My Question or Issue I want to control the running spotify instance from another program (steamVR), and on L...

spotifyjosh

Spotify

1451 Views

1 replies

0 likes

  • 1451 Views
  • 1 replies
  • 0 likes

List of Available Devices in Spotify Scripting Bridge

I guess the Spotify Scripting Bridge "SpotifyApplication" is inspired by the one that is implemented for iTunes and i just cannot be greatfull enough for this, excellent idea and implementation! Any chance to have the @property (copy) NSArray *curren...

Regular

I guess the Spotify Scripting Bridge "SpotifyApplication" is inspired by the one that is implemented for iTunes and i just cannot be greatfull enough for this, excellent idea and implementation! &nb...

669 Views

0 replies

0 likes

device list
google cast
Scripting Bridge
SpotifyApplication
  • 669 Views
  • 0 replies
  • 0 likes

Google Cast devices in device list queries

Any chance to have the Google Cast devices as well in the response of the https://developer.spotify.com/documentation/web-api/guides/using-connect-web-api/#viewing-device-list API queries?Currently only Spotify Connect devices enumerated it seems TIA...

Regular

Any chance to have the Google Cast devices as well in the response of the   https://developer.spotify.com/documentation/web-api/guides/using-connect-web-api/#viewing-device-list   API q...

Hubo

Community Legend

1783 Views

5 replies

0 likes

device list
google cast
Web API
  • 1783 Views
  • 5 replies
  • 0 likes

Solved!! Build App Like Noon Pacific App

PremiumUK DeviceiOS And Android My Question or Issue: Hi! We would like to build an app that operates in the same way that the Noon Pacific app works. When using Noon Pacific, the user does not need to have the Spotify app installed on their mobile d...

Casual Listener

PremiumUK   Device iOS And Android   My Question or Issue:   Hi! We would like to build an app that operates in the same way that the Noon Pacific app works. When using Noon Pac...

Hubo

Community Legend

947 Views

3 replies

0 likes

  • 947 Views
  • 3 replies
  • 0 likes

How to refresh a playlist after a change?

I'm making some changes on a playlist with web API, like adding or removing a song, and that changes don't take effect automatically. How do I solve this problem?Thanks in advance.

Regular

I'm making some changes on a playlist with web API, like adding or removing a song, and that changes don't take effect automatically.  How do I solve this problem? Thanks in advance.

PidoAyala

Visitor

20376 Views

19 replies

7 likes

  • 20376 Views
  • 19 replies
  • 7 likes

Solved!! Is it possible to have an instance of Spotify running in my web application?

I am currently trying to develop a web app that would generate playlists and have them play back. The application also needs to periodically control the flow (i. e. pause, play, etc). That being said, the only thing that occurred to me was to have th...

Casual Listener

I am currently trying to develop a web app that would generate playlists and have them play back. The application also needs to periodically control the flow (i. e. pause, play, etc). That being said...

Hubo

Community Legend

1879 Views

2 replies

0 likes

Discussion
  • 1879 Views
  • 2 replies
  • 0 likes

Superuser Contribution [API] Get playlist id with the new "Copy Link" in Android/iOS

Hi! Some time ago the link obtained through the option "copy link" in the button "share" (Album, Artist, Playlist) on mobile devices was something like:https:// open .spotify.com/playlist/1ifYNpMYGlOd3p7lcftdcS?si=hlr2fHNhThWCzmRYQTeiEw But now that ...

Newbie

Hi!   Some time ago the link obtained through the option "copy link" in the button "share" (Album, Artist, Playlist) on mobile devices was something like: https:// open .spotify.com/playlist/...

spotifyjosh

Spotify

5811 Views

1 replies

0 likes

Android
api
get playlist
id
iOS
  • 5811 Views
  • 1 replies
  • 0 likes

Superuser Contribution Provider API Returns 403

We are able to get an access token using our client id and client secret from https://accounts.spotify.com/api/token We then try to use the access token as follows curl -v -H "Authorization: Bearer {TOKEN}" https://provider-api.spotify.com/v1/analyti...

Casual Listener

We are able to get an access token using our client id and client secret from https://accounts.spotify.com/api/token   We then try to use the access token as follows   curl -v -H "...

spotifyjosh

Spotify

1748 Views

3 replies

0 likes

  • 1748 Views
  • 3 replies
  • 0 likes

no available devices are found

PlanPremiumCountryUS DeviceiPhonesOperating SystemiOS My Question or IssueI'm writing an app that uses "currently-playing" WEB API. The software works against most accounts, but for some, the return is success with no data. According to the Spotify d...

Newbie

Plan Premium Country US   Device iPhones Operating System iOS   My Question or Issue I'm writing an app that uses "currently-playing" WEB API.  The software works against mo...

594 Views

0 replies

2 likes

  • 594 Views
  • 0 replies
  • 2 likes

In the spotify embedded player on the website, some songs are unavailable from yesterday.

PlanFree/PremiumCountryPolandDeviceSamsung Galaxy S9Operating SystemWindows 10 My Question or IssueIn the spotify embedded player on the website, some songs are unavailable from yesterday. The message "song not available in your country" is displayed...

Casual Listener

Plan Free/Premium Country Poland Device Samsung Galaxy S9 Operating System Windows 10   My Question or Issue In the spotify embedded player on the website, some songs are unavailable f...

ChrisBignamini

Newbie

1098 Views

3 replies

0 likes

  • 1098 Views
  • 3 replies
  • 0 likes

Spotify SDK connecting but not ready

Plan: PremiumCountry: USADevice: 2020 Macbook ProOperating System: MacOS Big Sur 11.0.1 My Question or IssueI have successfully connected the Spotify SDK and am getting a confirmation that the player has connected. The issue is the listener 'ready' c...

Newbie

Plan: Premium Country: USA Device: 2020 Macbook Pro Operating System: MacOS Big Sur 11.0.1    My Question or Issue I have successfully connected the Spotify SDK and am getting a confi...

590 Views

0 replies

0 likes

Connect
ready
SDK
  • 590 Views
  • 0 replies
  • 0 likes

Is a speed method on the roadmap for the Web Playback SDK?

Hi there, You can listen to podcasts at various speeds in Spotify (0.5x, 0.8x, etc), but there is no method for this in the API for the web player. I am building a (non commercial) website to help people learn piano songs by ear (here's the site, it'...

Visitor

Hi there,   You can listen to podcasts at various speeds in Spotify (0.5x, 0.8x, etc), but there is no method for this in the API for the web player. I am building a (non commercial) website t...

Hubo

Community Legend

916 Views

1 replies

0 likes

  • 916 Views
  • 1 replies
  • 0 likes

Finding / making a playlist with a specified number of songs

My Question or Issue Howdy, I am currently working on a school project to generate a playlist that is based on the length of a road trip. I have successfully generated playlists for all categories but this. Is there any way to extract only a set amou...

Visitor

My Question or Issue   Howdy,   I am currently working on a school project to generate a playlist that is based on the length of a road trip.  I have successfully generated playlis...

477 Views

0 replies

0 likes

limit
number of songs
Widget
  • 477 Views
  • 0 replies
  • 0 likes

Keep getting a "'" error when apostrophes are supposed to display in embedded Spotify player

PlanFree/PremiumCountry Device(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)Operating System(iOS 10, Android Oreo, Windows 10,etc.) My Question or IssueHi there,I've been getting an issue with one of my clients where two title tracks that are su...

Casual Listener

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 Hi th...

rls04

Casual Listener

1067 Views

7 replies

0 likes

  • 1067 Views
  • 7 replies
  • 0 likes

Web Playback SDK in future / official Linux Client

HiWe are looking for a sustainable solution to integrate Spotify in our media center. For this we need a Linux client. Unfortunately I haven't found it until today. The player now works fine via the Web Playback SDK. But the SDK is still beta and the...

Regular

Hi We are looking for a sustainable solution to integrate Spotify in our media center. For this we need a Linux client. Unfortunately I haven't found it until today. The player now works fine via th...

556 Views

0 replies

0 likes

Linux
web playback sdk
  • 556 Views
  • 0 replies
  • 0 likes