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

stefanbathman

Casual Listener

45725 Views

153 replies

17 likes

Discussion
  • 45725 Views
  • 153 replies
  • 17 likes

Terms Of Use - Preview URL

Hello, I'm planning to develop a game app, but for that I only want to use the preview audio url (30sec). For general use (full audio) I know that it is not allowed, but using only the preview one, is it allowed?Regards,

Visitor

Hello, I'm planning to develop a game app, but for that I only want to use the preview audio url (30sec). For general use (full audio) I know that it is not allowed, but using only the preview one, i...

Hubo

Community Legend

1541 Views

1 replies

0 likes

Terms
  • 1541 Views
  • 1 replies
  • 0 likes

Solved!! Why is OAuth required for a search?

I want to use Spotify's search API (https://api.spotify.com/v1/search) as a source for searching for track names, maybe use album cover thumbnails etc., but I don't want to do anything related to a user's account, play any songs, modify playlists etc...

Newbie

I want to use Spotify's search API (https://api.spotify.com/v1/search)  as a source for searching for track names, maybe use album cover thumbnails etc., but I don't want to do anything related ...

RoguePlanetoid

Roadie

2669 Views

1 replies

1 likes

  • 2669 Views
  • 1 replies
  • 1 likes

[Web API] get-recently-played endpoint track parameter?

I was looking through the Web API documentation for the endpoint that gets the users most recently played 'play-history-objects', and I was curious on how to properly use the 'track' parameter? Am I correct in assuming it can help me filter results t...

Casual Listener

I was looking through the Web API documentation for the endpoint that gets the users most recently played 'play-history-objects', and I was curious on how to properly use the 'track' parameter? &nbs...

Hubo

Community Legend

1963 Views

1 replies

0 likes

  • 1963 Views
  • 1 replies
  • 0 likes

Solved!! Unable to add Playlists to Queue using AppRemote SDK for Android

 When I try to add a playlist using app remote sdk as such:mSpotifyAppRemote.getPlayerApi().queue("spotify:playlist:37i9dQZF1DWWAqc46ZJdZf");it seems that spotify doesn't load it. I checked my code everything is fine. Looks like its an issue from the...

Casual Listener

 When I try to add a playlist using app remote sdk as such: mSpotifyAppRemote.getPlayerApi().queue("spotify:playlist:37i9dQZF1DWWAqc46ZJdZf"); it seems that spotify doesn't load it. I checked my co...

Hubo

Community Legend

983 Views

1 replies

0 likes

  • 983 Views
  • 1 replies
  • 0 likes

[API] User Top Tracks

Hi, I'm currently using the web API to build a stat display for user listening habits. In the docs it claims: For each time range, the top 50 tracks and artists are available for each user. In the future, it is likely that this restriction will be re...

Casual Listener

Hi, I'm currently using the web API to build a stat display for user listening habits. In the docs it claims:     For each time range, the top 50 tracks and artists are available for eac...

jhann

Casual Listener

1358 Views

2 replies

0 likes

  • 1358 Views
  • 2 replies
  • 0 likes

Using Spotify Connect with the Android API

PlanPremiumCountryUnited States of AmericaDeviceNook HD (Running CyanogenMod)Operating SystemAndroid 6.0.1 My Question or IssueHi all, I have been trying to develop a very simple app to be used with the spotify API for android that simply starts a pl...

Casual Listener

Plan Premium Country United States of America Device Nook HD (Running CyanogenMod) Operating System Android 6.0.1   My Question or Issue Hi all, I have been trying to develop a very si...

Hubo

Community Legend

1158 Views

3 replies

0 likes

  • 1158 Views
  • 3 replies
  • 0 likes

How to link Spotify accounts to Alexa Skills

Hi there,Not trying to advertise but if anyone is interested in developing Alexa skills app and is interested in linking to the Spotify API, I made a blog post discussing this to which I have left a link below. https://medium.com/@edwardmuldrew/how-t...

Regular

Hi there, Not trying to advertise but if anyone is interested in developing Alexa skills app and is interested in linking to the Spotify API, I made a blog post discussing this to which I have left ...

790 Views

0 replies

3 likes

account linking
Alexa
authentication
development
Discussion
  • 790 Views
  • 0 replies
  • 3 likes

Searching for podcasts not returning results

Hi, thanks again for these new podcast api endpoints! I'm having an issue using the web api to search for podcasts. When I use an access_token from the client_credentials flow, I'm not getting any results. However, when using the tool on spotify deve...

Regular

Hi, thanks again for these new podcast api endpoints!   I'm having an issue using the web api to search for podcasts. When I use an access_token from the client_credentials flow, I'm not getti...

SantiagoBalcero

Casual Listener

3794 Views

16 replies

3 likes

podcast search
  • 3794 Views
  • 16 replies
  • 3 likes

401 Error in API Call.

I'm a design trying to learn to code through the Spotify API. I'm having a heck of a time getting my access_tokens saved to state and wondering if anyone has any advice. The code below will return a 401 but when I console.log(accessToken) it appears ...

Casual Listener

I'm a design trying to learn to code through the Spotify API. I'm having a heck of a time getting my access_tokens saved to state and wondering if anyone has any advice. The code below will return a ...

Liz994

Newbie

14530 Views

2 replies

0 likes

api
React
  • 14530 Views
  • 2 replies
  • 0 likes

Not all Spotify playlists appearing in search?

Using the web API, I can only see 1438 official Spotify playlists (all the way up to "foodora dinner playlist"). I'm getting the playlists recursively usinghttps://api.spotify.com/v1/users/spotify/playlists?limit=50&offset=ifor i increasing in increm...

Casual Listener

