Hacker News new | ask | show | jobs
by hello_asdf 2073 days ago
It works, but the tracks api is limited to 100 max results, so you have to call it multiple times with offset for larger playlists [1].

[1] https://developer.spotify.com/documentation/web-api/referenc...

2 comments

Yes, that's pagination :)

It should be possible to script that out too.

Yep, it is, I was just noting it in case someone was wondering why it was being wonky after trying it out.

I already did just to test it out, the results include a 'next' link that you can use :)

Most APIs have page size limits.
Yep, I was just noting it for anyone else that tried it and was curious.