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

44883 Views

152 replies

17 likes

Discussion
  • 44883 Views
  • 152 replies
  • 17 likes

enable Accessibility programmatically on macOS

DeviceMacbook Pro 2020Operating SystemVentura public beta My Question or Issuewe're supposed to be able to enable the Accessibility of Electron apps under macOS by setting the AXManualAccessibility attribute: https://www.electronjs.org/docs/latest/tu...

Newbie

Device Macbook Pro 2020 Operating System Ventura public beta   My Question or Issue we're supposed to be able to enable the Accessibility of Electron apps under macOS by setting the AXManu...

649 Views

0 replies

0 likes

  • 649 Views
  • 0 replies
  • 0 likes

Spotify Web API - Force token expiry?

Hi! Is it possible to force a token to expire? I want to test how my application handles expired tokens without having to create a bunch of test logic. I'm using both Web API and Spotify Playback SDK

Casual Listener

  Hi!   Is it possible to force a token to expire? I want to test how my application handles expired tokens without having to create a bunch of test logic.    I'm using both ...

449 Views

0 replies

0 likes

api
api token
token
Web Playback API
  • 449 Views
  • 0 replies
  • 0 likes

API/DEV Newbie seeking guidance. Skills Exchange?

Hi, hopefully the fact that I am even posting in this forum will demonstrate that i am legitimate here... anyone interested in trading their api/dev/tech knowledge with me, in exchange for artist/project development? I'm a expereinced with labels, di...

Newbie

Hi, hopefully the fact that I am even posting in this forum will demonstrate that i am legitimate here... anyone interested in trading their api/dev/tech knowledge with me, in exchange for artist/pro...

290 Views

0 replies

1 likes

Discussion
  • 290 Views
  • 0 replies
  • 1 likes

Share favourite songs would be a great feature

PlanPremiumCountryGermanyDeviceWindows 10 Desktop App and AndroidOperating SystemWindows 10 Desktop App and Android My Question or IssueI really would like a share button for my faovorite songs list. So I could show them Friends.

Visitor

Plan Premium Country Germany Device Windows 10 Desktop App and Android Operating System Windows 10 Desktop App and Android    My Question or Issue I really would like a share butt...

257 Views

0 replies

0 likes

  • 257 Views
  • 0 replies
  • 0 likes

Ads on Spotify Web API?

PlanFree/PremiumCountryJapan My Question or IssueHi, I am planning to make an app with Spotify Web API.To my understanding, the API enables us to play music on our original apps.I have several questions here:1.Do the ads play between tracks as usual?...

Casual Listener

Plan Free/Premium Country Japan   My Question or Issue Hi, I am planning to make an app with Spotify Web API. To my understanding, the API enables us to play music on our original apps. ...

Ciambella

Casual Listener

805 Views

1 replies

0 likes

  • 805 Views
  • 1 replies
  • 0 likes

What data would you like to see in a stats app about saved tracks?

Hi. I'm currently writing a web app that will show stats about an user's last 50 saved tracks. I'm trying to get some suggestions about what kind of data people may be interested about. What are your recommendations?

Newbie

Hi. I'm currently writing a web app that will show stats about an user's last 50 saved tracks. I'm trying to get some suggestions about what kind of data people may be interested about. What are your...

257 Views

0 replies

0 likes

  • 257 Views
  • 0 replies
  • 0 likes

Custom Spotify player for website?

Hi, I have a client that is putting together a new website design and they have a custom Spotify player as part of it. As a web designer who has dabbed in API's myself, I wasn't sure how feasible this was. I told them the original embed players shoul...

Casual Listener

Hi, I have a client that is putting together a new website design and they have a custom Spotify player as part of it. As a web designer who has dabbed in API's myself, I wasn't sure how feasible thi...

Tennoo

Casual Listener

2572 Views

3 replies

0 likes

Custom Player
  • 2572 Views
  • 3 replies
  • 0 likes

Amount of shares a song has received

Hey everyone,does someone now if it is currently possible to get the amount of shares a song has received on spotify through the use of the API?So basically what I would like to know is the exact amounf of times a song got shares through the internal...

Newbie

Hey everyone, does someone now if it is currently possible to get the amount of shares a song has received on spotify through the use of the API? So basically what I would like to know is the exact...

410 Views

0 replies

0 likes

api
Instagram
Python
sharing
twitter
  • 410 Views
  • 0 replies
  • 0 likes

Archive playlists

PlanPremiumCountryNetherlands DeviceiPhone 11Operating SystemiOS 10 My suggestion i always have problem with the organization of my playlists etc. Because I do not want to delete any since they are my memories. I think it would be a Great option to h...

Visitor

Plan Premium Country Netherlands   Device iPhone 11 Operating System iOS 10   My suggestion  i always have problem with the organization of my playlists etc. Because I do no...

Peter_Schorn

Roadie

1491 Views

1 replies

4 likes

  • 1491 Views
  • 1 replies
  • 4 likes

How to deep-link with an offset time?

Equivalent to the web link with an offset by providing the `?t=60` query param, I want to deep link with an offset time. Something like:```// offset does not workspotify:episode:24GvJqPbc7MEi7JqN2IBJb:offset:60````

Newbie

Equivalent to the web link with an offset by providing the `?t=60` query param, I want to deep link with an offset time.   Something like: ``` // offset does not work spotify:episode:24GvJq...

459 Views

0 replies

0 likes

Linking
  • 459 Views
  • 0 replies
  • 0 likes

Solved!! Incorrect `items` in response from `Get Current User's Playlists`

