Hi,
to list all streams in english language I can use query ?language=en
“https://api.twitch.tv/kraken/streams?language=en”
Is there a way to list all streams in english and german for example?
Hi,
to list all streams in english language I can use query ?language=en
“https://api.twitch.tv/kraken/streams?language=en”
Is there a way to list all streams in english and german for example?
You would need to make two calls to the API, one for English and another for German (and then concatenate the lists of streams).