---
title: "Get Docs Help Categories"
method: GET
path: "/api/v1/docs-help/categories"
tags: ["docs-help"]
---

# Get Docs Help Categories

`GET /api/v1/docs-help/categories`

获取帮助分类列表

返回多语言的帮助分类和条目，每个条目的 doc_url 指向对应语言的文档页面。

Args:
    lang: 语言代码 (zh, en, ja)

Returns:
    帮助分类列表

## Query parameters

- `lang` string — 语言代码

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/qcode/apis/qcode-web.md) · [All operations](https://skmtc.dev/qcode/apis/qcode-web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qcode/qcode-web/revisions/2f2f5f49ffc7/schema)
