Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@deiga
Created April 21, 2015 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deiga/ceb4ddee5d7b6ad9c155 to your computer and use it in GitHub Desktop.
Save deiga/ceb4ddee5d7b6ad9c155 to your computer and use it in GitHub Desktop.
Twitch.tv API streams array content
[{
_id: 14103057472,
game: 'Test',
viewers: 0,
created_at: '2015-04-21T20:00:44Z',
video_height: 720,
average_fps: 29.8421052632,
_links: {
self: 'https://api.twitch.tv/kraken/streams/deiga'
},
name: 'live_user_deiga',
broadcaster: 'obs',
preview: 'http://static-cdn.jtvnw.net/previews-ttv/live_user_deiga-320x180.jpg',
channel: {
_links: [Object],
background: null,
banner: null,
broadcaster_language: 'en',
display_name: 'deiga',
game: 'Test',
logo: 'http://static-cdn.jtvnw.net/jtv_user_pictures/deiga-profile_image-3e0ef1260db6c24d-300x300.jpeg',
mature: false,
status: 'Testing streaming API',
partner: false,
url: 'http://www.twitch.tv/deiga',
video_banner: null,
_id: 48503160,
name: 'deiga',
created_at: '2013-09-03T08:25:52Z',
updated_at: '2015-04-21T20:00:44Z',
teams: []
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment