Skip to content

Global emotes

"Global Emotes" lists ALL emotes available across all Twitch channels via BetterTTV.

URL

GET /emotes/global

Parameters

No known parameters available for this endpoint.

Example response

GET /cached/emotes/global

Response is truncated and only includes 4 emotes from the response.

[
    {
        "id": "5e76d2ab8c0f5c3723a9a87d",
        "code": "cvR",
        "imageType": "png",
        "userId": "54ee2465b822020506c52a52"
    },
    {
        "id": "5e76d2d2d112fc372574d222",
        "code": "cvL",
        "imageType": "png",
        "userId": "54ee2465b822020506c52a52"
    },
    {
        "id": "5e76d338d6581c3724c0f0b2",
        "code": "cvHazmat",
        "imageType": "png",
        "userId": "54ee2465b822020506c52a52"
    },
    {
        "id": "5e76d399d6581c3724c0f0b8",
        "code": "cvMask",
        "imageType": "png",
        "userId": "54ee2465b822020506c52a52"
    }
]