获取话题作品列表/Get hashtag post list

Pipixiaapi

About

获取话题作品列表/Get hashtag post list

Documentation

获取话题作品列表/Get hashtag post list

[中文]

用途:

  • 获取话题作品列表数据。

参数:

  • hashtag_id: 话题id,可以从分享链接中获取。
  • cursor: 翻页游标,默认为0,后续页码从上一页返回的 loadmore_cursor Key中获取对应值。
  • feed_count: 翻页数量,默认为0,后续每次翻页加1,比如第一页为0,第二页为1,第三页为2,以此类推。
  • hashtag_request_type: 话题请求类型,默认为0,可用值如下:
    • 0: 热门
    • 1: 最新
    • 2: 精华
  • hashtag_sort_type: 话题排序类型,默认为3,可用值如下:
    • 3: 按热度
    • 2: 按时间,从新到旧
    • 1: 精华

返回:

  • 话题作品列表数据

[English]

Purpose:

  • Get hashtag post list data.

Parameters:

  • hashtag_id: AKA hashtag id, can be obtained from the share link.
  • cursor: Page cursor, default is 0, get the corresponding value from the loadmore_cursor Key in the previous page.
  • feed_count: Page count, default is 0, add 1 for each page, such as 0 for the first page, 1 for the second page, 2 for the third page, and so on.

Return:

  • Hashtag post list data

[示例/Example]

hashtag_id = "129559" cursor = "0" feed_count = "0"

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

Try 获取话题作品列表/Get hashtag post list

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

Open in Playground

Related Models