{
  "openapi": "3.0.0",
  "info": {
    "title": "知乎回答列表 API (V1)",
    "version": "1.0.0",
    "description": "获取知乎回答列表数据，包括回答内容、作者资料和互动指标，用于问题分析和回答研究。"
  },
  "paths": {
    "/api/zhihu/get-answer-list/v1": {
      "get": {
        "tags": [
          "知乎"
        ],
        "summary": "回答列表",
        "description": "获取知乎回答列表数据，包括回答内容、作者资料和互动指标，用于问题分析和回答研究。",
        "operationId": "getAnswerListV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "TOKEN",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "questionId",
            "in": "query",
            "description": "问题 ID",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cursor",
            "in": "query",
            "description": "上一结果的翻页游标。",
            "required": false,
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "offset",
            "in": "query",
            "description": "起始偏移量，从0开始。",
            "required": false,
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 0
            }
          },
          {
            "name": "order",
            "in": "query",
            "description": "答案的排序标准。\n\n可用值：\n- `_default`：默认排序。\n- `_updated`：按更新时间排序。",
            "required": false,
            "schema": {
              "type": "string",
              "default": "_updated",
              "description": "Zhihu answer sorting order.",
              "enum": [
                "_default",
                "_updated"
              ]
            }
          },
          {
            "name": "sessionId",
            "in": "query",
            "description": "先前结果中的会话 ID。",
            "required": false,
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "default": {
            "description": "默认响应",
            "content": {
              "application/json": {
                "example": {
                  "code": 0,
                  "data": {
                    "data": [
                      {
                        "type": "question_feed_card",
                        "target_type": "answer",
                        "target": {
                          "admin_closed_comment": false,
                          "allow_segment_interaction": 1,
                          "annotation_action": null,
                          "answer_type": "normal",
                          "attached_info": "ogETCAQQAxiXytHkle2V8Bsg+emDEpICLgoJNzcwMjQxNDAxEhMyMDA4NzAxNTQzODQzNjUyODg3GAQiCklNQUdFX1RFWFQ=",
                          "author": {
                            "avatar_url": "https://pica.zhimg.com/v2-2cbd425e6d8f176296de7dd480b74b56_l.jpg?source=1def8aca",
                            "avatar_url_template": "https://picx.zhimg.com/v2-2cbd425e6d8f176296de7dd480b74b56.jpg?source=1def8aca",
                            "badge": [],
                            "badge_v2": {
                              "detail_badges": [],
                              "icon": "",
                              "merged_badges": [],
                              "night_icon": "",
                              "title": ""
                            },
                            "exposed_medal": {
                              "avatar_url": "",
                              "description": "",
                              "medal_id": "0",
                              "medal_name": ""
                            },
                            "follower_count": 52,
                            "gender": 1,
                            "headline": "",
                            "id": "42f8a05a565b1c254c006546d5b8a2b0",
                            "is_advertiser": false,
                            "is_followed": false,
                            "is_following": false,
                            "is_org": false,
                            "is_privacy": false,
                            "name": "余十三",
                            "type": "people",
                            "url": "https://www.zhihu.com/api/v4/people/42f8a05a565b1c254c006546d5b8a2b0",
                            "url_token": "not-online-70-29",
                            "user_type": "people"
                          },
                          "business_type": "normal",
                          "can_comment": {
                            "reason": "",
                            "status": true
                          },
                          "collapse_reason": "",
                          "collapsed_by": "nobody",
                          "comment_count": 0,
                          "comment_permission": "all",
                          "content": "<p data-pid=\"yHt11Jy7\">自己做的壁纸</p><figure data-size=\"normal\"><noscript><img src=\"https://picx.zhimg.c...",
                          "content_mark": {},
                          "content_need_truncated": false,
                          "created_time": 1771691767,
                          "decorative_labels": [],
                          "editable_content": "",
                          "excerpt": "自己做的壁纸 [图片] 效果 [图片]",
                          "extras": "",
                          "favlists_count": 0,
                          "force_login_when_click_read_more": false,
                          "has_publishing_draft": false,
                          "id": "2008701543843652887",
                          "is_collapsed": false,
                          "is_contain_ai_content": false,
                          "is_copyable": true,
                          "is_jump_native": false,
                          "is_mine": false,
                          "is_navigator": false,
                          "is_normal": true,
                          "is_sticky": false,
                          "is_visible": true,
                          "matrix_tips": "0 赞同",
                          "navigator_vote": false,
                          "question": {
                            "created": 1448289701,
                            "id": "37811449",
                            "question_type": "normal",
                            "relationship": null,
                            "title": "有哪些优雅的 Windows 10 壁纸？",
                            "type": "question",
                            "updated_time": 1521972248,
                            "url": "https://www.zhihu.com/api/v4/questions/37811449"
                          },
                          "reaction": {
                            "relation": {
                              "faved": false,
                              "liked": false
                            },
                            "statistics": {
                              "down_vote_count": 0,
                              "favorites": 0,
                              "like_count": 0
                            }
                          },
                          "reaction_instruction": {},
                          "relationship": {
                            "is_author": false,
                            "is_authorized": false,
                            "is_favorited": false,
                            "is_nothelp": false,
                            "is_thanked": false,
                            "upvoted_followees": [],
                            "voting": 0
                          },
                          "relevant_info": {
                            "is_relevant": false,
                            "relevant_text": "",
                            "relevant_type": ""
                          },
                          "reshipment_settings": "allowed",
                          "reward_info": {
                            "can_open_reward": false,
                            "is_rewardable": false,
                            "reward_member_count": 0,
                            "reward_total_money": 0,
                            "tagline": ""
                          },
                          "settings": {
                            "table_of_contents": {
                              "enabled": false
                            }
                          },
                          "sticky_info": "",
                          "suggest_edit": {
                            "reason": "",
                            "status": false,
                            "tip": "",
                            "title": "",
                            "unnormal_details": {
                              "description": "",
                              "note": "",
                              "reason": "",
                              "reason_id": 0,
                              "status": ""
                            },
                            "url": ""
                          },
                          "thanks_count": 0,
                          "thumbnail_info": {
                            "count": 2,
                            "thumbnails": [
                              {
                                "height": 1080,
                                "token": "v2-0466d67e78ee71f7be3e0f89f3f181c9",
                                "type": "image",
                                "url": "https://picx.zhimg.com/80/v2-0466d67e78ee71f7be3e0f89f3f181c9_720w.jpg?source=1def8aca",
                                "width": 1920
                              }
                            ],
                            "type": "thumbnail_info"
                          },
                          "type": "answer",
                          "updated_time": 1771691767,
                          "url": "https://www.zhihu.com/api/v4/answers/2008701543843652887",
                          "visible_only_to_author": false,
                          "vote_next_step": "vote",
                          "voteup_count": 0
                        },
                        "skip_count": false,
                        "position": 0,
                        "cursor": "abe7fc41e6e496d998ecbcf3ff1f3b85",
                        "is_jump_native": false
                      }
                    ],
                    "finished_reading_filtered_count": 0,
                    "ad_info": {
                      "ad": {
                        "ad_verb": "",
                        "brand": {
                          "id": 0,
                          "logo": "https://pic3.zhimg.com/v2-6bcab51aab5519d3e668f35b0a210fc3_xl.jpg?source=d6434cab",
                          "name": "ima"
                        },
                        "category": 1,
                        "click_tracks": [
                          "https://sugar.zhihu.com/plutus_adreaper?ri=e0f2764e-dbf1-4920-b312-7b65d498274e&rui=e0f2764e-dbf1-49..."
                        ],
                        "close_track": "https://sugar.zhihu.com/plutus_adreaper?nt=0&ft=2&ar=0.003579080570489168&qetl=0&t=7&pdi=17447741095...",
                        "close_tracks": [
                          "https://sugar.zhihu.com/plutus_adreaper?nt=0&ft=2&ar=0.003579080570489168&qetl=0&t=7&pdi=17447741095..."
                        ],
                        "conversion_tracks": [
                          "https://sugar.zhihu.com/plutus_adreaper?ft=2&pf=4&bn=0&ar=0.003579080570489168&ed=CjEEfx4wM30oF2VTA2..."
                        ],
                        "creatives": [
                          {
                            "app_promotion_url": "",
                            "brand": {
                              "id": 0,
                              "logo": "https://pic3.zhimg.com/v2-6bcab51aab5519d3e668f35b0a210fc3_xl.jpg?source=d6434cab",
                              "name": "ima"
                            },
                            "cta": {
                              "value": "查看详情"
                            },
                            "description": "文档处理太麻烦？智能辅助腾讯ima来帮你",
                            "footer": {
                              "value": ""
                            },
                            "image": "",
                            "landing_url": "https://ima.qq.com/download/?webFrom=10000435&channel=10000435&cb=https%3A%2F%2Fsugar.zhihu.com%2Fpl...",
                            "title": "微信文件秒存腾讯ima知识库，以后工作文件再也不怕丢了",
                            "video_watch_num": 116069
                          }
                        ],
                        "debug_tracks": [
                          "https://sugar.zhihu.com/plutus_adreaper?ar=0.003579080570489168&bn=0&s=c93e736f-b26c-4f83-bb7a-e89dc..."
                        ],
                        "display_advertising_tag": true,
                        "download_silent": false,
                        "experiment_info": "{}",
                        "id": 3665260,
                        "impression_tracks": [
                          "https://sugar.zhihu.com/plutus_adreaper?nt=0&pty=50&idi=100010062&t=2&bn=0&s=c93e736f-b26c-4f83-bb7a..."
                        ],
                        "is_new_webview": true,
                        "is_speeding": false,
                        "name": "",
                        "native_prefetch": true,
                        "party_id": -2,
                        "revert_close_track": "https://sugar.zhihu.com/plutus_adreaper?qpt=0&di=tower&qetl=0&pf=4&idi=100010062&ed=CjEEch4wM30oF2VT...",
                        "template": "web_word",
                        "view_track": "https://sugar.zhihu.com/plutus_adreaper?qetl=0&ar=0.003579080570489168&ed=CjEEeR4wM30oF2VTA2J8BUZ2W3...",
                        "view_tracks": [
                          "https://sugar.zhihu.com/plutus_adreaper?qetl=0&ar=0.003579080570489168&ed=CjEEeR4wM30oF2VTA2J8BUZ2W3..."
                        ],
                        "za_ad_info": "COza3wEQ7AEiATFdpV3TTmDZgd0B",
                        "za_ad_info_json": "{\"ad_id\":3665260,\"ad_zone_id\":236,\"category\":\"1\",\"timestamp\":1773064800,\"creative_id\":3621081}"
                      },
                      "adjson": "{\"ads\":[{\"id\":3665260,\"ad_zone_id\":236,\"template\":\"web_word\",\"impression_tracks\":[\"https://sugar.zhi...",
                      "position": 3
                    },
                    "session": {
                      "id": "1773064804697666854"
                    },
                    "paging": {
                      "page": 1,
                      "is_end": false,
                      "next": "https://www.zhihu.com/api/v4/questions/37811449/feeds?cursor=abe7fc41e6e496d9c018e7f8ff1f3b85&includ...",
                      "need_force_login": false
                    }
                  }
                }
              }
            }
          }
        },
        "x-order": "28001100"
      }
    }
  },
  "components": {}
}