Kraken/search/streams

Hi

I am not sure what i am doing wrong, according to https://github.com/justintv/Twitch-API/blob/master/v3_resources/search.md api, using link https://api.twitch.tv/kraken/search/streams?q=Lineage&limit=100 should give me up to 100 active streams of “Lineage” game. For some reason, it shows me only 22 streams, while in http://www.twitch.tv/directory/game/Lineage%20II%3A%20The%20Chaotic%20Chronicle there are over 70 streams.
How can i correctly get all active streams of Lineage II game?

At this moment:

{
_total: 12,
_links: {
self: “https://api.twitch.tv/kraken/search/streams?limit=100&offset=0&q=Lineage”,
next: “https://api.twitch.tv/kraken/search/streams?limit=100&offset=100&q=Lineage
},
streams: [

There are only 12 streams as reported streams as per:
_total: 12,

Try this:

https://api.twitch.tv/kraken/search/channels?q=Lineage%20II:%20The%20Chaotic%20Chronicle

And alternatively you could try:

https://api.twitch.tv/kraken/search/games?q=Lineage&type=suggest&live

Use https://api.twitch.tv/kraken/streams?game=Lineage%20II:%20The%20Chaotic%20Chronicle

1 Like

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