According to the current api documentation the parameters offset and limit no longer exist.
From limited testing:
the api does not support specifying game_idanduser_login in the same request (data property is empty array)
the first parameter is ignored when using user_login, returning a data entry for each streamer that is live
the returned pagination property is an empty object when querying for user_login, thus the after and before parameters are useless unless querying for game IDs
user_id behaves the same as user_login, but you can mix them in a single request
According to the current api documentation the parameters
offset
andlimit
no longer exist.From limited testing:
game_id
anduser_login
in the same request (data
property is empty array)first
parameter is ignored when usinguser_login
, returning a data entry for each streamer that is livepagination
property is an empty object when querying foruser_login
, thus theafter
andbefore
parameters are useless unless querying for game IDsuser_id
behaves the same asuser_login
, but you can mix them in a single request