mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-27 07:55:49 +03:00
[GH-ISSUE #153] All playlist songs #99
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#99
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 @LorenzNickel on GitHub (Feb 22, 2019).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/153
With this endpoint I only got I think the first 50 songs in the given playlist. Is there either a possibility to change the amount of songs I want to get or add an offset to the request to be able iterate over the playlist?
@jwilsson commented on GitHub (Feb 23, 2019):
Hi!
It's possible to both add an offset and request more than 50 tracks at a time (I think the limit is 100). For example:
All options are also documented here: https://github.com/jwilsson/spotify-web-api-php/blob/master/docs/method-reference/SpotifyWebAPI.md#getplaylisttracks