---
title: "Download JSON backup"
method: GET
path: "/api/backups/configuration/{Directory}/{BackupFilename}"
tags: ["backups"]
---

# Download JSON backup

`GET /api/backups/configuration/{Directory}/{BackupFilename}`

Downloads a specific JSON backup. `Directory` is either `JsonBackups` (local) or `JsonBackupsAlternate` (configured alternate device). `GET /api/backups/configuration/list` can be used to obtain valid directories and filenames.

## Response `200`

Contents of the specified JSON Settings backup as a download.

- object

## Other responses

- `404` — Returned when the requested file cannot be located on disk.

---

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