Such link not works now (returns empty page)
https://api.twitch.tv/kraken/chat/emoticons
This link is from twitch api v3 on github
Before that (at 7 March) it returned JSON of all emoticons.
And emoticons in official tiwtch android app also not works.
Could anybody please tell me
- Is that bug?
- Or chat emoticons moved to some other link?
You can try using /emoticon_images
No idea what is going on with /emoticons atm. I heard they were planning on phasing it out eventually but it might just be RIP for tonight.
Could you tell me how I can get image url by this info?
{"id":41374,"code":"wowsoHEART","emoticon_set":72}
(this is part of json file which returns by that link)
Thanks in advance!
http://static-cdn.jtvnw.net/emoticons/v1/[id]/1.0
so:
{"id":41374,"code":"wowsoHEART","emoticon_set":72}
will be
http://static-cdn.jtvnw.net/emoticons/v1/41374/1.0