SOLVED: Getting list of top streams by viewer count

Right, but if you perform a raw query to /streams this is the response:

{u’_links’: {u’featured’: u’https://api.twitch.tv/kraken/streams/featured’,
u’followed’: u’https://api.twitch.tv/kraken/streams/followed’,
u’next’: u’https://api.twitch.tv/kraken/streams?client_id=’’’&limit=25
&offset=25&stream_type=live’,
u’self’: u’https://api.twitch.tv/kraken/streams?client_id=’’’&limit=25
&offset=0&stream_type=live’,
u’summary’: u’https://api.twitch.tv/kraken/streams/summary’},
u’_total’: 0,
u’streams’: []}

It’s just the json object of the streams api.