Last active
February 12, 2017 20:32
-
-
Save timetocode/c95a0db6411a3b8cfb56 to your computer and use it in GitHub Desktop.
Example twitch stream data for user neuronimo playing awesomenauts 9/24/2014
This file contains 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/neuronimo", | |
"channel":"https://api.twitch.tv/kraken/channels/neuronimo" | |
}, | |
"stream":{ | |
"_id":11162399536, | |
"game":"Awesomenauts", | |
"viewers":2, | |
"created_at":"2014-09-24T16:31:38Z", | |
"_links":{ | |
"self":"https://api.twitch.tv/kraken/streams/neuronimo" | |
}, | |
"preview":{ | |
"small":"http://static-cdn.jtvnw.net/previews-ttv/live_user_neuronimo-80x50.jpg", | |
"medium":"http://static-cdn.jtvnw.net/previews-ttv/live_user_neuronimo-320x200.jpg", | |
"large":"http://static-cdn.jtvnw.net/previews-ttv/live_user_neuronimo-640x400.jpg", | |
"template":"http://static-cdn.jtvnw.net/previews-ttv/live_user_neuronimo-{width}x{height}.jpg" | |
}, | |
"channel":{ | |
"_links":{ | |
"self":"https://api.twitch.tv/kraken/channels/neuronimo", | |
"follows":"https://api.twitch.tv/kraken/channels/neuronimo/follows", | |
"commercial":"https://api.twitch.tv/kraken/channels/neuronimo/commercial", | |
"stream_key":"https://api.twitch.tv/kraken/channels/neuronimo/stream_key", | |
"chat":"https://api.twitch.tv/kraken/chat/neuronimo", | |
"features":"https://api.twitch.tv/kraken/channels/neuronimo/features", | |
"subscriptions":"https://api.twitch.tv/kraken/channels/neuronimo/subscriptions", | |
"editors":"https://api.twitch.tv/kraken/channels/neuronimo/editors", | |
"videos":"https://api.twitch.tv/kraken/channels/neuronimo/videos", | |
"teams":"https://api.twitch.tv/kraken/channels/neuronimo/teams" | |
}, | |
"background":null, | |
"banner":null, | |
"display_name":"neuronimo", | |
"game":"Awesomenauts", | |
"logo":null, | |
"mature":null, | |
"status":"NAUTS", | |
"partner":false, | |
"url":"http://www.twitch.tv/neuronimo", | |
"video_banner":null, | |
"_id":70917739, | |
"name":"neuronimo", | |
"created_at":"2014-09-10T05:55:30Z", | |
"updated_at":"2014-09-24T16:31:37Z", | |
"abuse_reported":null, | |
"delay":0, | |
"followers":0, | |
"profile_banner":null, | |
"profile_banner_background_color":null, | |
"views":33, | |
"language":"en" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment