Twitch API: 1 request for multiple channels?

Is there a way to structure the http request to get json for more than one channel? Then I could avoid multiple requests. (Can’t find answer in the documentation or google searches.)

I don’t know that there is a way to do it, at least with the twitch API. Is there a reason you need to avoid multiple requests? On my project, I used a callback function to get all my streamers and it worked fine.

No, I can do multiple requests. It seemed like there should be a way to get back more than one, since wikipedia provided a way. Thanks for responding. I’ll go ahead and finish it now.