获取Reddit APP流行推荐内容/Fetch Reddit APP Popular Feed

Redditapi

About

获取Reddit APP流行推荐内容/Fetch Reddit APP Popular Feed

Documentation

获取Reddit APP流行推荐内容/Fetch Reddit APP Popular Feed

[中文]

用途:

  • 获取Reddit APP流行/热门推荐内容,展示全站最受欢迎的帖子

参数:

  • sort: 排序方式,可选: BEST(最佳), HOT(热门), NEW(最新), TOP(顶级), CONTROVERSIAL(有争议), RISING(上升中)
  • time: 时间范围,可选: ALL(全部时间), HOUR(一小时), DAY(一天), WEEK(一周), MONTH(一个月), YEAR(一年)
  • filter_posts: 过滤掉指定的帖子ID列表,用于避免重复获取
  • after: 分页参数,获取下一页时使用

返回:

  • 流行推荐内容JSON数据,包含:
    • 热门帖子列表
    • 帖子详细信息(标题、内容、点赞数、评论数等)
    • 分页信息(after参数用于下一页)

[English]

Purpose:

  • Fetch popular/trending recommended content on Reddit APP, displaying the most popular posts site-wide

Parameters:

  • sort: Sort method, options: BEST, HOT, NEW, TOP, CONTROVERSIAL, RISING
  • time: Time range, options: ALL, HOUR, DAY, WEEK, MONTH, YEAR
  • filter_posts: List of post IDs to filter out, used to avoid duplicate fetches
  • after: Pagination parameter for fetching next page

Returns:

  • JSON data of popular feed containing:
    • List of trending posts
    • Detailed post information (title, content, upvotes, comments, etc.)
    • Pagination information (after parameter for next page)

[示例/Example]

sort="HOT" time="DAY" filter_posts=[] after="" need_format=false

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

Try 获取Reddit APP流行推荐内容/Fetch Reddit APP Popular Feed

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

Open in Playground

Related Models