mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-27 07:55:49 +03:00
[GH-ISSUE #120] Search for playlist with more than 'x' followers #74
Labels
No labels
bug
docs
enhancement
enhancement
enhancement
feedback wanted
good first issue
help wanted
help wanted
help wanted
invalid
pull-request
question
question
upstream
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-web-api-php#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @syncromindproj on GitHub (Apr 21, 2018).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/120
Hello
Do you know if there is any way to filter just playlists, that will be filtered by a keyword, that have more than "x" followers?
And one extra question, if I set a very popular keyword like "rock" I will get approximately 1 million results for playlists. Do you know if I would have problems on iterate all of them? I have checked that the API will work normally just for the first 10000 results.
Thanks!
@jwilsson commented on GitHub (Apr 22, 2018):
Hi!
It should be possible to search for playlists matching a keyword, for example:
I don't think you can filter on the number of followers, though.
I don't know what the limit on search results is, I guess you'll have to try and see if you can get above 10000 results! :)