{
"request":{
"url":"https://api.twitch.tv/kraken/streams/?language=ru&game=Minecraft&limit=100&api_version=5",
"headers":[
"Accept: application\/vnd.twitchtv.v5+json",
"Client-ID: XXXXXX"
]
},
"responce":{
"error":"Not Found",
"status":404,
"message":"This API does not exist"
}
}
But the following method is in the Docs Streams Reference | Twitch Developers