Skip to content

Shared emotes

"Shared Emotes" lists emotes that were recently made available for sharing, to be used in other channels.

URL

GET /emotes/shared

Parameters

Parameters are optional, but defaults will only work if you do not include the parameter with your request.
An empty parameter (e.g. offset=&limit=) will return an error.

offset (Optional)

Used for pagination.
Default: 0

offset example: GET /emotes/shared?offset=0

limit (Optional)

Used for limiting how many emotes should be returned per request.
Default: 24
Maximum: 100

limit example: GET /emotes/shared?limit=50

Example response

GET /emotes/shared?limit=5

[
    {
        "id": "5ec29dbdf0fb3f168c4bc149",
        "code": "Pepiga",
        "imageType": "png",
        "user": {
            "id": "59387e5a799a461954229df4",
            "name": "zoil",
            "displayName": "Zoil",
            "providerId": "95304188"
        }
    },
    {
        "id": "5ec29d7f813f9216935635a5",
        "code": "Gosh4",
        "imageType": "png",
        "user": {
            "id": "5ec1ca86f0fb3f168c4bb434",
            "name": "gr4zyn4",
            "displayName": "gr4zyn4",
            "providerId": "123818861"
        }
    },
    {
        "id": "5ec29d02f0fb3f168c4bc137",
        "code": "ragerChair",
        "imageType": "png",
        "user": {
            "id": "5eba6c46ec17d81685a4a9aa",
            "name": "tuyioller",
            "displayName": "Tuyioller",
            "providerId": "183598171"
        }
    },
    {
        "id": "5ec29cc0f0fb3f168c4bc12e",
        "code": "Nice",
        "imageType": "gif",
        "user": {
            "id": "5ec24758f0fb3f168c4bbc09",
            "name": "sakuradragonlive",
            "displayName": "SakuraDragonLive",
            "providerId": "405413976"
        }
    },
    {
        "id": "5ec29b1a9af1ea16863b57aa",
        "code": "Kor4maR6what",
        "imageType": "gif",
        "user": {
            "id": "5d02411478cd681c8727d499",
            "name": "kor4mar6",
            "displayName": "Kor4maR6",
            "providerId": "156628112"
        }
    }
]