> For the complete documentation index, see [llms.txt](https://api-docs.islash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.islash.io/sticker-list/get-sticker-list.md).

# Get Sticker List

{% openapi src="/files/9Toi3aQARo9nkoVg6W6F" path="https\://{ISLASH\_API\_ENDPOINT}/api/public/sticker" method="get" %}
[2.1.get\_sticker\_list.json](https://3840158533-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPYMAy98rfabp765nSz03%2Fuploads%2F5x6DHMavjEciaOakBDa8%2F2.1.get_sticker_list.json?alt=media\&token=69b807dc-aa51-4c35-a19d-334821940404)
{% endopenapi %}

{% code title="Sample Response" lineNumbers="true" %}

```json
{
    "meta": {
        "code": "RESP_OKAY",
        "message": "Success"
    },
    "data": {
        "stickers": [
            {
                "id": 66,
                "name": "sticker7",
                "type": "image/webp",
                "width": 512,
                "height": 512
            },
            {
                "id": 67,
                "name": "sticker5",
                "type": "image/webp",
                "width": 512,
                "height": 512
            }
        ]
    }
}
```

{% endcode %}
