获取Reddit APP版块Feed内容/Fetch Reddit APP Subreddit Feed

Redditapi

About

获取Reddit APP版块Feed内容/Fetch Reddit APP Subreddit Feed

Documentation

获取Reddit APP版块Feed内容/Fetch Reddit APP Subreddit Feed

[中文]

用途:

  • 获取指定Reddit版块的Feed内容流,展示该版块的帖子列表

参数:

  • subreddit_name: 版块名称(不带r/前缀),如"pics", "funny"等
  • sort: 排序方式,可选: BEST(最佳), HOT(热门), NEW(最新), TOP(顶级), CONTROVERSIAL(有争议), RISING(上升中)
  • filter_posts: 过滤掉指定的帖子ID列表
  • after: 分页参数,获取下一页时使用

返回:

  • 版块Feed JSON数据,包含:
    • 该版块的帖子列表
    • 帖子详细信息
    • 版块元数据
    • 分页信息

[English]

Purpose:

  • Fetch feed content stream of a specified Reddit subreddit, displaying the post list of that subreddit

Parameters:

  • subreddit_name: Subreddit name (without r/ prefix), e.g., "pics", "funny"
  • sort: Sort method, options: BEST, HOT, NEW, TOP, CONTROVERSIAL, RISING
  • filter_posts: List of post IDs to filter out
  • after: Pagination parameter for fetching next page

Returns:

  • JSON data of subreddit feed containing:
    • List of posts in the subreddit
    • Detailed post information
    • Subreddit metadata
    • Pagination information

[示例/Example]

subreddit_name="AskReddit" sort="HOT" filter_posts=[] after="" need_format=false

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

Try 获取Reddit APP版块Feed内容/Fetch Reddit APP Subreddit Feed

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

Open in Playground

Related Models