获取知乎用户的文章列表/Get Zhihu User Articles

Zhihuapi

About

获取知乎用户的文章列表/Get Zhihu User Articles

Documentation

获取知乎用户的文章列表/Get Zhihu User Articles

[中文]

用途:

  • 获取知乎用户的文章列表

参数:

  • user_url_token: 用户ID
  • offset: 偏移量
  • limit: 每页文章数量
  • sort_type: 排序类型
    • created 按发布时间排序
    • voteups 按点赞数排序

返回:

  • 知乎用户的文章列表

[English]

Purpose:

  • Get Zhihu User Articles

Parameters:

  • user_url_token: User ID
  • offset: Offset
  • limit: Number of articles per page
  • sort_type: Sort Type
    • created Sort by creation time
    • voteups Sort by vote ups

Returns:

  • Zhihu User Articles

[示例/Example]

user_url_token = "ming-he-43-93" offset = "0" limit = "20" sort_type = "created"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取知乎用户的文章列表/Get Zhihu User Articles

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models