Using other channel's information on a website

Hi,

I have been playing around with the Twitch API and would like to make a website. I have a question about using other channel’s data in a website. For example, on the website would I be allowed to show a listing of current live streams for a certain game?

Just taking the example code from https://dev.twitch.tv/docs/api/

curl -H 'Client-ID: p0gch4mp101fy451do9uod1s1x9i4a' \
-X GET 'https://api.twitch.tv/helix/streams?game_id=33214'

As I don’t own the channels that will be displayed I’m not sure if I’m allowed to display it.

I’ve had a look at: https://www.twitch.tv/p/legal/developer-agreement/ and I think section B.2 mentions it. My understanding of that is that I would be allowed to use the available “Program materials”.

Thanks.

Yes thats fine.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.