---
title: "GET /soundboard-default-sounds"
method: GET
path: "/soundboard-default-sounds"
---

# GET /soundboard-default-sounds

`GET /soundboard-default-sounds`

## Response `200`

200 response for get_soundboard_default_sounds

- SoundboardSoundResponse[]
  - `name` string, required
  - `sound_id` string, snowflake, required
  - `volume` number, double, required
  - `emoji_id` string, snowflake, required
  - `emoji_name` string, nullable, required
  - `guild_id` string, snowflake
  - `available` boolean, 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

## Other responses

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

## Changes

- **2026-02-04** `e200830e509a` — 12 info
  - the response property `items/emoji_id` became required for the status `200`
  - the response property `items/emoji_name` became required for the status `200`
  - the response property `items/user/avatar` became required for the status `200`
  - the response property `items/user/avatar_decoration_data/oneOf[#/components/schemas/UserAvatarDecorationResponse]/sku_id` became required for the status `200`
  - …8 more

[Change history](https://skmtc.dev/discord/apis/discord-http-api-preview/changes/soundboard-default-sounds/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)
