API emoticons endpoint sporadic

https://github.com/justintv/Twitch-API/blob/master/v3_resources/chat.md#get-chatemoticons

The GET /chat/emoticons API is failing with a 504 about half the time.

curl -H ‘Accept: application/vnd.twitchtv.v3+json’ -X GET https://api.twitch.tv/kraken/chat/emoticons

504 Gateway Time-out

The server didn't respond in time.

/chat/emoticons is a deprecated and unstable API so you should move to the new /chat/emoticon_images.

https://api.twitch.tv/kraken/chat/emoticon_images

Thanks! You should update the documentation to say the old way is deprecated.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.