Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to fetch more than 100 tracks from a spotify playlist at once using python #476

Open
70milan opened this issue Dec 8, 2022 · 1 comment

Comments

@70milan
Copy link

70milan commented Dec 8, 2022

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

@MaximoMachado
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants