---
title: "commands/{command}"
method: GET
path: "/api/commands/{command}"
tags: ["commands"]
---

# commands/{command}

`GET /api/commands/{command}`

Get the description of a single command by name. Includes the same "category"/"level" fields as the list route.

## Response `200`

The command description.

## Other responses

- `404` — No command with that name exists.

---

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