---
title: "Get DCD featured content for playlist home page"
method: GET
path: "/dcd/playlist/featured"
tags: ["dcd-playlist"]
---

# Get DCD featured content for playlist home page

`GET /dcd/playlist/featured`

Featured content for playlist home page.

## Response `200`

Banner image and featured playlist info.

- 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.

---

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