---
title: "GET /stickers/{sticker_id}"
method: GET
path: "/stickers/{sticker_id}"
---

# GET /stickers/{sticker_id}

`GET /stickers/{sticker_id}`

## Response `200`

200 response for get_sticker

- union
  - GuildStickerResponse
    - `id` string, snowflake, required
    - `name` string, required
    - `tags` string, required
    - `type` union, required
      - 1 — an official sticker in a pack, part of Nitro or in a removed purchasable pack
      - 2 — a sticker uploaded to a guild for the guild's members
    - `format_type` union, required
      - 1
      - 2
      - 3
      - 4
    - `description` string, nullable, required
    - `available` boolean, required
    - `guild_id` string, snowflake, required
    - `user` UserResponse
      - `id` string, snowflake, required
      - `username` string, required
      - `avatar` string, nullable, required
      - `discriminator` string, required
      - `public_flags` integer, required
      - `flags` integer, required
      - `bot` boolean
      - `system` boolean
      - `banner` string, nullable
      - `accent_color` integer, nullable
      - `global_name` string, nullable, required
      - `avatar_decoration_data` UserAvatarDecorationResponse
        - `asset` string, required
        - `sku_id` string, snowflake, required
      - `collectibles` UserCollectiblesResponse
        - `nameplate` UserNameplateResponse, required — unresolved $ref
      - `primary_guild` UserPrimaryGuildResponse, required
        - `identity_guild_id` string, snowflake, required
        - `identity_enabled` boolean, nullable, required
        - `tag` string, nullable, required
        - `badge` string, nullable, required
  - StandardStickerResponse
    - `id` string, snowflake, required
    - `name` string, required
    - `tags` string, required
    - `type` union, required
      - 1 — an official sticker in a pack, part of Nitro or in a removed purchasable pack
      - 2 — a sticker uploaded to a guild for the guild's members
    - `format_type` union, required
      - 1
      - 2
      - 3
      - 4
    - `description` string, nullable, required
    - `pack_id` string, snowflake, required
    - `sort_value` integer, required

## Other responses

- `429` — Client ratelimited response
- `4XX` — Client error response

## Changes

- **2026-02-04** `e200830e509a` — 14 info
  - the response property `oneOf[#/components/schemas/GuildStickerResponse]/description` became required for the status `200`
  - the response property `oneOf[#/components/schemas/GuildStickerResponse]/format_type` became required for the status `200`
  - the response property `oneOf[#/components/schemas/GuildStickerResponse]/user/avatar` became required for the status `200`
  - the response property `oneOf[#/components/schemas/GuildStickerResponse]/user/avatar_decoration_data/oneOf[#/components/schemas/UserAvatarDecorationResponse]/sku_id` became required for the status `200`
  - …10 more

[Change history](https://skmtc.dev/discord/apis/discord-http-api-preview/changes/stickers/:sticker_id/get.md)

---

[API](https://skmtc.dev/discord/apis/discord-http-api-preview.md) · [All operations](https://skmtc.dev/discord/apis/discord-http-api-preview/llms.txt) · [OpenAPI document](https://skmtc.dev/discord/apis/discord-http-api-preview/revisions/83811125e038?raw)
