In one of the twitch blog - http://blog.twitch.tv/2014/05/introducing-the-new-csgo-directory/, it is mentioned that games will be grouped based on some metadata. For example, in case of Counter Strike, the games are grouped based on the map.
I was wondering if there is any way we can extract that information.
If I go to the endpoint: https://api.twitch.tv/kraken/videos/v37604061
I get the information about the video, including the fact that game is Counter Strike.
However, I am interested to extract the game metadata like the map.
Is there any way I can do that?
Thank you!