> 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-image.md).

# Get Sticker Image

{% openapi src="/files/D3snzu4tKALpQBK6yqto" path="https\://{ISLASH\_API\_ENDPOINT}/api/public/sticker/{id}" method="get" %}
[2.2.get\_sticker\_image.json](https://3840158533-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPYMAy98rfabp765nSz03%2Fuploads%2F0DzI0JBlqLp9wjUm29K4%2F2.2.get_sticker_image.json?alt=media\&token=5702566c-3748-466f-be10-b19ccaae5cbf)
{% endopenapi %}

{% code title="Sample Response" %}

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

{% endcode %}
