> 完整文档索引见 [llms.txt](https://docs.wanduanapi.com/llms.txt)。本站每个文档页均提供 Markdown 镜像；当前页面的 Markdown 版本见 [此处](https://docs.wanduanapi.com/problems/resource-not-found.md)。

# 资源不存在

| 字段 | 值 |
| --- | --- |
| type | `https://docs.wanduanapi.com/problems/resource-not-found` |
| code | `RESOURCE_NOT_FOUND` |
| title | 资源不存在 |
| HTTP 状态 | 404 |
| 可重试 | 否，修正路径后再请求 |

请求路径不属于当前公开 API，通常是版本前缀、产品标识或资源路径存在拼写错误。

## 修复方式

从产品级 [REST 参考](../products/china-calendar/rest/reference.md)复制正确路径，避免手工拼接。同时确认请求发往 API 域名 `api.wanduanapi.com`，而非文档域名。

```json
{
  "type": "https://docs.wanduanapi.com/problems/resource-not-found",
  "title": "资源不存在",
  "status": 404,
  "detail": "请求的资源不存在",
  "code": "RESOURCE_NOT_FOUND"
}
```

这是 REST 路由错误，中国大陆节假日 MCP 工具不会以该 `code` 返回。相关错误：[方法不允许](./method-not-allowed.md)、[缺少必填参数](./missing-parameter.md)。
