Hi Teak,
by doing a single request against the following url I can get a lot of data of all the channels that I am following:
https://api.twitch.tv/kraken/users/fuecisla1/follows/channels?limit=100&client_id=’ + clientId;
However the API does not return in the json if the channel is broadcasting live or not. Is there any way to request that data. I would really like to avoid making as many http requests as channels I follow.
Any ideas? I only seem to find ways to ask channel by channel…
Cheers,