Api.twitch.tv/helix/subscriptions pagination missing subs?

I’m doing this:

GET https://api.twitch.tv/helix/subscriptions?broadcaster_id=58669321

This returns 20 of my subscribers. Then I get a cursor from that response and do this:

GET https://api.twitch.tv/helix/subscriptions?broadcaster_id=58669321&after=CURSOR_VALUE

Overall this returns me 22 subs, but I know I have 25.

When I do this:

GET https://api.twitch.tv/helix/subscriptions?broadcaster_id=58669321&first=25

This returns all 25 of my subs. Is this an issue with twitch’s API or am I doing something wrong with the pagination?

Thanks!

Additional reports at

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.