Skip to content

User Details by Twitch ID

Lists information related to the Twitch channel, such as channel-specific emotes.
This differs slightly from the normal "user details", since you cannot get a user's personal emotes this way.

URL

GET /cached/users/twitch/:twitchId

The :twitchId parameter should be replaced with the numeric Twitch ID.
You can retrieve the Twitch user ID using the Twitch API: Get Users endpoint, under the id field.

Parameters

No known parameters available for this endpoint.

Example response

GET /cached/users/twitch/25622621

Only one emote is included per category in the example.

{
    "id": "550c2819ff8ecee922d2a421",
    "bots": [
        "cacti",
        "prickly",
        "slikrick"
    ],
    "channelEmotes": [
        {
            "id": "5880b15eafc2ff756c3f32cc",
            "code": "CactusPls",
            "imageType": "gif",
            "userId": "550c2819ff8ecee922d2a421"
        }
    ],
    "sharedEmotes": [
        {
            "id": "58ae8407ff7b7276f8e594f2",
            "code": "POGGERS",
            "imageType": "png",
            "user": {
                "id": "57ea01a4665bcff56f0b64da",
                "name": "to_ot",
                "displayName": "tO_Ot",
                "providerId": "133315887"
            }
        }
    ]
}