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
Changes
No recorded changes to this endpoint across all 1 revision of this API.