Using the web API, I can only see 1438 official Spotify playlists (all the way up to "foodora dinner playlist").   I'm getting the playlists recursively using https://api.spotify.com/v1/users...

bonzobitburg

Visitor

1115 Views

1 replies

0 likes

api
Playlists
  • 1115 Views
  • 1 replies
  • 0 likes

Solved!! Search on track object by tempo/bpm

The Spotify API allows searching for tracks via a multitude of properties, but not tempo. Are there any plans to implement this key into the search endpoint for the track object?I am thinking about building an app to create running playlists and need...

Newbie

The Spotify API allows searching for tracks via a multitude of properties, but not tempo.    Are there any plans to implement this key into the search endpoint for the track object? I am...

JulesLcr

Casual Listener

25292 Views

6 replies

7 likes

  • 25292 Views
  • 6 replies
  • 7 likes

Add widget to my website

Dear developers, I tried to add the widget to my blog but wouldn't be able to create it as my link is invalid. It would be great to get your help here. My show link is https://open.spotify.com/show/0rFtSdsqWs3iZughaP0tbd

Casual Listener

Dear developers,   I tried to add the widget to my blog but wouldn't be able to create it as my link is invalid. It would be great to get your help here. My show link is https://open.spot...

Hubo

Community Legend

942 Views

3 replies

0 likes

Widget
  • 942 Views
  • 3 replies
  • 0 likes

Spotify Developer Showcase

When is the Spotify Developer Showcase going to be updated to showcase more projects? All of the projects are pretty old and many of the links do not work anymore.

Visitor

When is the Spotify Developer Showcase going to be updated to showcase more projects? All of the projects are pretty old and many of the links do not work anymore.  

ColeDPatton

Regular

626 Views

2 replies

0 likes

Discussion
  • 626 Views
  • 2 replies
  • 0 likes

Getting users to generate a Client ID for desktop app (and other acceptable usage questions)

I'm looking at creating a mod for a game which will allow users to control their local desktop Spotify app (as in the official one by spotify) using controls inside the game (note that I will not be streaming the audio into the game itself). In order...

Newbie

I'm looking at creating a mod for a game which will allow users to control their local desktop Spotify app (as in the official one by spotify) using controls inside the game (note that I will not be ...

Kalocaine

Casual Listener

2807 Views

4 replies

2 likes

authentication
Terms of Service
  • 2807 Views
  • 4 replies
  • 2 likes

Recently-played endpoint behaving weird

Hello everyone, I am working on this endpoint: https://api.spotify.com/v1/me/player/recently-played. I was wondering how much delay there is between the actual track listening (via UI) and the presence of the data in the API response. To check this i...

Visitor

Hello everyone, I am working on this endpoint: https://api.spotify.com/v1/me/player/recently-played.   I was wondering how much delay there is between the actual track listening (via UI) ...

811 Views

0 replies

0 likes

recently-played endpoint
  • 811 Views
  • 0 replies
  • 0 likes

Spotify Search API does not return tracks if the query is an artist name

GET https://api.spotify.com/v1/search When I use the above Spotify Web Search API with type=track and q={some artist name}, the API (usually) returns no results. For example, If I search "Cage the Elephant" or "Kanye West" the API will return no resu...

Casual Listener

GET https://api.spotify.com/v1/search   When I use the above Spotify Web Search API with type=track and q={some artist name}, the API (usually) returns no results. For example, If I search "Ca...

Hubo

Community Legend

4141 Views

1 replies

1 likes

api
Search
search artists
Search failure
search results
Web API
  • 4141 Views
  • 1 replies
  • 1 likes

Issue using Widevine DRM (development license) in an Electron app

Hi,I started using https://github.com/castlabs/electron-releases/ recently to build an app that uses the Spotify Playback SDK. Supposedly this version of electron comes with a signed development license of Widevine which i've tested on a couple sites...

Casual Listener

Hi, I started using https://github.com/castlabs/electron-releases/ recently to build an app that uses the Spotify Playback SDK. Supposedly this version of electron comes with a signed de...

mac4444

Casual Listener

6669 Views

7 replies

4 likes

Electron
playback
SDK
Widevine
  • 6669 Views
  • 7 replies
  • 4 likes

Need podcast endpoints from web API

I'm trying to pull data from the Spotify API such as "popular podcasts" or "podcasts by genre". But as you can see from the documentation, to get podcast info you must have the podcast (or "show") id, which you can only get from doing a search with "...

Visitor

  I'm trying to pull data from the Spotify API such as "popular podcasts" or "podcasts by genre". But as you can see from the documentation, to get podcast info you must have the podcast (or "s...

trekhleb123

Casual Listener

2405 Views

2 replies

0 likes

podcast
Web API
  • 2405 Views
  • 2 replies
  • 0 likes

Question: Rate Limits

Hi there, I have a query about how Rate Limits are applied to better understand best practice for sending requests to the Web API.Are rate limits calculated using strictly Client ID or are there other factors? A couple of scenarios:If one access toke...

Regular

Hi there,   I have a query about how Rate Limits are applied to better understand best practice for sending requests to the Web API. Are rate limits calculated using strictly Client ID&n...

ezeroms

Regular

2212 Views

1 replies

14 likes

  • 2212 Views
  • 1 replies
  • 14 likes

LOOKING FOR PLAYLIST INTRO API

Is there any spotify api which gets songs from a playlist than gets 5 - 10 sec for every song and mixing them together and create a intro or summary for playlist?If it is can some send me the link please If it isn't can some work for it could be awes...

Composer

Is there any spotify api which gets songs from  a playlist than gets 5 - 10 sec for every song and mixing them together and create a intro or summary for playlist? If it is can some send me t...

Hubo

Community Legend

707 Views

1 replies

0 likes

  • 707 Views
  • 1 replies
  • 0 likes