I have a list of Twitch users. I would like to retrieve the user info and, if streaming, stream status for each of those users. Is it possible to do a single request with a list of users in the same way you can with steams/channels, as described here:
Or do I have to do a separate request for each user using the /users/ API?