Skip to content

Trending emotes

"Trending Emotes" lists the most shared emotes within the past week.

URL

GET /emotes/shared/trending

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

Used for pagination.
Default offset is 0.

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

limit

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

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

Example response

GET /emotes/shared/trending?limit=5

[
    {
        "emote": {
            "id": "583089f4737a8e61abb0186b",
            "code": "OMEGALUL",
            "imageType": "png",
            "user": {
                "id": "56213bb5f3705ab9596e09a9",
                "name": "worthlessvoid",
                "displayName": "worthlessvoid",
                "providerId": "100758407"
            }
        },
        "total": 4590
    },
    {
        "emote": {
            "id": "56e9f494fff3cc5c35e5287e",
            "code": "monkaS",
            "imageType": "png",
            "user": {
                "id": "55bfba180baa41467919aabf",
                "name": "monkasen",
                "displayName": "Monkasen",
                "providerId": "97950061"
            }
        },
        "total": 4512
    },
    {
        "emote": {
            "id": "55b6f480e66682f576dd94f5",
            "code": "Clap",
            "imageType": "gif",
            "user": {
                "id": "550d9f3e62e6bd0027aedb53",
                "name": "turtlemaw",
                "displayName": "TurtleMaw",
                "providerId": "22998696"
            }
        },
        "total": 4108
    },
    {
        "emote": {
            "id": "59f27b3f4ebd8047f54dee29",
            "code": "PepeHands",
            "imageType": "png",
            "user": {
                "id": "55ec44da2538a92d53dca61a",
                "name": "p3ntaz",
                "displayName": "P3NTAZ",
                "providerId": "29790268"
            }
        },
        "total": 3615
    },
    {
        "emote": {
            "id": "5aca62163e290877a25481ad",
            "code": "Pepega",
            "imageType": "png",
            "user": {
                "id": "5a9b37f68b68a56515cc0ce7",
                "name": "adew",
                "displayName": "adew",
                "providerId": "32287393"
            }
        },
        "total": 3128
    }
]