{
  "openapi": "3.0.0",
  "info": {
    "title": "豆瓣电影条目详情 API (V1)",
    "version": "1.0.0",
    "description": "获取豆瓣主题详情数据，包括标题、评分和演员阵容，用于标题丰富和目录研究。"
  },
  "paths": {
    "/api/douban/get-subject-detail/v1": {
      "get": {
        "tags": [
          "豆瓣电影"
        ],
        "summary": "条目详情",
        "description": "获取豆瓣主题详情数据，包括标题、评分和演员阵容，用于标题丰富和目录研究。",
        "operationId": "getSubjectDetailV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "此 API 服务的访问令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subjectId",
            "in": "query",
            "description": "豆瓣电影或电视剧条目的唯一标识符。",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "description": "默认响应",
            "content": {
              "application/json": {
                "example": {
                  "code": 0,
                  "data": {
                    "title": "镖人：风起大漠",
                    "year": "2026",
                    "poster": "https://img9.doubanio.com/view/photo/s_ratio_poster/public/p2929760596.webp",
                    "director": "袁和平",
                    "writer": "俞白眉 / 苏照彬 / 陈大利 / 杨子",
                    "cast": "吴京 / 谢霆锋 / 于适 / 陈丽君 / 孙艺洲 / 此沙 / 李云霄 / 梁家辉 / 张晋 / 惠英红 / 张译 / 李连杰 / 刘耀文 / 熊瑾怡 / 莒谦朗 / 白那日苏 / 梁壁荧 / 文俊辉 / 董思成 / 林秋楠 / 景瓷 / 张艺泷 / 李嘉辉 / 寇占文 / 代乐乐 / 释彦能 / 徐向东 / 淳于珊珊 / 孟鹤堂 / 于荣光 / 陈少熙 / 赵箭 / 袁和平更多...",
                    "type": "动作/武侠/古装",
                    "region": "中国大陆",
                    "language": "汉语普通话",
                    "release_date": "2026-02-17(中国大陆)",
                    "episodes": "",
                    "duration": "126分钟",
                    "alias": "镖人(电影版) / 镖人 / Blades of the Guardians: Wind Rises in the Desert",
                    "imdb": "tt32649961",
                    "rating": "7.5",
                    "rating_count": "330653"
                  }
                }
              }
            }
          }
        },
        "x-order": "21001200"
      }
    }
  },
  "components": {}
}