Some recent subscribers not showing up on API call? (nvm answered)

I wrote my own chat bot that queries the API to obtain a list of my subscribers, which I then use for various display purposes on stream. It worked just fine, until recently. My most recent subscribers are not showing up on the API call.

I just hit the 25 subscriber mark, and these two are the first two subscribers over 25. Perhaps that number is involved somehow? In any case, I would like it if I was able to still get a full list of my subscribers when I make this call.

Edit: I answered my own question. The default is 25 items returned… you have to set limit= in the call.

You can add &limit=X at the end of your API URL/call to increase the limit it returns.
ex. &limit=100

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