I am trying to access my playlists by making a call to `/me/playlists`.I get successful response: {href: 'https://api.spotify.com/v1/users/denzenin/playlists?offset=0&limit=50',items: [],limit: 50,next: null,offset: 0,previous: null,total: 0} Items l...

Casual Listener

I am trying to access my playlists by making a call to `/me/playlists`. I get successful response:   { href: 'https://api.spotify.com/v1/users/denzenin/playlists?offset=0&limit=50', ite...

399 Views

0 replies

0 likes

  • 399 Views
  • 0 replies
  • 0 likes

Using Zapier Webhooks with Search API: Think There's a Scope Issue

Hey there! I'm doing something a little different. I'm using Zapier's Webhooks app to access the search API. I've managed to figure out how to get an access token (yay), and have verified that searching here in the console gets me what I want. I requ...

Newbie

Hey there!   I'm doing something a little different. I'm using Zapier's Webhooks app to access the search API. I've managed to figure out how to get an access token (yay), and have verified th...

475 Views

0 replies

1 likes

  • 475 Views
  • 0 replies
  • 1 likes

Allow to get the current lisneing track from my spotify account

PlanFree/PremiumCountryCanadaDevice(PC)Operating System(Windows 10 Pro) My Question or IssueHello,I wan to display the current track I'm lishening on my overlay during my twich stream. I will juiste call the api endopoint : https://developer.spotify....

Newbie

Plan Free/Premium Country Canada Device (PC) Operating System (Windows 10 Pro)   My Question or Issue Hello, I wan to display the current track I'm lishening on my overlay during my t...

388 Views

0 replies

0 likes

Developer API
track information
track listing
  • 388 Views
  • 0 replies
  • 0 likes

User not registered in the Developer Dashboard error with app owner

PlanFree/PremiumOperating SystemWindows 10 My Question or IssueI am getting a 403 error with the message that user is not registered in the Developer Dashboard when I try to access restricted endpoints (i.e. /me). This happened when I logged in as a ...

Newbie

Plan Free/Premium Operating System Windows 10   My Question or Issue I am getting a 403 error with the message that user is not registered in the Developer Dashboard when I try to access r...

kbatrhumbix

Newbie

443 Views

1 replies

0 likes

  • 443 Views
  • 1 replies
  • 0 likes

Unable to add songs to collaborative playlist from the Spotify Web API

PlanFreeCountryIndiaOperating System(Pop OS, Linux) My Question or IssueHey there, I am working on an app which lets users select songs and add to playlists.I am a collaborator in a playlist, owned by another account.I can add songs from the Spotify ...

Newbie

Plan Free Country India Operating System (Pop OS, Linux)   My Question or Issue Hey there, I am working on an app which lets users select songs and add to playlists. I am a coll...

512 Views

0 replies

0 likes

  • 512 Views
  • 0 replies
  • 0 likes

Web console endpoint VS developper endpoint

- Free plan unless premium happen to be needed- Belgium- PC- Windows 10- While working for my company, one of the thing that we need to do is to correct songs' artist/title. For that, one of the possible ways would be to use Spotify api to search usi...

Newbie

- Free plan unless premium happen to be needed - Belgium - PC - Windows 10 - While working for my company, one of the thing that we need to do is to correct songs' artist/title. For that, one o...

321 Views

0 replies

0 likes

  • 321 Views
  • 0 replies
  • 0 likes

Global Listener Dataset

PlanPremium FamilyCountryUSA, IllinoisDeviceDell LaptopOperating SystemWin 10 My Question or IssueHello! I am a new student with a Data Analytics + Python class. I want to complete my capstone/portfolio utilizing Spotify Global Listener data over any...

Newbie

Plan Premium Family Country USA, Illinois Device Dell Laptop Operating System Win 10   My Question or Issue Hello! I am a new student with a Data Analytics + Python class. I want to co...

297 Views

0 replies

0 likes

  • 297 Views
  • 0 replies
  • 0 likes

group session

PremiumTurkeyXiaomi redmi 9cAndroid/MIUI my issue is about improvement idea ,while using group session if we open song not add to queue its just quits but not shows it as it wasgood work

Visitor

Premium Turkey Xiaomi redmi 9c Android/MIUI    my issue is about improvement idea ,while using group session if we open song not add to queue its just quits but not shows it as it was ...

321 Views

0 replies

0 likes

  • 321 Views
  • 0 replies
  • 0 likes

List of Scopes

Hello, i have a question about scopes.How can i get a scopes, that contains user's info about hours of listening/hours of listening playlist etc.Thank you in advance

Visitor

Hello, i have a question about scopes. How can i get a scopes, that contains user's info about hours of listening/hours of listening playlist etc. Thank you in advance

HGC_4422

Visitor

1411 Views

1 replies

0 likes

  • 1411 Views
  • 1 replies
  • 0 likes

Some Ideas for interesting features for a better and more individual UX

PlanPremiumCountryGermanyDeviceMacBook 2019 / iPhone 11 ProOperating SystemiOS 15.5, macOS 12.4 My First Idea First of all I really love Spotify compared to Apple Music for different reasons. For example in my opinion the algorithm of spotify and the...

Casual Listener

Plan Premium Country Germany Device MacBook 2019 / iPhone 11 Pro Operating System iOS 15.5, macOS 12.4   My First Idea   First of all I really love Spotify compared to Apple Musi...

d43rko

Casual Listener

451 Views

1 replies

0 likes

Discussion
  • 451 Views
  • 1 replies
  • 0 likes