Any update on the cheermotes docs?

In the V5 documentation is says:

bits, if present, means the user used this amount of cheer/bits. All instances of /(^|\s)cheer\d+(\s|$)/ should be replaced with the appropriate emote: static-cdn.jtvnw.net/bits/THEME/TYPE/COLOR/SIZE, where
THEME is light or dark
TYPE is animated or static
COLOR is red for >= 10000 bits, blue for >= 5000, green for >= 1000, purple for >= 100, or otherwise gray
SIZE is a digit between 1 and 4.

This no longer works with the new cheermotes. Any idea how I could match the new cheermotes with a pattern? It would be even better if the bits tag itself contained the cheermote ID with location, the same as standard Twitch emotes.

There’s a currently undocumented endpoint for it. See

What @3ventic said. :slight_smile: Also, I’m shipping a docs update to add the RegEx. Still have to get the endpoint above documented. Here are the RegEx from the docs update:

/(^\|\s)cheer\d+(\s\|$)/
/(^\|\s)streamlabs\d+(\s\|$)/
/(^\|\s)Muxy\d+(\s\|$)/
/(^\|\s)Kappa\d+(\s\|$)/
/(^\|\s)PogChamp\d+(\s\|$)/
/(^\|\s)Kreygasm\d+(\s\|$)/
/(^\|\s)SwiftRage\d+(\s\|$)/
2 Likes

Thanks guys :slight_smile:

When trying to access https://api.twitch.tv/kraken/bits/actions, I get {“error”:“Not Found”,“status”:404,“message”:""}

Edit: Ignore me, I forgot to specify v5, https://api.twitch.tv/kraken/bits/actions?api_version=5

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