获取用户转发列表/Get user reposts

Threadsapi

About

获取用户转发列表/Get user reposts

Documentation

获取用户转发列表/Get user reposts

[中文]

用途:

  • 获取Threads用户的转发列表
  • 价格:0.002$ / 次

参数:

  • user_id: 用户ID,例如:63625256886
  • end_cursor: 分页游标(可选),用于获取下一页数据

返回:

  • 用户转发列表数据,包含:
    • threads: 转发列表
    • next_cursor: 下一页游标
    • has_more: 是否有更多数据

[English]

Purpose:

  • Get Threads user's repost list
  • Price: 0.002$ / time

Parameters:

  • user_id: User ID, for example: 63625256886
  • end_cursor: Pagination cursor (optional), used to get next page data

Return:

  • User repost list data, including:
    • threads: Repost list
    • next_cursor: Next page cursor
    • has_more: Has more data

[示例/Example]

user_id = "63625256886" end_cursor = None # or a cursor string from previous response

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

Try 获取用户转发列表/Get user reposts

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

Open in Playground

Related Models