This crapy api is designed to get online streams, live events and upcoming events who are referenced in http://www.teamliquid.net/. Response are in JSON. Note that i didn't do error management for now so if you request a /uevents/:id with a bad :id it will probably answer with an error ¯\(ツ)/¯
| endpoint | result |
|---|---|
GET:/streams |
{"featured":[{streamer:streamer,game:"game",url:"url"]}"non_featured":[{streamer:streamer,game:"game",url:"url"]} |
GET:/uevents |
{"uevent":{id:"id", name:"name",date:"date",timer:"time",game:"game"}} |
GET:/levents |
{"levent":{id:"id", name:"name",date:"date",timer:"time",game:"game"}} |