Skip to content

Instantly share code, notes, and snippets.

@Azure-Agst
Created January 22, 2018 18:25
Show Gist options
  • Save Azure-Agst/d01d4928b567b6f4983b820d196179d7 to your computer and use it in GitHub Desktop.
Save Azure-Agst/d01d4928b567b6f4983b820d196179d7 to your computer and use it in GitHub Desktop.
//curl -H 'Client-ID: f416knomq8em5mn3wvsvndsc2wyp4e' -X GET 'https://api.twitch.tv/helix/streams?user_id=183714542'
{"data":[],"pagination":{}}
//curl -H 'Client-ID: f416knomq8em5mn3wvsvndsc2wyp4e' -X GET 'https://api.twitch.tv/helix/streams?user_login=ster'
{"data":[{"id":"27357557392","user_id":"23257020","game_id":"488552","community_ids":["8ea1e94f-4015-4f38-bd7e-745d8f42539a"],"type":"live","title":"🌻 No Stress 🌻 ","viewer_count":1191,"started_at":"2018-01-22T15:31:10Z","language":"en","thumbnail_url":"https://static-cdn.jtvnw.net/previews-ttv/live_user_ster-{width}x{height}.jpg"}],"pagination":{"cursor":"eyJiIjpudWxsLCJhIjp7Ik9mZnNldCI6MX19"}}
//curl -H 'Client-ID: f416knomq8em5mn3wvsvndsc2wyp4e' -X GET 'https://api.twitch.tv/helix/users?login=sjpii_esports'
{"data":[{"id":"183714542","login":"sjpii_esports","display_name":"SJPII_Esports","type":"","broadcaster_type":"","description":"","profile_image_url":"https://static-cdn.jtvnw.net/jtv_user_pictures/71b4473c-16ef-4c0a-a439-9a41e859e2a8-profile_image-300x300.png","offline_image_url":"https://static-cdn.jtvnw.net/jtv_user_pictures/a35c338cc2375589-channel_offline_image-1920x1080.png","view_count":361}]}
look at webhooks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment