You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to get the full list of tracks from a Spotify playlist, but I can only get the first 100. I have around 700 tracks and I am trying to fetch them all at once. I am not using spotipy module fyi
The text was updated successfully, but these errors were encountered:
This is a limitation of Spotify's API itself, if you want more than 100 songs, you'll need to do multiple requests. You'll need to use the offset option to get the next 100 elemenets.
I want to get the full list of tracks from a Spotify playlist, but I can only get the first 100. I have around 700 tracks and I am trying to fetch them all at once. I am not using spotipy module fyi
The text was updated successfully, but these errors were encountered: