I’ve gotten summary of game Overwatch to work as in the example…
but I may not understand the question mark… can I have more than one?
url: "https://api.twitch.tv/kraken/streams/summary?game=Overwatch",
I’m trying to get an array all of the live streams or just the top 25 instead of all 30k… but I don’t see a list of all the end points with the correct parameters applied to figure out what that might look like… I’ve been trying variations of
url: "https://api.twitch.tv/kraken/streams/?stream_type=live?",
even once I get this part right, I still need to set a limit or offset..
url: "https://api.twitch.tv/kraken/streams/offset=25",