Top emotes
"Top Emotes" lists the most shared emotes of all time.
URL
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/top?offset=0
limit (Optional)
Used for limiting how many emotes should be returned per request.
Default: 24
Maximum: 100
limit
example: GET /emotes/shared/top?limit=50
Example response
GET /emotes/shared/top?limit=5
[
{
"emote": {
"id": "56e9f494fff3cc5c35e5287e",
"code": "monkaS",
"imageType": "png",
"user": {
"id": "55bfba180baa41467919aabf",
"name": "monkasen",
"displayName": "Monkasen",
"providerId": "97950061"
}
},
"total": 183844
},
{
"emote": {
"id": "583089f4737a8e61abb0186b",
"code": "OMEGALUL",
"imageType": "png",
"user": {
"id": "56213bb5f3705ab9596e09a9",
"name": "worthlessvoid",
"displayName": "worthlessvoid",
"providerId": "100758407"
}
},
"total": 143764
},
{
"emote": {
"id": "55b6f480e66682f576dd94f5",
"code": "Clap",
"imageType": "gif",
"user": {
"id": "550d9f3e62e6bd0027aedb53",
"name": "turtlemaw",
"displayName": "TurtleMaw",
"providerId": "22998696"
}
},
"total": 138884
},
{
"emote": {
"id": "58ae8407ff7b7276f8e594f2",
"code": "POGGERS",
"imageType": "png",
"user": {
"id": "57ea01a4665bcff56f0b64da",
"name": "to_ot",
"displayName": "tO_Ot",
"providerId": "133315887"
}
},
"total": 108713
},
{
"emote": {
"id": "59f27b3f4ebd8047f54dee29",
"code": "PepeHands",
"imageType": "png",
"user": {
"id": "55ec44da2538a92d53dca61a",
"name": "p3ntaz",
"displayName": "P3NTAZ",
"providerId": "29790268"
}
},
"total": 94703
}
]