Skip to content

Instantly share code, notes, and snippets.

@battleguard
Created July 2, 2015 08:33
Show Gist options
  • Select an option

  • Save battleguard/b9f4c29b28d9c2a80e39 to your computer and use it in GitHub Desktop.

Select an option

Save battleguard/b9f4c29b28d9c2a80e39 to your computer and use it in GitHub Desktop.
public class Links
{
[JsonProperty("self")]
public string Self { get; set; }
[JsonProperty("next")]
public string Next { get; set; }
[JsonProperty("featured")]
public string Featured { get; set; }
[JsonProperty("summary")]
public string Summary { get; set; }
[JsonProperty("followed")]
public string Followed { get; set; }
}
public class Links2
{
[JsonProperty("self")]
public string Self { get; set; }
}
public class Links3
{
[JsonProperty("self")]
public string Self { get; set; }
[JsonProperty("follows")]
public string Follows { get; set; }
[JsonProperty("commercial")]
public string Commercial { get; set; }
[JsonProperty("stream_key")]
public string StreamKey { get; set; }
[JsonProperty("chat")]
public string Chat { get; set; }
[JsonProperty("features")]
public string Features { get; set; }
[JsonProperty("subscriptions")]
public string Subscriptions { get; set; }
[JsonProperty("editors")]
public string Editors { get; set; }
[JsonProperty("videos")]
public string Videos { get; set; }
[JsonProperty("teams")]
public string Teams { get; set; }
}
public class Channel
{
[JsonProperty("_links")]
public Links3 Links { get; set; }
[JsonProperty("background")]
public object Background { get; set; }
[JsonProperty("banner")]
public object Banner { get; set; }
[JsonProperty("broadcaster_language")]
public string BroadcasterLanguage { get; set; }
[JsonProperty("display_name")]
public string DisplayName { get; set; }
[JsonProperty("game")]
public string Game { get; set; }
[JsonProperty("logo")]
public string Logo { get; set; }
[JsonProperty("mature")]
public bool? Mature { get; set; }
[JsonProperty("status")]
public string Status { get; set; }
[JsonProperty("partner")]
public bool Partner { get; set; }
[JsonProperty("url")]
public string Url { get; set; }
[JsonProperty("video_banner")]
public string VideoBanner { get; set; }
[JsonProperty("_id")]
public int Id { get; set; }
[JsonProperty("name")]
public string Name { get; set; }
[JsonProperty("created_at")]
public DateTime CreatedAt { get; set; }
[JsonProperty("updated_at")]
public DateTime UpdatedAt { get; set; }
[JsonProperty("delay")]
public int? Delay { get; set; }
[JsonProperty("followers")]
public int Followers { get; set; }
[JsonProperty("profile_banner")]
public string ProfileBanner { get; set; }
[JsonProperty("profile_banner_background_color")]
public string ProfileBannerBackgroundColor { get; set; }
[JsonProperty("views")]
public int Views { get; set; }
[JsonProperty("language")]
public string Language { get; set; }
[JsonProperty("bio")]
public string Bio { get; set; }
[JsonProperty("type")]
public string Type { get; set; }
}
public class Preview
{
[JsonProperty("small")]
public string Small { get; set; }
[JsonProperty("medium")]
public string Medium { get; set; }
[JsonProperty("large")]
public string Large { get; set; }
[JsonProperty("template")]
public string Template { get; set; }
}
public class Stream
{
[JsonProperty("_id")]
public object Id { get; set; }
[JsonProperty("_links")]
public Links2 Links { get; set; }
[JsonProperty("average_fps")]
public double AverageFps { get; set; }
[JsonProperty("channel")]
public Channel Channel { get; set; }
[JsonProperty("created_at")]
public DateTime CreatedAt { get; set; }
[JsonProperty("game")]
public string Game { get; set; }
[JsonProperty("preview")]
public Preview Preview { get; set; }
[JsonProperty("video_height")]
public int VideoHeight { get; set; }
[JsonProperty("viewers")]
public int Viewers { get; set; }
}
public class Games
{
[JsonProperty("_links")]
public Links Links { get; set; }
[JsonProperty("_total")]
public int Total { get; set; }
[JsonProperty("streams")]
public IList<Stream> Streams { get; set; }
}
{
"_links": { "self": "https://api.twitch.tv/kraken/streams?game=Halo%3A+The+Master+Chief+Collection&limit=25&offset=0", "next": "https://api.twitch.tv/kraken/streams?game=Halo%3A+The+Master+Chief+Collection&limit=25&offset=25", "featured": "https://api.twitch.tv/kraken/streams/featured", "summary": "https://api.twitch.tv/kraken/streams/summary", "followed": "https://api.twitch.tv/kraken/streams/followed" },
"_total": 147,
"streams": [
{
"_id": 15115233312,
"_links": { "self": "http://api.twitch.tv/kraken/streams/roy" },
"average_fps": 59.3520701118,
"channel": { "_links": { "self": "http://api.twitch.tv/kraken/channels/roy", "follows": "http://api.twitch.tv/kraken/channels/roy/follows", "commercial": "http://api.twitch.tv/kraken/channels/roy/commercial", "stream_key": "http://api.twitch.tv/kraken/channels/roy/stream_key", "chat": "http://api.twitch.tv/kraken/chat/roy", "features": "http://api.twitch.tv/kraken/channels/roy/features", "subscriptions": "http://api.twitch.tv/kraken/channels/roy/subscriptions", "editors": "http://api.twitch.tv/kraken/channels/roy/editors", "videos": "http://api.twitch.tv/kraken/channels/roy/videos", "teams": "http://api.twitch.tv/kraken/channels/roy/teams" }, "background": null, "banner": null, "broadcaster_language": "en", "display_name": "Roy", "game": "Halo: The Master Chief Collection", "logo": "http://static-cdn.jtvnw.net/jtv_user_pictures/roy-profile_image-89543924f9d590de-300x300.png", "mature": false, "status": "GRIND FOR S2 FINALS STARTS NOW", "partner": true, "url": "http://www.twitch.tv/roy", "video_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/roy-channel_offline_image-79320867b4def8f0-640x360.jpeg", "_id": 22364523, "name": "roy", "created_at": "2011-05-12T08:19:15Z", "updated_at": "2015-07-02T03:18:50Z", "delay": 0, "followers": 17899, "profile_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/roy-profile_banner-c23923c88c0a8493-480.jpeg", "profile_banner_background_color": null, "views": 974869, "language": "en" },
"created_at": "2015-07-02T00:38:18Z",
"game": "Halo: The Master Chief Collection",
"preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_roy-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_roy-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_roy-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_roy-{width}x{height}.jpg" },
"video_height": 720,
"viewers": 448
},
{ "_id": 15116374832, "game": "Halo: The Master Chief Collection", "viewers": 369, "created_at": "2015-07-02T02:17:31Z", "video_height": 720, "average_fps": 29.9942028986, "_links": { "self": "https://api.twitch.tv/kraken/streams/talentmx" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_talentmx-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_talentmx-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_talentmx-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_talentmx-{width}x{height}.jpg" }, "channel": { "_links": { "self": "https://api.twitch.tv/kraken/channels/talentmx", "follows": "https://api.twitch.tv/kraken/channels/talentmx/follows", "commercial": "https://api.twitch.tv/kraken/channels/talentmx/commercial", "stream_key": "https://api.twitch.tv/kraken/channels/talentmx/stream_key", "chat": "https://api.twitch.tv/kraken/chat/talentmx", "features": "https://api.twitch.tv/kraken/channels/talentmx/features", "subscriptions": "https://api.twitch.tv/kraken/channels/talentmx/subscriptions", "editors": "https://api.twitch.tv/kraken/channels/talentmx/editors", "videos": "https://api.twitch.tv/kraken/channels/talentmx/videos", "teams": "https://api.twitch.tv/kraken/channels/talentmx/teams" }, "background": null, "banner": null, "broadcaster_language": "es", "display_name": "Talentmx", "game": "Halo: The Master Chief Collection", "logo": "http://static-cdn.jtvnw.net/jtv_user_pictures/talentmx-profile_image-9472104e505136a4-300x300.jpeg", "mature": false, "status": "xTalent | GET REKT MLG PRO ILUMINATI NO SCOPE360 OUTBR 4 SHOTS", "partner": false, "url": "http://www.twitch.tv/talentmx", "video_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/talentmx-channel_offline_image-49d03a3de21cfb09-640x360.jpeg", "_id": 69602025, "name": "talentmx", "created_at": "2014-08-22T02:44:08Z", "updated_at": "2015-07-02T03:51:08Z", "delay": null, "followers": 9877, "profile_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/talentmx-profile_banner-39a5e8f909c793e3-480.jpeg", "profile_banner_background_color": null, "views": 42666, "language": "es" } },
{ "_id": 15116788656, "game": "Halo: The Master Chief Collection", "viewers": 287, "created_at": "2015-07-02T02:54:50Z", "video_height": 720, "average_fps": 29.8986928105, "_links": { "self": "http://api.twitch.tv/kraken/streams/avajaijai" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_avajaijai-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_avajaijai-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_avajaijai-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_avajaijai-{width}x{height}.jpg" }, "channel": { "_links": { "self": "https://api.twitch.tv/kraken/channels/avajaijai", "follows": "https://api.twitch.tv/kraken/channels/avajaijai/follows", "commercial": "https://api.twitch.tv/kraken/channels/avajaijai/commercial", "stream_key": "https://api.twitch.tv/kraken/channels/avajaijai/stream_key", "chat": "https://api.twitch.tv/kraken/chat/avajaijai", "features": "https://api.twitch.tv/kraken/channels/avajaijai/features", "subscriptions": "https://api.twitch.tv/kraken/channels/avajaijai/subscriptions", "editors": "https://api.twitch.tv/kraken/channels/avajaijai/editors", "videos": "https://api.twitch.tv/kraken/channels/avajaijai/videos", "teams": "https://api.twitch.tv/kraken/channels/avajaijai/teams" }, "background": null, "banner": null, "broadcaster_language": "en", "display_name": "Avajaijai", "game": "Halo: The Master Chief Collection", "logo": "http://static-cdn.jtvnw.net/jtv_user_pictures/avajaijai-profile_image-9dffc564c12c90a3-300x300.png", "mature": true, "status": "HALO PRO AVA", "partner": true, "url": "http://www.twitch.tv/avajaijai", "video_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/avajaijai-channel_offline_image-d093e4e23f44404e-640x360.png", "_id": 30039402, "name": "avajaijai", "created_at": "2012-04-25T06:03:37Z", "updated_at": "2015-07-02T03:29:45Z", "delay": 0, "followers": 129316, "profile_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/avajaijai-profile_banner-384f8539a40455ef-480.png", "profile_banner_background_color": "#2e084a", "views": 4052099, "language": "en" } },
{ "_id": 15115897520, "game": "Halo: The Master Chief Collection", "viewers": 131, "created_at": "2015-07-02T01:35:22Z", "video_height": 720, "average_fps": 29.8970769864, "_links": { "self": "http://api.twitch.tv/kraken/streams/actxve" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_actxve-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_actxve-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_actxve-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_actxve-{width}x{height}.jpg" }, "channel": { "_links": { "self": "https://api.twitch.tv/kraken/channels/actxve", "follows": "https://api.twitch.tv/kraken/channels/actxve/follows", "commercial": "https://api.twitch.tv/kraken/channels/actxve/commercial", "stream_key": "https://api.twitch.tv/kraken/channels/actxve/stream_key", "chat": "https://api.twitch.tv/kraken/chat/actxve", "features": "https://api.twitch.tv/kraken/channels/actxve/features", "subscriptions": "https://api.twitch.tv/kraken/channels/actxve/subscriptions", "editors": "https://api.twitch.tv/kraken/channels/actxve/editors", "videos": "https://api.twitch.tv/kraken/channels/actxve/videos", "teams": "https://api.twitch.tv/kraken/channels/actxve/teams" }, "background": null, "banner": null, "broadcaster_language": "en", "display_name": "Actxve", "game": "Halo: The Master Chief Collection", "logo": "http://static-cdn.jtvnw.net/jtv_user_pictures/actxve-profile_image-08125c89202a0bc4-300x300.png", "mature": false, "status": "that Road to 50 HCS", "partner": false, "url": "http://www.twitch.tv/actxve", "video_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/actxve-channel_offline_image-818458eddc54a1e5-640x360.jpeg", "_id": 22595139, "name": "actxve", "created_at": "2011-05-25T09:38:19Z", "updated_at": "2015-07-02T04:09:58Z", "delay": null, "followers": 588, "profile_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/actxve-profile_banner-0c39bc738b2d79ae-480.jpeg", "profile_banner_background_color": null, "views": 2755, "language": "en" } },
{ "_id": 15117154416, "game": "Halo: The Master Chief Collection", "viewers": 59, "created_at": "2015-07-02T03:29:11Z", "video_height": 720, "average_fps": 29.1165919283, "_links": { "self": "https://api.twitch.tv/kraken/streams/guntype_god" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_guntype_god-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_guntype_god-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_guntype_god-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_guntype_god-{width}x{height}.jpg" }, "channel": { "_links": { "self": "https://api.twitch.tv/kraken/channels/guntype_god", "follows": "https://api.twitch.tv/kraken/channels/guntype_god/follows", "commercial": "https://api.twitch.tv/kraken/channels/guntype_god/commercial", "stream_key": "https://api.twitch.tv/kraken/channels/guntype_god/stream_key", "chat": "https://api.twitch.tv/kraken/chat/guntype_god", "features": "https://api.twitch.tv/kraken/channels/guntype_god/features", "subscriptions": "https://api.twitch.tv/kraken/channels/guntype_god/subscriptions", "editors": "https://api.twitch.tv/kraken/channels/guntype_god/editors", "videos": "https://api.twitch.tv/kraken/channels/guntype_god/videos", "teams": "https://api.twitch.tv/kraken/channels/guntype_god/teams" }, "background": null, "banner": null, "broadcaster_language": "en", "display_name": "Guntype_God", "game": "Halo: The Master Chief Collection", "logo": null, "mature": true, "status": "LET'S GET THIS DUBS 50!", "partner": false, "url": "http://www.twitch.tv/guntype_god", "video_banner": null, "_id": 62846154, "name": "guntype_god", "created_at": "2014-05-19T15:02:45Z", "updated_at": "2015-07-02T03:29:11Z", "delay": null, "followers": 469, "profile_banner": null, "profile_banner_background_color": null, "views": 6463, "language": "en" } },
{ "_id": 15117427696, "game": "Halo: The Master Chief Collection", "viewers": 50, "created_at": "2015-07-02T03:55:47Z", "video_height": 1080, "average_fps": 59.9127134725, "_links": { "self": "http://api.twitch.tv/kraken/streams/chig" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_chig-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_chig-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_chig-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_chig-{width}x{height}.jpg" }, "channel": { "_links": { "self": "https://api.twitch.tv/kraken/channels/chig", "follows": "https://api.twitch.tv/kraken/channels/chig/follows", "commercial": "https://api.twitch.tv/kraken/channels/chig/commercial", "stream_key": "https://api.twitch.tv/kraken/channels/chig/stream_key", "chat": "https://api.twitch.tv/kraken/chat/chig", "features": "https://api.twitch.tv/kraken/channels/chig/features", "subscriptions": "https://api.twitch.tv/kraken/channels/chig/subscriptions", "editors": "https://api.twitch.tv/kraken/channels/chig/editors", "videos": "https://api.twitch.tv/kraken/channels/chig/videos", "teams": "https://api.twitch.tv/kraken/channels/chig/teams" }, "background": null, "banner": null, "broadcaster_language": "en", "display_name": "Chig", "game": "Halo: The Master Chief Collection", "logo": "http://static-cdn.jtvnw.net/jtv_user_pictures/chig-profile_image-ee6189f4b302fd51-300x300.jpeg", "mature": false, "status": "Chiggin with Chig - FINALS GRIND", "partner": true, "url": "http://www.twitch.tv/chig", "video_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/chig-channel_offline_image-ae3f39c4b8381689-640x360.png", "_id": 23925769, "name": "chig", "created_at": "2011-08-07T20:41:54Z", "updated_at": "2015-07-02T03:58:14Z", "delay": 0, "followers": 2394, "profile_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/chig-profile_banner-457ced70ab2bd501-480.png", "profile_banner_background_color": null, "views": 49429, "language": "en" } },
{ "_id": 15115258224, "game": "Halo: The Master Chief Collection", "viewers": 40, "created_at": "2015-07-02T00:40:23Z", "video_height": 720, "average_fps": 28.9982793681, "_links": { "self": "https://api.twitch.tv/kraken/streams/my_goggle" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_my_goggle-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_my_goggle-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_my_goggle-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_my_goggle-{width}x{height}.jpg" }, "channel": { "_links": { "self": "https://api.twitch.tv/kraken/channels/my_goggle", "follows": "https://api.twitch.tv/kraken/channels/my_goggle/follows", "commercial": "https://api.twitch.tv/kraken/channels/my_goggle/commercial", "stream_key": "https://api.twitch.tv/kraken/channels/my_goggle/stream_key", "chat": "https://api.twitch.tv/kraken/chat/my_goggle", "features": "https://api.twitch.tv/kraken/channels/my_goggle/features", "subscriptions": "https://api.twitch.tv/kraken/channels/my_goggle/subscriptions", "editors": "https://api.twitch.tv/kraken/channels/my_goggle/editors", "videos": "https://api.twitch.tv/kraken/channels/my_goggle/videos", "teams": "https://api.twitch.tv/kraken/channels/my_goggle/teams" }, "background": null, "banner": null, "broadcaster_language": "en", "display_name": "My_Goggle", "game": "Halo: The Master Chief Collection", "logo": "http://static-cdn.jtvnw.net/jtv_user_pictures/my_goggle-profile_image-e6488eb01d751225-300x300.png", "mature": true, "status": "My Goggle Plays | Halo | @My_Goggle", "partner": true, "url": "http://www.twitch.tv/my_goggle", "video_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/my_goggle-channel_offline_image-62b512ac3f946c0f-640x360.png", "_id": 46162423, "name": "my_goggle", "created_at": "2013-07-16T01:47:54Z", "updated_at": "2015-07-02T03:17:38Z", "delay": 0, "followers": 14571, "profile_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/my_goggle-profile_banner-4790a1ee48237433-480.png", "profile_banner_background_color": "#000000", "views": 677586, "language": "en" } },
{ "_id": 15115944544, "game": "Halo: The Master Chief Collection", "viewers": 28, "created_at": "2015-07-02T01:39:27Z", "video_height": 720, "average_fps": 59.8238095238, "_links": { "self": "https://api.twitch.tv/kraken/streams/sepseven" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_sepseven-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_sepseven-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_sepseven-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_sepseven-{width}x{height}.jpg" }, "channel": { "_links": { "self": "https://api.twitch.tv/kraken/channels/sepseven", "follows": "https://api.twitch.tv/kraken/channels/sepseven/follows", "commercial": "https://api.twitch.tv/kraken/channels/sepseven/commercial", "stream_key": "https://api.twitch.tv/kraken/channels/sepseven/stream_key", "chat": "https://api.twitch.tv/kraken/chat/sepseven", "features": "https://api.twitch.tv/kraken/channels/sepseven/features", "subscriptions": "https://api.twitch.tv/kraken/channels/sepseven/subscriptions", "editors": "https://api.twitch.tv/kraken/channels/sepseven/editors", "videos": "https://api.twitch.tv/kraken/channels/sepseven/videos", "teams": "https://api.twitch.tv/kraken/channels/sepseven/teams" }, "background": null, "banner": null, "broadcaster_language": "en", "display_name": "SepseveN", "game": "Halo: The Master Chief Collection", "logo": "http://static-cdn.jtvnw.net/jtv_user_pictures/sepseven-profile_image-95948c16111625e8-300x300.jpeg", "mature": false, "status": "Team Hardcore", "partner": false, "url": "http://www.twitch.tv/sepseven", "video_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/sepseven-channel_offline_image-c3982c2c849fa169-640x360.png", "_id": 4222787, "name": "sepseven", "created_at": "2009-02-17T21:14:30Z", "updated_at": "2015-07-02T03:23:18Z", "delay": null, "followers": 619, "profile_banner": null, "profile_banner_background_color": null, "views": 20582, "language": "en" } },
{ "_id": 15117451808, "game": "Halo: The Master Chief Collection", "viewers": 22, "created_at": "2015-07-02T03:58:11Z", "video_height": 720, "average_fps": 59.9012875536, "_links": { "self": "http://api.twitch.tv/kraken/streams/elumnite" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_elumnite-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_elumnite-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_elumnite-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_elumnite-{width}x{height}.jpg" }, "channel": { "_links": { "self": "http://api.twitch.tv/kraken/channels/elumnite", "follows": "http://api.twitch.tv/kraken/channels/elumnite/follows", "commercial": "http://api.twitch.tv/kraken/channels/elumnite/commercial", "stream_key": "http://api.twitch.tv/kraken/channels/elumnite/stream_key", "chat": "http://api.twitch.tv/kraken/chat/elumnite", "features": "http://api.twitch.tv/kraken/channels/elumnite/features", "subscriptions": "http://api.twitch.tv/kraken/channels/elumnite/subscriptions", "editors": "http://api.twitch.tv/kraken/channels/elumnite/editors", "videos": "http://api.twitch.tv/kraken/channels/elumnite/videos", "teams": "http://api.twitch.tv/kraken/channels/elumnite/teams" }, "background": null, "banner": null, "broadcaster_language": "en", "display_name": "Elumnite", "game": "Halo: The Master Chief Collection", "logo": "http://static-cdn.jtvnw.net/jtv_user_pictures/elumnite-profile_image-98ef102c2877927d-300x300.jpeg", "mature": true, "status": "Denial Elumnite- Halo and stuff.", "partner": true, "url": "http://www.twitch.tv/elumnite", "video_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/elumnite-channel_offline_image-d9ea22c8499e318d-640x360.jpeg", "_id": 35712591, "name": "elumnite", "created_at": "2012-08-25T19:49:40Z", "updated_at": "2015-07-02T03:58:11Z", "delay": 0, "followers": 5856, "profile_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/elumnite-profile_banner-a123061fb489a46b-480.jpeg", "profile_banner_background_color": null, "views": 131078, "language": "en" } },
{ "_id": 15115122592, "game": "Halo: The Master Chief Collection", "viewers": 19, "created_at": "2015-07-02T00:29:03Z", "video_height": 480, "average_fps": 28.9991071429, "_links": { "self": "http://api.twitch.tv/kraken/streams/onlinedater" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_onlinedater-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_onlinedater-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_onlinedater-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_onlinedater-{width}x{height}.jpg" }, "channel": { "_links": { "self": "https://api.twitch.tv/kraken/channels/onlinedater", "follows": "https://api.twitch.tv/kraken/channels/onlinedater/follows", "commercial": "https://api.twitch.tv/kraken/channels/onlinedater/commercial", "stream_key": "https://api.twitch.tv/kraken/channels/onlinedater/stream_key", "chat": "https://api.twitch.tv/kraken/chat/onlinedater", "features": "https://api.twitch.tv/kraken/channels/onlinedater/features", "subscriptions": "https://api.twitch.tv/kraken/channels/onlinedater/subscriptions", "editors": "https://api.twitch.tv/kraken/channels/onlinedater/editors", "videos": "https://api.twitch.tv/kraken/channels/onlinedater/videos", "teams": "https://api.twitch.tv/kraken/channels/onlinedater/teams" }, "background": null, "banner": null, "broadcaster_language": "en", "display_name": "OnlineDater", "game": "Halo: The Master Chief Collection", "logo": "http://static-cdn.jtvnw.net/jtv_user_pictures/onlinedater-profile_image-de0ee3b4d206bdee-300x300.jpeg", "mature": false, "status": "Halo Reach w/ Online Dater ", "partner": false, "url": "http://www.twitch.tv/onlinedater", "video_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/onlinedater-channel_offline_image-eb74744f4ef19095-640x360.jpeg", "_id": 12483685, "name": "onlinedater", "created_at": "2010-05-07T20:24:33Z", "updated_at": "2015-07-02T03:18:18Z", "delay": null, "followers": 1973, "profile_banner": null, "profile_banner_background_color": null, "views": 221729, "language": "en" } },
{ "_id": 15091962304, "game": "Halo: The Master Chief Collection", "viewers": 13, "created_at": "2015-06-30T12:18:38Z", "video_height": 720, "average_fps": 59.9310910582, "_links": { "self": "https://api.twitch.tv/kraken/streams/somenewbie" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_somenewbie-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_somenewbie-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_somenewbie-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_somenewbie-{width}x{height}.jpg" }, "channel": { "_links": { "self": "https://api.twitch.tv/kraken/channels/somenewbie", "follows": "https://api.twitch.tv/kraken/channels/somenewbie/follows", "commercial": "https://api.twitch.tv/kraken/channels/somenewbie/commercial", "stream_key": "https://api.twitch.tv/kraken/channels/somenewbie/stream_key", "chat": "https://api.twitch.tv/kraken/chat/somenewbie", "features": "https://api.twitch.tv/kraken/channels/somenewbie/features", "subscriptions": "https://api.twitch.tv/kraken/channels/somenewbie/subscriptions", "editors": "https://api.twitch.tv/kraken/channels/somenewbie/editors", "videos": "https://api.twitch.tv/kraken/channels/somenewbie/videos", "teams": "https://api.twitch.tv/kraken/channels/somenewbie/teams" }, "background": null, "banner": null, "broadcaster_language": "en", "display_name": "SomeNewbie", "game": "Halo: The Master Chief Collection", "logo": "http://static-cdn.jtvnw.net/jtv_user_pictures/somenewbie-profile_image-7af78e6a3c186a35-300x300.png", "mature": true, "status": "Halo Marathon - All 6 Games - One Long Stream! Charity Stream.", "partner": false, "url": "http://www.twitch.tv/somenewbie", "video_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/somenewbie-channel_offline_image-bc97a181ba33fee2-640x360.png", "_id": 39291745, "name": "somenewbie", "created_at": "2013-01-13T02:25:48Z", "updated_at": "2015-07-02T03:16:23Z", "delay": 0, "followers": 529, "profile_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/somenewbie-profile_banner-7db8c51758201806-480.png", "profile_banner_background_color": null, "views": 4098, "language": "en" } },
{ "_id": 15116315840, "game": "Halo: The Master Chief Collection", "viewers": 12, "created_at": "2015-07-02T02:12:12Z", "video_height": 720, "average_fps": 29.7877716018, "_links": { "self": "https://api.twitch.tv/kraken/streams/ashbashs" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_ashbashs-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_ashbashs-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_ashbashs-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_ashbashs-{width}x{height}.jpg" }, "channel": { "_links": { "self": "https://api.twitch.tv/kraken/channels/ashbashs", "follows": "https://api.twitch.tv/kraken/channels/ashbashs/follows", "commercial": "https://api.twitch.tv/kraken/channels/ashbashs/commercial", "stream_key": "https://api.twitch.tv/kraken/channels/ashbashs/stream_key", "chat": "https://api.twitch.tv/kraken/chat/ashbashs", "features": "https://api.twitch.tv/kraken/channels/ashbashs/features", "subscriptions": "https://api.twitch.tv/kraken/channels/ashbashs/subscriptions", "editors": "https://api.twitch.tv/kraken/channels/ashbashs/editors", "videos": "https://api.twitch.tv/kraken/channels/ashbashs/videos", "teams": "https://api.twitch.tv/kraken/channels/ashbashs/teams" }, "background": null, "banner": null, "broadcaster_language": "en", "display_name": "AshBashS", "game": "Halo: The Master Chief Collection", "logo": "http://static-cdn.jtvnw.net/jtv_user_pictures/ashbashs-profile_image-399152ab232caf1d-300x300.png", "mature": false, "status": "Halo for the First Time", "partner": false, "url": "http://www.twitch.tv/ashbashs", "video_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/ashbashs-channel_offline_image-a38048112bd987a8-640x360.jpeg", "_id": 37632656, "name": "ashbashs", "created_at": "2012-11-12T04:56:14Z", "updated_at": "2015-07-02T03:18:54Z", "delay": 0, "followers": 3505, "profile_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/ashbashs-profile_banner-24cb2b2a08012203-480.jpeg", "profile_banner_background_color": "null", "views": 85650, "language": "en" } },
{ "_id": 15117044000, "game": "Halo: The Master Chief Collection", "viewers": 11, "created_at": "2015-07-02T03:18:33Z", "video_height": 720, "average_fps": 59.8243243243, "_links": { "self": "http://api.twitch.tv/kraken/streams/wild_cherry_" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_wild_cherry_-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_wild_cherry_-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_wild_cherry_-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_wild_cherry_-{width}x{height}.jpg" }, "channel": { "_links": { "self": "https://api.twitch.tv/kraken/channels/wild_cherry_", "follows": "https://api.twitch.tv/kraken/channels/wild_cherry_/follows", "commercial": "https://api.twitch.tv/kraken/channels/wild_cherry_/commercial", "stream_key": "https://api.twitch.tv/kraken/channels/wild_cherry_/stream_key", "chat": "https://api.twitch.tv/kraken/chat/wild_cherry_", "features": "https://api.twitch.tv/kraken/channels/wild_cherry_/features", "subscriptions": "https://api.twitch.tv/kraken/channels/wild_cherry_/subscriptions", "editors": "https://api.twitch.tv/kraken/channels/wild_cherry_/editors", "videos": "https://api.twitch.tv/kraken/channels/wild_cherry_/videos", "teams": "https://api.twitch.tv/kraken/channels/wild_cherry_/teams" }, "background": null, "banner": null, "broadcaster_language": "en", "display_name": "Wild_Cherry_", "game": "Halo: The Master Chief Collection", "logo": "http://static-cdn.jtvnw.net/jtv_user_pictures/wild_cherry_-profile_image-3e2ea4c0b8a2a45f-300x300.jpeg", "mature": true, "status": "Team Hardcore lvl 26 60 fps", "partner": false, "url": "http://www.twitch.tv/wild_cherry_", "video_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/wild_cherry_-channel_offline_image-e314284ec856683c-640x360.png", "_id": 26607111, "name": "wild_cherry_", "created_at": "2011-12-06T14:09:04Z", "updated_at": "2015-07-02T03:25:17Z", "delay": null, "followers": 339, "profile_banner": null, "profile_banner_background_color": null, "views": 18622, "language": "en" } },
{ "_id": 15117551248, "game": "Halo: The Master Chief Collection", "viewers": 10, "created_at": "2015-07-02T04:08:07Z", "video_height": 720, "average_fps": 24.7976190476, "_links": { "self": "https://api.twitch.tv/kraken/streams/ashlinx" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_ashlinx-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_ashlinx-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_ashlinx-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_ashlinx-{width}x{height}.jpg" }, "channel": { "_links": { "self": "https://api.twitch.tv/kraken/channels/ashlinx", "follows": "https://api.twitch.tv/kraken/channels/ashlinx/follows", "commercial": "https://api.twitch.tv/kraken/channels/ashlinx/commercial", "stream_key": "https://api.twitch.tv/kraken/channels/ashlinx/stream_key", "chat": "https://api.twitch.tv/kraken/chat/ashlinx", "features": "https://api.twitch.tv/kraken/channels/ashlinx/features", "subscriptions": "https://api.twitch.tv/kraken/channels/ashlinx/subscriptions", "editors": "https://api.twitch.tv/kraken/channels/ashlinx/editors", "videos": "https://api.twitch.tv/kraken/channels/ashlinx/videos", "teams": "https://api.twitch.tv/kraken/channels/ashlinx/teams" }, "background": null, "banner": null, "broadcaster_language": "en", "display_name": "AshlinX", "game": "Halo: The Master Chief Collection", "logo": "http://static-cdn.jtvnw.net/jtv_user_pictures/ashlinx-profile_image-ca6a7029bd579fa6-300x300.jpeg", "mature": false, "status": "Stay Hydrated", "partner": false, "url": "http://www.twitch.tv/ashlinx", "video_banner": null, "_id": 68986490, "name": "ashlinx", "created_at": "2014-08-14T20:03:08Z", "updated_at": "2015-07-02T04:08:46Z", "delay": null, "followers": 728, "profile_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/ashlinx-profile_banner-ca1f97d9597aed60-480.jpeg", "profile_banner_background_color": "#32103a", "views": 4415, "language": "en" } },
{ "_id": 15116547088, "game": "Halo: The Master Chief Collection", "viewers": 10, "created_at": "2015-07-02T02:32:41Z", "video_height": 720, "average_fps": 29.7968561064, "_links": { "self": "https://api.twitch.tv/kraken/streams/skillsgaminghub" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_skillsgaminghub-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_skillsgaminghub-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_skillsgaminghub-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_skillsgaminghub-{width}x{height}.jpg" }, "channel": { "_links": { "self": "https://api.twitch.tv/kraken/channels/skillsgaminghub", "follows": "https://api.twitch.tv/kraken/channels/skillsgaminghub/follows", "commercial": "https://api.twitch.tv/kraken/channels/skillsgaminghub/commercial", "stream_key": "https://api.twitch.tv/kraken/channels/skillsgaminghub/stream_key", "chat": "https://api.twitch.tv/kraken/chat/skillsgaminghub", "features": "https://api.twitch.tv/kraken/channels/skillsgaminghub/features", "subscriptions": "https://api.twitch.tv/kraken/channels/skillsgaminghub/subscriptions", "editors": "https://api.twitch.tv/kraken/channels/skillsgaminghub/editors", "videos": "https://api.twitch.tv/kraken/channels/skillsgaminghub/videos", "teams": "https://api.twitch.tv/kraken/channels/skillsgaminghub/teams" }, "background": null, "banner": null, "broadcaster_language": "en", "display_name": "SkillsGamingHub", "game": "Halo: The Master Chief Collection", "logo": "http://static-cdn.jtvnw.net/jtv_user_pictures/skillsgaminghub-profile_image-6418685de1522319-300x300.jpeg", "mature": false, "status": "Headshots and Redbull", "partner": false, "url": "http://www.twitch.tv/skillsgaminghub", "video_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/skillsgaminghub-channel_offline_image-b76328158b60cfc6-640x360.jpeg", "_id": 40845361, "name": "skillsgaminghub", "created_at": "2013-03-01T02:13:32Z", "updated_at": "2015-07-02T03:16:15Z", "delay": null, "followers": 80, "profile_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/skillsgaminghub-profile_banner-1086b5c0d8e97828-480.jpeg", "profile_banner_background_color": null, "views": 510, "language": "en" } },
{ "_id": 15116042608, "game": "Halo: The Master Chief Collection", "viewers": 10, "created_at": "2015-07-02T01:48:25Z", "video_height": 720, "average_fps": 29.9931097841, "_links": { "self": "https://api.twitch.tv/kraken/streams/sswell" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_sswell-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_sswell-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_sswell-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_sswell-{width}x{height}.jpg" }, "channel": { "_links": { "self": "https://api.twitch.tv/kraken/channels/sswell", "follows": "https://api.twitch.tv/kraken/channels/sswell/follows", "commercial": "https://api.twitch.tv/kraken/channels/sswell/commercial", "stream_key": "https://api.twitch.tv/kraken/channels/sswell/stream_key", "chat": "https://api.twitch.tv/kraken/chat/sswell", "features": "https://api.twitch.tv/kraken/channels/sswell/features", "subscriptions": "https://api.twitch.tv/kraken/channels/sswell/subscriptions", "editors": "https://api.twitch.tv/kraken/channels/sswell/editors", "videos": "https://api.twitch.tv/kraken/channels/sswell/videos", "teams": "https://api.twitch.tv/kraken/channels/sswell/teams" }, "background": null, "banner": null, "broadcaster_language": "en", "display_name": "sSwell", "game": "Halo: The Master Chief Collection", "logo": "http://static-cdn.jtvnw.net/jtv_user_pictures/sswell-profile_image-7e82758b24111bdb-300x300.jpeg", "mature": false, "status": "Summer Grind 0/7 50s Acquired -Giveaway Every New 50-", "partner": false, "url": "http://www.twitch.tv/sswell", "video_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/sswell-channel_offline_image-27fb515eb96cb281-640x360.jpeg", "_id": 29706926, "name": "sswell", "created_at": "2012-04-11T17:58:31Z", "updated_at": "2015-07-02T03:18:54Z", "delay": null, "followers": 1554, "profile_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/sswell-profile_banner-24f6f3208abc67c4-480.jpeg", "profile_banner_background_color": null, "views": 27440, "language": "en" } },
{ "_id": 15117520000, "game": "Halo: The Master Chief Collection", "viewers": 7, "created_at": "2015-07-02T04:04:53Z", "video_height": 720, "average_fps": 29.0833333333, "_links": { "self": "https://api.twitch.tv/kraken/streams/akyalas" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_akyalas-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_akyalas-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_akyalas-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_akyalas-{width}x{height}.jpg" }, "channel": { "_links": { "self": "https://api.twitch.tv/kraken/channels/akyalas", "follows": "https://api.twitch.tv/kraken/channels/akyalas/follows", "commercial": "https://api.twitch.tv/kraken/channels/akyalas/commercial", "stream_key": "https://api.twitch.tv/kraken/channels/akyalas/stream_key", "chat": "https://api.twitch.tv/kraken/chat/akyalas", "features": "https://api.twitch.tv/kraken/channels/akyalas/features", "subscriptions": "https://api.twitch.tv/kraken/channels/akyalas/subscriptions", "editors": "https://api.twitch.tv/kraken/channels/akyalas/editors", "videos": "https://api.twitch.tv/kraken/channels/akyalas/videos", "teams": "https://api.twitch.tv/kraken/channels/akyalas/teams" }, "background": null, "banner": null, "broadcaster_language": "en", "display_name": "akyalas", "game": "Halo: The Master Chief Collection", "logo": "http://static-cdn.jtvnw.net/jtv_user_pictures/akyalas-profile_image-6a64107e3019f64a-300x300.jpeg", "mature": true, "status": "Beatbox King Halo-ing", "partner": false, "url": "http://www.twitch.tv/akyalas", "video_banner": null, "_id": 25266702, "name": "akyalas", "created_at": "2011-10-05T18:37:07Z", "updated_at": "2015-07-02T04:04:53Z", "delay": null, "followers": 43, "profile_banner": null, "profile_banner_background_color": null, "views": 2330, "language": "en" } },
{ "_id": 15117182176, "game": "Halo: The Master Chief Collection", "viewers": 8, "created_at": "2015-07-02T03:31:59Z", "video_height": 720, "average_fps": 28.9322580645, "_links": { "self": "http://api.twitch.tv/kraken/streams/tjramirez" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_tjramirez-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_tjramirez-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_tjramirez-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_tjramirez-{width}x{height}.jpg" }, "channel": { "_links": { "self": "https://api.twitch.tv/kraken/channels/tjramirez", "follows": "https://api.twitch.tv/kraken/channels/tjramirez/follows", "commercial": "https://api.twitch.tv/kraken/channels/tjramirez/commercial", "stream_key": "https://api.twitch.tv/kraken/channels/tjramirez/stream_key", "chat": "https://api.twitch.tv/kraken/chat/tjramirez", "features": "https://api.twitch.tv/kraken/channels/tjramirez/features", "subscriptions": "https://api.twitch.tv/kraken/channels/tjramirez/subscriptions", "editors": "https://api.twitch.tv/kraken/channels/tjramirez/editors", "videos": "https://api.twitch.tv/kraken/channels/tjramirez/videos", "teams": "https://api.twitch.tv/kraken/channels/tjramirez/teams" }, "background": null, "banner": null, "broadcaster_language": null, "display_name": "Tjramirez", "game": "Halo: The Master Chief Collection", "logo": null, "mature": null, "status": "Adventures In MCC", "partner": false, "url": "http://www.twitch.tv/tjramirez", "video_banner": null, "_id": 22671794, "name": "tjramirez", "created_at": "2011-05-29T01:37:35Z", "updated_at": "2015-07-02T03:31:58Z", "delay": null, "followers": 0, "profile_banner": null, "profile_banner_background_color": null, "views": 46, "language": "en" } },
{ "_id": 15117101008, "game": "Halo: The Master Chief Collection", "viewers": 9, "created_at": "2015-07-02T03:24:00Z", "video_height": 720, "average_fps": 29.0924932976, "_links": { "self": "https://api.twitch.tv/kraken/streams/censored_poopie" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_censored_poopie-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_censored_poopie-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_censored_poopie-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_censored_poopie-{width}x{height}.jpg" }, "channel": { "_links": { "self": "https://api.twitch.tv/kraken/channels/censored_poopie", "follows": "https://api.twitch.tv/kraken/channels/censored_poopie/follows", "commercial": "https://api.twitch.tv/kraken/channels/censored_poopie/commercial", "stream_key": "https://api.twitch.tv/kraken/channels/censored_poopie/stream_key", "chat": "https://api.twitch.tv/kraken/chat/censored_poopie", "features": "https://api.twitch.tv/kraken/channels/censored_poopie/features", "subscriptions": "https://api.twitch.tv/kraken/channels/censored_poopie/subscriptions", "editors": "https://api.twitch.tv/kraken/channels/censored_poopie/editors", "videos": "https://api.twitch.tv/kraken/channels/censored_poopie/videos", "teams": "https://api.twitch.tv/kraken/channels/censored_poopie/teams" }, "background": null, "banner": null, "broadcaster_language": null, "display_name": "Censored_Poopie", "game": "Halo: The Master Chief Collection", "logo": null, "mature": null, "status": "h1", "partner": false, "url": "http://www.twitch.tv/censored_poopie", "video_banner": null, "_id": 81424866, "name": "censored_poopie", "created_at": "2015-01-31T17:23:44Z", "updated_at": "2015-07-02T03:24:00Z", "delay": null, "followers": 12, "profile_banner": null, "profile_banner_background_color": null, "views": 141, "language": "en" } },
{ "_id": 15117008496, "game": "Halo: The Master Chief Collection", "viewers": 9, "created_at": "2015-07-02T03:15:13Z", "video_height": 720, "average_fps": 27.7927232635, "_links": { "self": "https://api.twitch.tv/kraken/streams/angel_of_grif" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_angel_of_grif-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_angel_of_grif-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_angel_of_grif-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_angel_of_grif-{width}x{height}.jpg" }, "channel": { "_links": { "self": "https://api.twitch.tv/kraken/channels/angel_of_grif", "follows": "https://api.twitch.tv/kraken/channels/angel_of_grif/follows", "commercial": "https://api.twitch.tv/kraken/channels/angel_of_grif/commercial", "stream_key": "https://api.twitch.tv/kraken/channels/angel_of_grif/stream_key", "chat": "https://api.twitch.tv/kraken/chat/angel_of_grif", "features": "https://api.twitch.tv/kraken/channels/angel_of_grif/features", "subscriptions": "https://api.twitch.tv/kraken/channels/angel_of_grif/subscriptions", "editors": "https://api.twitch.tv/kraken/channels/angel_of_grif/editors", "videos": "https://api.twitch.tv/kraken/channels/angel_of_grif/videos", "teams": "https://api.twitch.tv/kraken/channels/angel_of_grif/teams" }, "background": null, "banner": null, "broadcaster_language": "en", "display_name": "Angel_Of_Grif", "game": "Halo: The Master Chief Collection", "logo": "http://static-cdn.jtvnw.net/jtv_user_pictures/angel_of_grif-profile_image-a4f563cd50cea6a1-300x300.jpeg", "mature": false, "status": "Goodmorning B!tch3$ ^_^", "partner": false, "url": "http://www.twitch.tv/angel_of_grif", "video_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/angel_of_grif-channel_offline_image-6d183f527ed3768f-640x360.jpeg", "_id": 45176072, "name": "angel_of_grif", "created_at": "2013-06-25T03:26:15Z", "updated_at": "2015-07-02T03:17:01Z", "delay": null, "followers": 222, "profile_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/angel_of_grif-profile_banner-9edf742b3d00fdf5-480.jpeg", "profile_banner_background_color": null, "views": 3082, "language": "en" } },
{ "_id": 15115624384, "game": "Halo: The Master Chief Collection", "viewers": 9, "created_at": "2015-07-02T01:11:24Z", "video_height": 720, "average_fps": 29.8961361219, "_links": { "self": "https://api.twitch.tv/kraken/streams/janitor_og" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_janitor_og-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_janitor_og-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_janitor_og-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_janitor_og-{width}x{height}.jpg" }, "channel": { "_id": 44424584, "name": "janitor_og", "created_at": "2013-06-06T20:51:23Z", "updated_at": "2015-07-02T03:16:26Z", "_links": { "self": "https://api.twitch.tv/kraken/users/janitor_og" }, "display_name": "JANITOR_OG", "logo": "http://static-cdn.jtvnw.net/jtv_user_pictures/janitor_og-profile_image-0b1342934e1fcd19-300x300.jpeg", "bio": "hey everyone be sure to follow and support the stream any time u wanna ply just HMU on XBL and be sure to HMU on youtube or twitter@Janitors_BR YouTube.com/JanitorsBR", "type": "user" } },
{ "_id": 15117285952, "game": "Halo: The Master Chief Collection", "viewers": 8, "created_at": "2015-07-02T03:42:04Z", "video_height": 538, "average_fps": 29.9560669456, "_links": { "self": "http://api.twitch.tv/kraken/streams/uegs_crony" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_uegs_crony-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_uegs_crony-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_uegs_crony-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_uegs_crony-{width}x{height}.jpg" }, "channel": { "_links": { "self": "http://api.twitch.tv/kraken/channels/uegs_crony", "follows": "http://api.twitch.tv/kraken/channels/uegs_crony/follows", "commercial": "http://api.twitch.tv/kraken/channels/uegs_crony/commercial", "stream_key": "http://api.twitch.tv/kraken/channels/uegs_crony/stream_key", "chat": "http://api.twitch.tv/kraken/chat/uegs_crony", "features": "http://api.twitch.tv/kraken/channels/uegs_crony/features", "subscriptions": "http://api.twitch.tv/kraken/channels/uegs_crony/subscriptions", "editors": "http://api.twitch.tv/kraken/channels/uegs_crony/editors", "videos": "http://api.twitch.tv/kraken/channels/uegs_crony/videos", "teams": "http://api.twitch.tv/kraken/channels/uegs_crony/teams" }, "background": null, "banner": null, "broadcaster_language": "en", "display_name": "UEGs_Crony", "game": "Halo: The Master Chief Collection", "logo": "http://static-cdn.jtvnw.net/jtv_user_pictures/uegs_crony-profile_image-7eed8c112d69752f-300x300.png", "mature": false, "status": "Crony | SWEATING! H3 w/ Brightside, Montoya, & Sinify.", "partner": false, "url": "http://www.twitch.tv/uegs_crony", "video_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/uegs_crony-channel_offline_image-98a466957bf4a036-640x360.jpeg", "_id": 3280812, "name": "uegs_crony", "created_at": "2009-01-03T14:18:07Z", "updated_at": "2015-07-02T03:42:04Z", "delay": null, "followers": 792, "profile_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/uegs_crony-profile_banner-3c408d6382af3be2-480.jpeg", "profile_banner_background_color": "null", "views": 20306, "language": "en" } },
{ "_id": 15116403120, "game": "Halo: The Master Chief Collection", "viewers": 8, "created_at": "2015-07-02T02:20:03Z", "video_height": 720, "average_fps": 29.9042492918, "_links": { "self": "http://api.twitch.tv/kraken/streams/the12thman96" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_the12thman96-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_the12thman96-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_the12thman96-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_the12thman96-{width}x{height}.jpg" }, "channel": { "_links": { "self": "https://api.twitch.tv/kraken/channels/the12thman96", "follows": "https://api.twitch.tv/kraken/channels/the12thman96/follows", "commercial": "https://api.twitch.tv/kraken/channels/the12thman96/commercial", "stream_key": "https://api.twitch.tv/kraken/channels/the12thman96/stream_key", "chat": "https://api.twitch.tv/kraken/chat/the12thman96", "features": "https://api.twitch.tv/kraken/channels/the12thman96/features", "subscriptions": "https://api.twitch.tv/kraken/channels/the12thman96/subscriptions", "editors": "https://api.twitch.tv/kraken/channels/the12thman96/editors", "videos": "https://api.twitch.tv/kraken/channels/the12thman96/videos", "teams": "https://api.twitch.tv/kraken/channels/the12thman96/teams" }, "background": null, "banner": null, "broadcaster_language": "en", "display_name": "The12thMan96", "game": "Halo: The Master Chief Collection", "logo": "http://static-cdn.jtvnw.net/jtv_user_pictures/the12thman96-profile_image-d82544943744ae6c-300x300.jpeg", "mature": false, "status": "Amateur mm kid", "partner": false, "url": "http://www.twitch.tv/the12thman96", "video_banner": null, "_id": 48661792, "name": "the12thman96", "created_at": "2013-09-07T05:33:09Z", "updated_at": "2015-07-02T03:18:30Z", "delay": null, "followers": 143, "profile_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/the12thman96-profile_banner-1beed396eec4b8c7-480.jpeg", "profile_banner_background_color": null, "views": 1498, "language": "en" } },
{ "_id": 15116382592, "game": "Halo: The Master Chief Collection", "viewers": 8, "created_at": "2015-07-02T02:18:10Z", "video_height": 720, "average_fps": 28.8973623853, "_links": { "self": "https://api.twitch.tv/kraken/streams/sluegod" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_sluegod-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_sluegod-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_sluegod-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_sluegod-{width}x{height}.jpg" }, "channel": { "_links": { "self": "https://api.twitch.tv/kraken/channels/sluegod", "follows": "https://api.twitch.tv/kraken/channels/sluegod/follows", "commercial": "https://api.twitch.tv/kraken/channels/sluegod/commercial", "stream_key": "https://api.twitch.tv/kraken/channels/sluegod/stream_key", "chat": "https://api.twitch.tv/kraken/chat/sluegod", "features": "https://api.twitch.tv/kraken/channels/sluegod/features", "subscriptions": "https://api.twitch.tv/kraken/channels/sluegod/subscriptions", "editors": "https://api.twitch.tv/kraken/channels/sluegod/editors", "videos": "https://api.twitch.tv/kraken/channels/sluegod/videos", "teams": "https://api.twitch.tv/kraken/channels/sluegod/teams" }, "background": null, "banner": null, "broadcaster_language": "en", "display_name": "sluegod", "game": "Halo: The Master Chief Collection", "logo": null, "mature": false, "status": "slue | SnipesKING halo 3", "partner": false, "url": "http://www.twitch.tv/sluegod", "video_banner": null, "_id": 88113362, "name": "sluegod", "created_at": "2015-04-10T13:43:50Z", "updated_at": "2015-07-02T03:17:40Z", "delay": null, "followers": 43, "profile_banner": null, "profile_banner_background_color": null, "views": 438, "language": "en" } },
{ "_id": 15116479792, "game": "Halo: The Master Chief Collection", "viewers": 7, "created_at": "2015-07-02T02:26:46Z", "video_height": 720, "average_fps": 59.8681253696, "_links": { "self": "http://api.twitch.tv/kraken/streams/cobys2fast" }, "preview": { "small": "http://static-cdn.jtvnw.net/previews-ttv/live_user_cobys2fast-80x45.jpg", "medium": "http://static-cdn.jtvnw.net/previews-ttv/live_user_cobys2fast-320x180.jpg", "large": "http://static-cdn.jtvnw.net/previews-ttv/live_user_cobys2fast-640x360.jpg", "template": "http://static-cdn.jtvnw.net/previews-ttv/live_user_cobys2fast-{width}x{height}.jpg" }, "channel": { "_links": { "self": "https://api.twitch.tv/kraken/channels/cobys2fast", "follows": "https://api.twitch.tv/kraken/channels/cobys2fast/follows", "commercial": "https://api.twitch.tv/kraken/channels/cobys2fast/commercial", "stream_key": "https://api.twitch.tv/kraken/channels/cobys2fast/stream_key", "chat": "https://api.twitch.tv/kraken/chat/cobys2fast", "features": "https://api.twitch.tv/kraken/channels/cobys2fast/features", "subscriptions": "https://api.twitch.tv/kraken/channels/cobys2fast/subscriptions", "editors": "https://api.twitch.tv/kraken/channels/cobys2fast/editors", "videos": "https://api.twitch.tv/kraken/channels/cobys2fast/videos", "teams": "https://api.twitch.tv/kraken/channels/cobys2fast/teams" }, "background": null, "banner": null, "broadcaster_language": "en", "display_name": "Cobys2fast", "game": "Halo: The Master Chief Collection", "logo": "http://static-cdn.jtvnw.net/jtv_user_pictures/cobys2fast-profile_image-fe6ecd9cb58d4bd3-300x300.jpeg", "mature": false, "status": "HALO GRIND w/ Coby from eXcellence", "partner": false, "url": "http://www.twitch.tv/cobys2fast", "video_banner": null, "_id": 19157579, "name": "cobys2fast", "created_at": "2010-12-31T23:52:37Z", "updated_at": "2015-07-02T03:18:58Z", "delay": null, "followers": 1980, "profile_banner": "http://static-cdn.jtvnw.net/jtv_user_pictures/cobys2fast-profile_banner-b24466dd778c066c-480.jpeg", "profile_banner_background_color": "null", "views": 88693, "language": "en" } }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment