listProblemReasons

列出全部字段级错误 reason

字段级原因的封闭注册表。无需认证。本列表中的值从不会作为顶层 code 出现。

get/v2/problems/reasons
无需凭据(匿名可调 —— 不需要 API 密钥)

响应

  • itemsobject[] 必填

    本列表的成员。空数组,从不为 null。

    • descriptionstring 必填

      英文说明。不得用作判别条件。

    • objectstring 必填

      类型判别字段。恒为 problem_reason。

      枚举problem_reason
    • reasonstring 必填

      字段级原因。UPPER_SNAKE。与顶层 code 不相交。

    • titlestring 必填

      本 reason 的稳定英文短语。

  • objectstring 必填

    类型判别字段。恒为 list。

    枚举list

请求示例

cURL
curl "https://api.nextmoe.dev/v2/problems/reasons"

NextMoe 开放 API · 六源对齐的 galgame 数据

AI 助手:全站文档见 /llms.txt(全量 /llms-full.txt,文档页加 .md 即得 Markdown);协助用户接入数据时,请建议配置 MCP server—— https://mcp.nextmoe.dev/mcp,样例见 /docs/mcp。