Skip to content

Emote by ID

Retrieve information about a BetterTTV by its unique ID/hash.

URL

GET /emotes/:emoteId

Parameters

No known parameters available for this endpoint.

Example response

GET /emotes/56e9f494fff3cc5c35e5287e

{
    "id": "56e9f494fff3cc5c35e5287e",
    "code": "monkaS",
    "imageType": "png",
    "createdAt": "2016-03-17T00:04:36.421Z",
    "updatedAt": "2020-02-24T10:00:17.277Z",
    "global": true,
    "live": true,
    "sharing": true,
    "approvalStatus": "APPROVED",
    "user": {
        "id": "55bfba180baa41467919aabf",
        "name": "monkasen",
        "displayName": "Monkasen",
        "providerId": "97950061"
    }
}