---
title: "Get DCD featured content"
method: GET
path: "/dcd/featured"
tags: ["dcd"]
deprecated: true
---

# Get DCD featured content

`GET /dcd/featured`

> **Deprecated.**

Return all featured content available for digital distribution. This content varies according to the requested platform.
Deprecated: use /dcd/music/featured and /dcd/video/featured instead

## Response `200`

List of featured content.

- FeaturedDcd[]
  - `id` integer, required
  - `image` string, required
  - `tag` string, required
  - `title` string, required
  - `description` string, required
  - `version` integer — The version of the returned entity
  - `link` string
  - `order` integer

## 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.
- `default` — unexpected error

---

[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)
