获取用户收藏作品/Fetch user collect

Kuaishouapi

About

获取用户收藏作品/Fetch user collect

Documentation

获取用户收藏作品/Fetch user collect

[中文]

用途:

  • 获取用户收藏作品

参数:

  • user_id: 用户ID,这个接口需要传入用户的 eid,可以从用户主页链接中提取
  • 例如:https://www.kuaishou.com/profile/3xz63mn6fngqtiq 其中 3xz63mn6fngqtiq 即为用户的 eid
  • 备注:不支持使用uid也就是纯数字的用户ID查询
  • pcursor: 作品游标,第一次请求为空,后续请求使用返回响应中的pcursor值进行翻页。

返回:

  • 用户收藏作品列表

[English]

Purpose:

  • Fetch user favorite
  • Note: This API requires the user's eid, which can be extracted from the user's profile URL.
  • For example: In the URL https://www.kuaishou.com/profile/3xz63mn6fngqtiq, the eid is 3xz63mn6fngqtiq.
  • Note: Querying with uid (pure numeric user ID) is not supported.

Parameters:

  • user_id: User ID
  • pcursor: Post cursor, empty for the first request, and use the pcursor value in the returned response for subsequent requests.

Returns:

  • User favorite list

[示例/Example]

user_id = "3xz63mn6fngqtiq" pcursor = None

[返回示例/Example Response]

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

Try 获取用户收藏作品/Fetch user collect

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

Open in Playground

Related Models