Announcements

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

Spotify for Developers

Discuss building apps with Spotify APIs and SDKs

Start a topic

Forum Posts

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
  • Spotify
  • lukens
  • Casual Listener
  • 5014 Views
  • 28 replies
  • 3 likes
  • Discussion
  • 5014 Views
  • 28 replies
  • 3 likes

Mac to Iphone local files greyed out

 PlanPremiumCountryUSA DeviceMacbook Pro 13 and Iphone 13Operating System(iOS 16 My Question or IssueI am beyond frustrated, i have been trying to figure out why my local downloads will play on my macbook and not my phone. On the mobile spotify app, ...

IMG_0323.png
  • Newbie
  •   Plan Premium Country USA  Device Macbook Pro 13 and Iphone 13 Operating System (iOS 16   My Question or Issue I am beyond frustrated, i have been trying to figure out why my lo...
  • arjhantamboli
  • Casual Listener
  • 355 Views
  • 2 replies
  • 0 likes
  • "cant access local files"
  • 355 Views
  • 2 replies
  • 0 likes

Why embed playlist displays page not found

I am copying/looking at the share playlist with embed code and the result is "Page not found" - what might be the problem?

  • Casual Listener
  • I am copying/looking at the share playlist with embed code and the result is "Page not found" - what might be the problem?
  • jex8-7_s6q7v
  • Regular
  • 4327 Views
  • 3 replies
  • 1 likes
  • 4327 Views
  • 3 replies
  • 1 likes

Commercial App Examples

Does anyone have any examples of commercial 3rd Party Spotify Applications? I am considering making a commercial application but can't find any examples of live 3rd party commercial applications. Thanks!

  • Newbie
  • Does anyone have any examples of commercial 3rd Party Spotify Applications? I am considering making a commercial application but can't find any examples of live 3rd party commercial applications. Tha...
  • 247 Views
  • 0 replies
  • 0 likes
  • Commercial
  • 247 Views
  • 0 replies
  • 0 likes

Getting final URL with a URL that redirects using Python

The Spotify API sends you back a URL when authenticating. This URL, redirects you to a previously specified redirect URI (in my case http://localhost:5000) with some parameters that I am after. But so far I can only get to this final URL if I copy pa...

  • Casual Listener
  • The Spotify API sends you back a URL when authenticating. This URL, redirects you to a previously specified redirect URI (in my case http://localhost:5000) with some parameters that I am after. But s...
  • 839 Views
  • 0 replies
  • 1 likes
  • Python
    Spotify
  • 839 Views
  • 0 replies
  • 1 likes

How can I get the Spotify ID for all podcast episodes?

We have over 1000 podcast episodes so it doesn't make sense to try and get them all one-by-one, we need some API or automated way to get them. Everything I see in the API docs requires you to already have the Spotify ID, but how can I get it programm...

  • Newbie
  • We have over 1000 podcast episodes so it doesn't make sense to try and get them all one-by-one, we need some API or automated way to get them. Everything I see in the API docs requires you to already...
  • skilander
  • Casual Listener
  • 1691 Views
  • 3 replies
  • 0 likes
  • 1691 Views
  • 3 replies
  • 0 likes

Solved!! release date discrepancy

I have print code for the release date (print("Data premiery:", release_date)). There is a different date in spotify and different in print for the same release. Release: https://open.spotify.com/album/1CSWCjpem975OAr1HyOE7M Release date in spotify: ...

  • Casual Listener
  • I have print code for the release date (print("Data premiery:", release_date)). There is a different date in spotify and different in print for the same release.    Release: https://...
  • Prague
  • Community Legend
  • 692 Views
  • 3 replies
  • 1 likes
  • Possible Bug
    Question
  • 692 Views
  • 3 replies
  • 1 likes

How to add tracks to a playlist I own?

I'd like to use the web api to add tracks to my playlist.The 1st issue is how to get the access token. I see a few questions on this board about this issue. None of them has an answer that shows how to get an access token that has enough privilege to...

  • Regular
  • I'd like to use the web api to add tracks to my playlist. The 1st issue is how to get the access token. I see a few questions on this board about this issue. None of them has an answer that shows ho...
  • 492 Views
  • 0 replies
  • 0 likes
  • Question
  • 492 Views
  • 0 replies
  • 0 likes

INVALID_CLIENT: Invalid redirect URI

PlanFree/PremiumCountryUSA My Question or IssueI created an app where I fetch data from the Spotify API and use it to make a playlist. The app works perfectly on my computer but on other devices I have a problem. When other people have to log into th...

  • Newbie
  •   Plan Free/Premium Country USA     My Question or Issue I created an app where I fetch data from the Spotify API and use it to make a playlist. The app works perfectly on my c...
  • Prague
  • Community Legend
  • 3119 Views
  • 1 replies
  • 1 likes
  • redirect-uri
  • 3119 Views
  • 1 replies
  • 1 likes

Funk category is missing from the API

The /browse/categories endpoint returns a category "funk"curl --request GET \ --url 'https://api.spotify.com/v1/browse/categories?limit=0&offset=50' \ --header 'Authorization: Bearer 1PO....'{ "href": "https://api.spotify.com/v1/browse/categories/fun...

  • Gig Goer
  • The /browse/categories endpoint returns a category "funk" curl --request GET \ --url 'https://api.spotify.com/v1/browse/categories?limit=0&offset=50' \ --header 'Authorization: Bearer 1PO......
  • 241 Views
  • 0 replies
  • 1 likes
  • api
    Possible Bug
  • 241 Views
  • 0 replies
  • 1 likes

How to get access token to modify my private playlist?

Plan: PremiumCountry: USDevice: curl or httpieMy Question: how can I get an access token so that I can access/modify my spotify account (e.g. create/list playlists, add/remove tracks to a playlist) with curl? I don't need to write any web/phone app.

  • Regular
  • Plan: Premium Country: US Device: curl or httpie My Question: how can I get an access token so that I can access/modify my spotify account (e.g. create/list playlists, add/remove tracks to a p...
  • 218 Views
  • 0 replies
  • 0 likes
  • Question
  • 218 Views
  • 0 replies
  • 0 likes

Can I get API for live concerts of singers

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

  • 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  
  • Ximzend
  • Spotify Star
  • 539 Views
  • 1 replies
  • 0 likes
  • Concert API
  • 539 Views
  • 1 replies
  • 0 likes

Solved!! 403 error on GET v1/me/top/tracks

hello,i have been working on an app that uses spotify API and one of the things i need to do is get access to the top 25 tracks in a specified time range. the issue is that i keep getting a 403 error when i send get requests. i have spent hours tryin...

  • Regular
  • hello, i have been working on an app that uses spotify API and one of the things i need to do is get access to the top 25 tracks in a specified time range. the issue is that i keep getting a 403 err...
  • sunwukong23
  • Casual Listener
  • 11194 Views
  • 11 replies
  • 0 likes
  • api
  • 11194 Views
  • 11 replies
  • 0 likes

Issues with logging onto Developer Portal

Hello everyone.I'm currently experiencing inability to log onto the developer portal. I've never tried to log on it so I'm wondering why I am unable to do that. The page simply refreshes after logging in action has been done.I'm trying to work on som...

  • Casual Listener
  • Hello everyone. I'm currently experiencing inability to log onto the developer portal. I've never tried to log on it so I'm wondering why I am unable to do that. The page simply refreshes after lo...
  • GalaxyCat
  • Newbie
  • 663 Views
  • 2 replies
  • 1 likes
  • 663 Views
  • 2 replies
  • 1 likes

Solved!! Track Analysis for Hobby und Scientific Research

I want to use track infos for myself and also for scientific research.I read in the spotipy package that i have to create an app. Unfortunately the API does not work for me and the app gets disabled after a time.Is it not possible for normal persons ...

  • Music Fan
  • I want to use track infos for myself and also for scientific research. I read in the spotipy package that i have to create an app.   Unfortunately the API does not work for me and the app get...
  • Ximzend
  • Spotify Star
  • 1313 Views
  • 16 replies
  • 0 likes
  • Discussion
  • 1313 Views
  • 16 replies
  • 0 likes

Playlist API Bug Report (Public: True/false)

PlanPremiumCountryThe NetherlandsDeviceHP ProBookOperating SystemWindows 11 My Question or IssueWhen requesting a playlist from the ''/me/playlists'' endpoint it is documented that the playlist object can either be: public, private or null. However, ...

Fjerr_1-1689332921519.png Fjerr_2-1689332963384.png
  • Casual Listener
  • Plan Premium Country The Netherlands Device HP ProBook Operating System Windows 11   My Question or Issue When requesting a playlist from the ''/me/playlists'' endpoint it is documente...
  • Ximzend
  • Spotify Star
  • 387 Views
  • 3 replies
  • 0 likes
  • Possible Bug
  • 387 Views
  • 3 replies
  • 0 likes

API for TTS/DJ?

PlanPremium My Question or IssueI've got a series of scripts to create dynamic with more control (I like the smart playlists, but I like to have control over them), I have one that I generate similar to Morning drive, but with podcasts mixed with the...

  • Casual Listener
  • Plan Premium   My Question or Issue I've got a series of scripts to create dynamic with more control (I like the smart playlists, but I like to have control over them), I have one that I gen...
  • 356 Views
  • 0 replies
  • 1 likes
  • Discussion
  • 356 Views
  • 0 replies
  • 1 likes

Tesla Spotify stuck the next song

PlanTesla Premium connectivity Device: tesla model Y 2023 Operating SystemSoftware V11.1 My Question or IssueWhenever I play the next song button or the current music ends, the next music is always the same. Even if I start a new album it plays the s...

  • Casual Listener
  •   Plan Tesla Premium connectivity  Device:  tesla model Y 2023  Operating System Software V11.1    My Question or Issue Whenever I play the next song button o...
  • Ximzend
  • Spotify Star
  • 870 Views
  • 5 replies
  • 0 likes
  • Possible Bug
    Possible bug tesla
  • 870 Views
  • 5 replies
  • 0 likes

Spotify App "disabled and blocked" after submitting quota extension request

PlanPremiumCountryUnited StatesDeviceiPhone 14 Pro, MacBook ProOperating SystemLatest versions My Question or IssueAfter submitting an extension request, my app is marked as "disabled and blocked". I can still authenticate and receive a user token, b...

  • Newbie
  • Plan Premium Country United States Device iPhone 14 Pro, MacBook Pro Operating System Latest versions   My Question or Issue After submitting an extension request, my app is marked as ...
  • firedanceapp
  • Regular
  • 520 Views
  • 3 replies
  • 0 likes
  • Discussion
    extension request
    Question
    Web API
  • 520 Views
  • 3 replies
  • 0 likes

504 and Long Extension Reqst Form

PlanPremiumCountryUnited StatesDeviceWeb APIOperating System/v1/me/player/recently-playedMy Question or IssueOk is there any way to get the documentation on the rate-limiting for the /v1/me/player/recently-played, I was assuming we were receiving the...

  • Visitor
  • Plan Premium Country United States Device Web API Operating System /v1/me/player/recently-played My Question or Issue Ok is there any way to get the documentation on the rate-limiting for th...
  • 192 Views
  • 0 replies
  • 0 likes
  • Discussion
    Possible Bug
  • 192 Views
  • 0 replies
  • 0 likes

Lyrics not showing in any songs

PlanFreeCountryIndiaDeviceSamsung galaxy F23 5gOperating SystemAndroid 13 with one ui 5.1 My Question or IssueI am facing issue I can't see lyrics of any songs. I have tried every method to fix it like reinstalling,clearing cache and data, logging ou...

  • Visitor
  • Plan Free Country India Device Samsung galaxy F23 5g Operating System Android 13  with one ui 5.1   My Question or Issue I am facing issue I can't see lyrics of any songs. I have ...
  • 215 Views
  • 0 replies
  • 0 likes
  • lyrics
    not showing lyrics
    not showing lyrics in any song
  • 215 Views
  • 0 replies
  • 0 likes