Query list of game history

Hi, I am just wondering, is there any API or SDK that can show the list of game that a user has played in the past? For example, I want to know whether this particular user has ever broadcast a DOTA2 game. Thank you for your help

The only way I’m aware of is to query the channel’s highlights and past broadcasts to look for the game. Beyond that there is no history for games or statuses.

Ex: https://api.twitch.tv/kraken/channels/day9tv/videos (Highlights) and https://api.twitch.tv/kraken/channels/day9tv/videos?broadcasts=true (Past Broadcasts)