Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 314 Bytes

File metadata and controls

24 lines (17 loc) · 314 Bytes

following

获取关注时间线。

请求

  • Method: GET
  • URL: https://www.zhihu.com/api/v3/moments?limit=10&desktop=true
  • Headers: Cookiex-zse-93x-zse-96

测试

python tests/zhihu_api_test.py following

返回数据

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