SOLVED: Getting list of top streams by viewer count

Alright just to clear this up for anyone else who runs into this, my problem was that I was passing along client_id as a param to the streams api endpoint. The endpoint still uses the client_id but instead of it’s normal function of preventing rate limiting, it limits your search of streams to the client_id provided.

SOLUTION:

GET /streams
client_id should NOT be passed along as a param

Thanks and sorry about the confusion

1 Like