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

Topics with Label: api documentation

Labels

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

keithhubner

Visitor

19676 Views

113 replies

10 likes

Discussion
  • 19676 Views
  • 113 replies
  • 10 likes

Clarifying the current maximum requests for various api requests

Hi all, I am trying to work on some safeguards for api calls where the number of IDs that are requested exceed what Spotify is willing to accept. I understand that they fall into 3 groups of maximums allowed: 20, 50, and 100. Below is the enum I crea...

Newbie

Hi all, I am trying to work on some safeguards for api calls where the number of IDs that are requested exceed what Spotify is willing to accept. I understand that they fall into 3 groups of maximums...

446 Views

0 replies

1 likes

api documentation
API Question
Feature Request
  • 446 Views
  • 0 replies
  • 1 likes

Web Api Docs should list all device types

The docs only mention Device type, such as "computer", "smartphone" or "speaker".I found this list on GH , which lists all the devices.IMO, this should be in the official docs.

Newbie

The docs only mention Device type, such as "computer", "smartphone" or "speaker". I found this list on GH , which lists all the devices. IMO, this should be in the official docs.

386 Views

0 replies

2 likes

api documentation
Docs
Documentation Change
  • 386 Views
  • 0 replies
  • 2 likes

Documentation error on get-users-saved-tracks

Hello, There is a minor error in the API documentation of the `get-users-saved-tracks`:All examples are using the `v1/me/shows` API endpoint instead of `v1/me/tracks`.Not a roadblock. Just so it can be fixed. Have a nice day.

Visitor

Hello,   There is a minor error in the API documentation of the `get-users-saved-tracks`: All examples are using the `v1/me/shows` API endpoint instead of `v1/me/tracks`. Not a roadblock. ...

355 Views

0 replies

2 likes

api documentation
Documentation Change
  • 355 Views
  • 0 replies
  • 2 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...

1018 Views

0 replies

2 likes

api documentation
API Question
documentation
Documentation Change
  • 1018 Views
  • 0 replies
  • 2 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

1071 Views

2 replies

0 likes

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