Zhihu

User Articles

Retrieve articles published by a Zhihu user with offset pagination and publish-time or upvote sorting. Use it to browse a creator's articles in the selected order.

get/api/zhihu/get-user-articles/v1

Query parameters

tokenstring required

TOKEN

userUrlTokenstring required

Zhihu user URL token, such as the value in zhihu.com/people/{userUrlToken}.

offsetinteger

Start offset, begins with 0.

sortType'created' | 'voteups'

Zhihu user article sorting type.

Sorting criteria for user articles.

Available Values:

  • created: Sort by publish time.
  • voteups: Sort by upvote count.

Response

OK

code0 | 100 | 101 | 202 | 300 | 301 | 302 | 303 | 400 | 404 | 500 | 503 | 600 | 601 | 602 required
messagestring nullable required
{"stackTrail":"paths:/api/zhihu/get-user-articles/v1:get:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}
recordTimestring nullable required
requestIdstring

Changes