Announcements

Help Wizard

Step 1

NEXT STEP

Topics with Label: API Question

Labels

Forum Posts

February 2026 Spotify for Developers update: thread

Hey everyone, I’ve created this thread to provide an open space for discussion, feedback, concerns or ideas on an upcoming update to Spotify for Developers access. We’ve shared a blog post that explains what’s changing and why. Please use this thread...

Spotify

JoaoAranha

Roadie

21276 Views

238 replies

17 likes

S4D
  • 21276 Views
  • 238 replies
  • 17 likes

API to Get Future Release Dates of Podcasts

PlanPremiumCountryFinland My Question or Issue Is it possible to get the future release dates for podcast episodes?I would like to create a solution that would show when the next episode for a selected podcast will be released. At the moment I can on...

Newbie

Plan Premium Country Finland   My Question or Issue  Is it possible to get the future release dates for podcast episodes? I would like to create a solution that would show when the n...

Ximzend

Spotify Star

473 Views

1 replies

0 likes

API Question
Web API
  • 473 Views
  • 1 replies
  • 0 likes

API blocked for Premium users?

PlanFreeCountry My Question or IssueI am developing a first app on Spotify using Authorization if there is no token. The app generates a random song, and tries again if it's not able to load it.It works for my Spotufy account which is free, but with ...

Newbie

Plan Free Country   My Question or Issue I am developing a first app on Spotify using Authorization if there is no token. The app generates a random song, and tries again if it's not able t...

Ximzend

Spotify Star

905 Views

1 replies

0 likes

API Help
API Question
free plan
  • 905 Views
  • 1 replies
  • 0 likes

If I use the spotify api, can I do more than play the songs?

My question is similar to this one: https://community.spotify.com/t5/Spotify-for-Developers/Unity-AudioSource-Playback-Commercial-Integration/m-p/4969587I am building a unity game, and would like users to be able to sign into spotify from our game an...

Visitor

My question is similar to this one: https://community.spotify.com/t5/Spotify-for-Developers/Unity-AudioSource-Playback-Commercial-Integration/m-p/4969587 I am building a unity game, and would...

Ximzend

Spotify Star

875 Views

1 replies

0 likes

API Question
  • 875 Views
  • 1 replies
  • 0 likes

Reverse lookup a playlist.

I would like to search for a playlist that contains a specific song.Can I reverse lookup from a song to get a list of playlists that contain that song?

Newbie

I would like to search for a playlist that contains a specific song. Can I reverse lookup from a song to get a list of playlists that contain that song?

Ximzend

Spotify Star

2368 Views

1 replies

0 likes

API Question
  • 2368 Views
  • 1 replies
  • 0 likes

Use api to search for specific songs that are mixed into longer sets/recordings

Hi there, I was wondering if it's possible to use the Spotify api to search for specific songs that are mixed into longer sets/recordings? Hope you can help with this. Kind regards, Olaf

Newbie

Hi there,   I was wondering if it's possible to use the Spotify api to search for specific songs that are mixed into longer sets/recordings?   Hope you can help with this.   Kind...

502 Views

0 replies

0 likes

API Question
  • 502 Views
  • 0 replies
  • 0 likes

I wanna change cover image of playlist by API

PlanPremiumCountryJapan Operating SystemWindows 10 My Question or IssueHi, I wanna change cover image of playlist by API of URL below.https://developer.spotify.com/documentation/web-api/reference/#/operations/upload-custom-playlist-cover But this doc...

Newbie

  Plan Premium Country Japan   Operating System Windows 10   My Question or Issue Hi, I wanna change cover image of playlist by API of URL below. https://developer.spotify.c...

Ximzend

Spotify Star

691 Views

1 replies

0 likes

API Question
  • 691 Views
  • 1 replies
  • 0 likes

Active Documentation Missing Info

My Question or IssueCurrently I am using the Web-API refrence Docs to help understand waht requests need to be made for what data. My issues is that it appears as thoguh some sections of the docs are not up to date and/or not completed. For example u...

Casual Listener

My Question or Issue Currently I am using the Web-API refrence Docs to help understand waht requests need to be made for what data. My issues is that it appears as thoguh some sections of the d...

1095 Views

0 replies

2 likes

api documentation
API Question
documentation
Documentation Change
  • 1095 Views
  • 0 replies
  • 2 likes

What's the amount of requests I can make?

PlanPremiumCountryBrazil Device(Macbook Air)Operating System(iOS 12) My Question or IssueHey guys, I'm Victor.I'm doing an MBA in Data Science and I have a project to design a music recommendation model. I was going to use your API to create a big da...

Casual Listener

Plan Premium Country Brazil   Device (Macbook Air) Operating System (iOS 12)   My Question or Issue Hey guys, I'm Victor. I'm doing an MBA in Data Science and I have a project...

victor622

Casual Listener

688 Views

2 replies

0 likes

API Pricing
API Question
quota
requests
  • 688 Views
  • 2 replies
  • 0 likes

Upload Custom Playlist Cover with Python

My Question or IssueHi! I'm having trouble with uploading custom image to playlist cover. Here's my code: def add_playlist_cover(playlist_id, token): with open('cover.jpg', 'rb') as f: data = base64.b64encode(f.read()) auth_header = {"Authorization":...

Visitor

My Question or Issue Hi! I'm having trouble with uploading custom image to playlist cover. Here's my code:    def add_playlist_cover(playlist_id, token): with open('cover.jpg', 'rb'...

Peter_Schorn

Roadie

1280 Views

2 replies

0 likes

api
api documentation
API Question
  • 1280 Views
  • 2 replies
  • 0 likes

Solved!! Use of include_groups

I noted that the PHP SDK for the Spotify API uses include_groups to list what album types should be included (all if omitted). https://developer.spotify.com/documentation/web-api/reference/#/operations/get-multiple-albums doesn't mention it (there's ...

Music Fan

I noted that the PHP SDK for the Spotify API uses include_groups to list what album types should be included (all if omitted).   https://developer.spotify.com/documentation/web-api/reference/#...

papasmurph

Music Fan

1728 Views

2 replies

0 likes

Albums List
API Question
  • 1728 Views
  • 2 replies
  • 0 likes

**bleep**

Currently developing an application integrating with spotify API, wanting to synch all data etc and it relates to use in commercial spaces. Just wondering if anyone knows of any issues when using spotify's data in this manner. Not sure to what extent...

Visitor

Currently developing an application integrating with spotify API, wanting to synch all data etc and it relates to use in commercial spaces. Just wondering if anyone knows of any issues when using spo...

533 Views

0 replies

0 likes

api authorization
API Pricing
API Question
  • 533 Views
  • 0 replies
  • 0 likes

Any way to get streaming history json file/data from API and not requesting it from Spotify?

Is there a way to download the json file for my streaming history instantaneously with the API and Python rather than waiting for Spotify to prepare it and email me that it is ready? Thanks!!

Gig Goer

Is there a way to download the json file for my streaming history instantaneously with the API and Python rather than waiting for Spotify to prepare it and email me that it is ready?   Thanks!...

Ximzend

Spotify Star

3648 Views

1 replies

0 likes

API Question
  • 3648 Views
  • 1 replies
  • 0 likes