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.