按分类获取Reddit APP feed/Fetch Reddit APP Topic Feed

Redditapi

About

按分类获取Reddit APP feed/Fetch Reddit APP Topic Feed

Documentation

按分类获取Reddit APP feed/Fetch Reddit APP Topic Feed

[中文]

用途:

  • 获取指定 topic(社区分类)的 feed
  • 一般流程: 先调 /fetch_explore_feed 获取所有 topicId,然后选一个 topicId 调这个接口

参数:

  • topic_id: 分类ID,格式 "tx1_XXXXX",从 /fetch_explore_feed 返回的 topics[].id
  • scheme_name: 分类 scheme,App 默认用 "communities_tab_taxonomy_topics_default"
  • sort: 排序方式
  • time: 时间范围
  • need_format: 是否清洗

注意:

  • APP接口的ID格式与Web接口不同,需要添加类型前缀
  • 分类ID前缀: tx1_ (例如: tx1_29m4k39)
  • scheme_name 是 Reddit 内部分类体系标识,默认值即可

[English]

Purpose:

  • Fetch the feed for a specific Reddit community topic
  • Typical flow: call /fetch_explore_feed first to get topicIds, then pass one here

Parameters:

  • topic_id: Topic ID, format "tx1_XXXXX", get from /fetch_explore_feed response's topics[].id
  • scheme_name: Topic scheme, App defaults to "communities_tab_taxonomy_topics_default"
  • sort: Sort method
  • time: Time range
  • need_format: Whether to clean

[示例/Example]

topic_id="tx1_29m4k39" scheme_name="communities_tab_taxonomy_topics_default" sort="BEST" time="ALL" need_format=false

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

Try 按分类获取Reddit APP feed/Fetch Reddit APP Topic Feed

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

Open in Playground

Related Models