Announcements

Help Wizard

Step 1

NEXT STEP

Spotify for Developers

Discuss building apps with Spotify APIs and SDKs

Start a topic

Web API quota updates for Development Mode

Hey everyone, I've created this thread to share some updates to how quotas work for Development Mode apps on the Spotify Web API to help you better organize your projects. We've shared a Blog post that explains everything in detail. Here's the short ...

Spotify

eastoncrafter

Newbie

553 Views

6 replies

2 likes

Discussion
  • 553 Views
  • 6 replies
  • 2 likes

Refresh token expiration: discussion thread

Hey everyone, I've created this thread to provide more insight on an upcoming change to how refresh tokens work for apps on the Spotify Web API. We've shared a blog post that explains what's changing and why. The short version: refresh tokens will no...

Spotify

internettum

Gig Goer

4131 Views

24 replies

2 likes

Discussion
  • 4131 Views
  • 24 replies
  • 2 likes

Submitting App to Apple and Google Play Store

Hello, Im using Spotify's web api to essentially search for tracks, artists, albums and give the user more details about the song. For each song I include the Spotify logo as well as a direct link and have the 30 second preview url which a user can p...

Visitor

Hello,   Im using Spotify's web api to essentially search for tracks, artists, albums and give the user more details about the song. For each song I include the Spotify logo as well as a direc...

834 Views

0 replies

0 likes

Discussion
Request Access
  • 834 Views
  • 0 replies
  • 0 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

3622 Views

1 replies

0 likes

  • 3622 Views
  • 1 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

2187 Views

5 replies

0 likes

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

player_state_changed event with wrong duration

I have a problem with the player_state_changed event and I need help. My React application makes use of Spotify Web Playback SDK to play songs, but when I skip a song the player_state_changed event is triggered multiple times with some inconsistencie...

Visitor

I have a problem with the player_state_changed event and I need help. My React application makes use of Spotify Web Playback SDK to play songs, but when I skip a song the player_state_changed ev...

kruemeline

Gig Goer

1936 Views

2 replies

2 likes

  • 1936 Views
  • 2 replies
  • 2 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

6143 Views

1 replies

0 likes

Android
api
get playlist
id
iOS
  • 6143 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

2120 Views

3 replies

0 likes

  • 2120 Views
  • 3 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

1785 Views

1 replies

0 likes

  • 1785 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

1347 Views

1 replies

0 likes

Discussion
  • 1347 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

1296 Views

1 replies

0 likes

  • 1296 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...

953 Views

0 replies

0 likes

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

Client Side Application on top of Spotify's API

I am building a CLI on top of this Node.js API client: https://github.com/thelinmichael/spotify-web-api-node From what I understand, I need 2 kinds of authetnications. One is for the app itself (described here), and one is user authentication (descri...

Regular

I am building a CLI on top of this Node.js API client: https://github.com/thelinmichael/spotify-web-api-node   From what I understand, I need 2 kinds of authetnications. One is for the app its...

Hubo

Community Legend

2264 Views

1 replies

0 likes

  • 2264 Views
  • 1 replies
  • 0 likes

Podcast statistics available via API

Hi, it would be great if podcast statistics where available in the API. This would make it possible for podcast hosting providers to provide podcasters with a central performance dashboard. I know that podcasters are in desperate need of a central pl...

Casual Listener

Hi, it would be great if podcast statistics where available in the API. This would make it possible for podcast hosting providers to provide podcasters with a central performance dashboard.  &n...

Hubo

Community Legend

2948 Views

1 replies

1 likes

  • 2948 Views
  • 1 replies
  • 1 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

1138 Views

3 replies

0 likes

  • 1138 Views
  • 3 replies
  • 0 likes

Can the web API be used to pull band data?

I want to help artists support themselves and other artists or groups. I would like to know if the API cna be used to search all of spotify and pull data about artists so it cna be filtered by things like genre, monthly listens, date of last submissi...

Newbie

I want to help artists support themselves and other artists or groups.  I would like to know if the API cna be used to search all of spotify and pull data about artists so it cna be filtered by...

Hubo

Community Legend

2307 Views

1 replies

0 likes

  • 2307 Views
  • 1 replies
  • 0 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

2020 Views

2 replies

0 likes

Discussion
  • 2020 Views
  • 2 replies
  • 0 likes

Restrictions: explicit using client credentials

Since recently, when using an access token obtained via the client credentials flows, using the v1/tracks/{id} Endpoint for a song which is marked as explicit returns the following data when supplying a market parameter: Spoiler (Highlight to read).....

Casual Listener

Since recently, when using an access token obtained via the client credentials flows, using the v1/tracks/{id} Endpoint for a song which is marked as explicit returns the following data whe...

fallobst22

Casual Listener

2365 Views

2 replies

0 likes

  • 2365 Views
  • 2 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...

709 Views

0 replies

2 likes

  • 709 Views
  • 0 replies
  • 2 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...

673 Views

0 replies

0 likes

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

Открыть API

Добрый день. Мы разрабатываем новый сервис для определения популярности музыкантов России и стран ближнего зарубежья на основе статистики по стриминговым сервисам, социальным сетям, радиостанциям, концертным площадкам. Сервис предназначен для того, ч...

Casual Listener

Добрый день. Мы разрабатываем новый  сервис для определения популярности музыкантов России и стран ближнего зарубежья на основе статистики по стриминговым сервисам, социальным сетям, радиостанци...

Hubo

Community Legend

1493 Views

1 replies

0 likes

  • 1493 Views
  • 1 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

1114 Views

1 replies

0 likes

  • 1114 Views
  • 1 replies
  • 0 likes