---
title: "Retrieve list of sound effects"
method: GET
path: "/dcd/sound_effect"
tags: ["dcd"]
---

# Retrieve list of sound effects

`GET /dcd/sound_effect`

Will have all the available sound effects, along with an image URL and title.

## Response `200`

Sound effect information

- SoundEffect[]
  - `id` integer, required
  - `title` string, required
  - `thumbnail_url` string, required
  - `url` string, required — URL for the wav or mp3 sound file.
  - `order` integer, required — Display order.
  - `modified` integer, required — Last time the sound effect was modified as a unix timestamp.
  - `version` integer — The version of the returned entity

## Other responses

- `304` — If the If-None-Match header is sent and matches with the Etag it will return the 304 (Not Modified) response without the data on the body.

---

[API](https://skmtc.net/zumba/apis/zumba-s-api.md) · [All operations](https://skmtc.net/zumba/apis/zumba-s-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zumba/zumba-s-api/revisions/90e715bcdf3d/schema)
