---
title: "Get all music categories"
method: GET
path: "/dcd/music/category"
tags: ["dcd-music"]
---

# Get all music categories

`GET /dcd/music/category`

Get a list of all music categories.

## Response `200`

Categories list.

- MusicCategory[]
  - `id` integer, required
  - `thumbnail_url` string, required
  - `image` string, required
  - `name` string, required
  - `slug` string, required
  - `description` string
  - `legal_description` string
  - `type` 'regular' | 'mega-mix' | 'zin-volume', required
  - `display_order` integer
  - `prefix` CategoryPrefix[]
    - `label` string, required — Can be null
    - `color` CategoryPrefixColor, required — Media category prefix color
      - `hex` string, required — Can be null
      - `r` integer, required — Can be null
      - `g` integer, required — Can be null
      - `b` integer, required — Can be null
  - `children_categories` MusicCategory[]
  - `num_music` integer
  - `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)
