获取用户评论列表/Fetch User Comments

Redditapi

About

获取用户评论列表/Fetch User Comments

Documentation

获取用户评论列表/Fetch User Comments

[中文]

用途:

  • 获取指定用户发表的评论列表

参数:

  • username: Reddit用户名
  • sort: 排序方式,可选值: NEW(最新), TOP(最热), HOT(热门), CONTROVERSIAL(有争议)
  • page_size: 每页返回的评论数量,默认25条
  • after: 分页参数,用于获取下一页

返回:

  • 用户评论列表JSON数据,包含:
    • 评论内容
    • 评论所在的帖子信息
    • 评论时间
    • 点赞数
    • 回复数
    • 分页信息

[English]

Purpose:

  • Fetch list of comments posted by the specified user

Parameters:

  • username: Reddit username
  • sort: Sort method, options: NEW (newest), TOP (top rated), HOT (hot), CONTROVERSIAL (controversial)
  • page_size: Number of comments per page, default 25
  • after: Pagination parameter for fetching next page

Returns:

  • JSON data of user comments containing:
    • Comment content
    • Information about the post where comment was made
    • Comment timestamp
    • Upvote count
    • Reply count
    • Pagination information

[示例/Example]

username="spez" sort="NEW" page_size=25 after="" need_format=false

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

Try 获取用户评论列表/Fetch User Comments

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

Open in Playground

Related Models