Skip to content

Search emotes

"Shared Emotes" allows you to search for shared emotes.
Emotes that show up in search results are not sorted by best match, so keep that in mind.

URL

GET /emotes/shared/search?query=monkaS

The query parameter has to be specified.

Parameters

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

query (Required)

Your search parameter (emote code / name).

Must be specified and needs to be 3 characters at minimum.

offset (Optional)

Used for pagination.
Default: 0

offset example: GET /emotes/shared/search?query=monkaS&offset=10

limit (Optional)

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

limit example: GET /emotes/shared/search?query=monkaS&limit=10

Example response

GET /emotes/shared/search?query=monkaS&limit=5

[
    {
        "id": "5bb6929b3081ad19b5d760ba",
        "code": "3bolmonkaS",
        "imageType": "png",
        "user": {
            "id": "5b764b4a2a91837511f72630",
            "name": "3bol",
            "displayName": "3bol",
            "providerId": "77449989"
        }
    },
    {
        "id": "5abc706af5944c108748c108",
        "code": "BBMonkas",
        "imageType": "png",
        "user": {
            "id": "5ab26acc3be87b0e92aa4350",
            "name": "bbtopher",
            "displayName": "BBTopher",
            "providerId": "76264063"
        }
    },
    {
        "id": "5eb2576a5806ab036dcbf832",
        "code": "BloozeMonkas",
        "imageType": "png",
        "user": {
            "id": "5c890df8a787200418a6a662",
            "name": "joshstryker",
            "displayName": "JoshStryker",
            "providerId": "260930835"
        }
    },
    {
        "id": "5e8f57f3518d2b5ce0b13064",
        "code": "ChipiMonkas",
        "imageType": "png",
        "user": {
            "id": "5df1a85791129e77b47ccfb0",
            "name": "scipion__",
            "displayName": "Scipion__",
            "providerId": "235334813"
        }
    },
    {
        "id": "5e30c88ab1d0ac51e8ecfa7b",
        "code": "DarkMonkaS",
        "imageType": "png",
        "user": {
            "id": "5cc2641cab529862dd10404c",
            "name": "thedarkparadigm",
            "displayName": "TheDarkParadigm",
            "providerId": "29399346"
        }
    }
]