---
title: "Get a playlist"
method: GET
path: "/api/playlist/{PlaylistName}"
tags: ["playlist"]
---

# Get a playlist

`GET /api/playlist/{PlaylistName}`

Get the playlist named `{PlaylistName}` in FPP JSON format. If `?mergeSubs=1` is specified, sub-playlists are recursively merged into the parent sections.

## Query parameters

- `mergeSubs` integer

## Response `200`

Playlist details

- object

---

[API](https://skmtc.net/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.net/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/falconchristmas/fpp-api/versions/6fa524e15dd4/schema)
