---
title: "Set playlist repeat on or off"
method: GET
path: "/api/playlist/repeat/{Repeat}"
tags: ["playlist"]
---

# Set playlist repeat on or off

`GET /api/playlist/repeat/{Repeat}`

Turn repeat on or off for the running playlist without starting, stopping or restarting it - the API equivalent of the Repeat checkbox in the web UI. `{Repeat}` may be `true`/`false` or `1`/`0`.  The new setting is read when the playlist reaches the end of its current loop, and is reflected immediately in `repeat_mode` from `GET /api/fppd/status`. Repeat belongs to a playlist that is actually running, so this returns `{"Status": "Error"}` when the player is idle, when `{Repeat}` is not one of `true`/`false`/`1`/`0`, or when fppd cannot be reached; use the repeat flag on `GET /api/playlist/{PlaylistName}/start/{Repeat}` to start a playlist repeating.

## Response `200`

Repeat state changed, or `Status` is `Error` with the reason in `Message`

- object

## Changes

- **2026-09-21** `5650d7c96687` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/falconchristmas/apis/fpp-api/changes/api/playlist/repeat/:Repeat/get.md)

---

[API](https://skmtc.dev/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.dev/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc.dev/falconchristmas/apis/fpp-api/revisions/ecb546fc461f?raw)
