> For the complete documentation index, see [llms.txt](https://docs.hidemium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidemium.io/api-zi-dong-hua/huo-qu-zhang-hao-zi-liao/3.-zhuang-tai-lie-biao.md).

# 3. 状态列表

返回状态列表

## 申请

| 模式  | URL                      |
| --- | ------------------------ |
| GET | api\_url/get-list-status |

## 申请示例

| 模式  | URL                                     |
| --- | --------------------------------------- |
| GET | <http://127.0.0.1:5555/get-list-status> |

## 响应示例

```
[
    {
        "id": 58,
        "name": "12345",
        "color": "btn-outline-purple"
    },
    {
        "id": 59,
        "name": "hahaha",
        "color": "btn-outline-warning"
    },
    {
        "id": 65,
        "name": "red",
        "color": "btn-outline-secondary"
    },
    {
        "id": 70,
        "name": "blue",
        "color": "btn-outline-primary"
    },
    {
        "id": 71,
        "name": "green",
        "color": "btn-outline-primary"
    }
]
```

<br>
