---
title: "GET /sticker-packs"
method: GET
path: "/sticker-packs"
---

# GET /sticker-packs

`GET /sticker-packs`

## Response `200`

200 response for list_sticker_packs

- StickerPackCollectionResponse
  - `sticker_packs` StickerPackResponse[], required
    - `id` string, snowflake, required
    - `sku_id` string, snowflake, required
    - `name` string, required
    - `description` string, nullable, required
    - `stickers` StandardStickerResponse[], required
      - `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
    - `cover_sticker_id` string, snowflake
    - `banner_asset_id` string, snowflake

## Other responses

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

## Changes

- **2026-02-04** `e200830e509a` — 3 info
  - the response property `sticker_packs/items/description` became required for the status `200`
  - the response property `sticker_packs/items/stickers/items/description` became required for the status `200`
  - the response property `sticker_packs/items/stickers/items/format_type` became required for the status `200`

[Change history](https://skmtc.dev/discord/apis/discord-http-api-preview/changes/sticker-packs/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-service-production.skmtc.workers.dev/v1/apis/discord/discord-http-api-preview/revisions/49efa428e0dd/schema)
