> 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/5.-ban-ben-lie-biao.md).

# 5. 版本列表

## 申请

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

## 申请示例

| 模式  | URL                                                                                                                             |
| --- | ------------------------------------------------------------------------------------------------------------------------------- |
| GET | [http://127.0.0.1:5555/get-list-](http://127.0.0.1:5555/get-list-tag)[version](/features-of-hidemium/new-profile/extensions.md) |

## 响应示例

```

{
    "win": [
        "115.0.5790.32",
        "114.0.5735.61"
    ],
    "lin": [
        "115.0.5790.32",
        "114.0.5735.90"
    ],
    "android": [
        "115.0.5790.32",
        "114.0.5735.196"
    ],
    "mac": [
        "115.0.5790.3",
        "114.0.5735.90"
    ]
}
```
