Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 404 Bytes

File metadata and controls

24 lines (17 loc) · 404 Bytes

hot-questions

获取知乎人气问题。

请求

  • Method: GET
  • URL: https://www.zhihu.com/api/v4/creators/question_route/pc_member_related/hot?page_source=pc_panel&limit=20&offset=0&recom_domain_score_ab=1
  • Headers: Cookiex-zse-93x-zse-96

测试

python tests/zhihu_api_test.py hot-questions

返回数据

{
  "data": [],
  "paging": {}
}