I promote Twitch TV on my website by showing a line of people who are currently live streaming the Pokemon Trading Card Game Online. I use the api call
https://api.twitch.tv/kraken/search/streams?limit=25&offset=0&query=Pokémon+Trading+Card+Game+Online
and it has suddenly (last couple of days I think) started returning zero results even though there are people streaming.
It does not return an error, just an empty data set.
Please note the name of the game in Twitch is Pokémon Trading Card Game with the é
I also tried
Pokemon instead of Pok%C3%A9mon and
Pokémon
And encodeURI
and
other games as well and nothing returns a result
Does anyone else have an example of this call that is returning results so I can continue to bang my head against it?