Created
April 21, 2015 20:03
-
-
Save deiga/ac1da3f3006a38aca18d to your computer and use it in GitHub Desktop.
Twitch.tv API response for streams/deiga
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
_links: { | |
self: 'https://api.twitch.tv/kraken/streams/deiga', | |
channel: 'https://api.twitch.tv/kraken/channels/deiga' | |
}, | |
stream: { | |
_id: 14103057472, | |
game: 'Test', | |
viewers: 0, | |
created_at: '2015-04-21T20:00:44Z', | |
video_height: 720, | |
average_fps: 29.6, | |
_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