---
title: "获取模块列表"
method: POST
path: "/modules/list"
tags: ["模块"]
---

# 获取模块列表

`POST /modules/list`

支持分页拉取，查询参数中不添加 `limit` 即返回 `offset` 后的全部

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

模块列表

- object[]
  - `info` ModuleProp, required
    - `id` string, required
    - `name` string
    - `nameAnsi` string
    - `version` string
    - `versionAnsi` string
    - `versionCode` integer
    - `author` string
    - `authorAnsi` string
    - `description` string
    - `descriptionAnsi` string
    - `actionDescription` string
    - `actionDescriptionAnsi` string
    - `metamodule` boolean
    - `updateJson` string
  - `status` object, required
    - `disable` boolean, required
    - `remove` boolean, required
    - `update` boolean, required
    - `skipMount` boolean, required
    - `systemless` boolean
    - `action` boolean
    - `webui` boolean
    - `zygisk` boolean
    - `riru` boolean

## Other responses

- `403` — 鉴权失败，或 WebSocket 票证无效
- `500` — 后端执行操作失败

---

[API](https://skmtc.net/oom-wg/apis/shirosu-http.md) · [All operations](https://skmtc.net/oom-wg/apis/shirosu-http/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oom-wg/shirosu-http/versions/3d63f1947f5a/schema)
