获取Reddit APP版块设置/Fetch Reddit APP Subreddit Settings

Redditapi

About

获取Reddit APP版块设置/Fetch Reddit APP Subreddit Settings

Documentation

获取Reddit APP版块设置/Fetch Reddit APP Subreddit Settings

[中文]

用途:

  • 获取Reddit APP指定版块的设置信息,包括发帖规则、用户标签设置、审核设置等配置信息

参数:

  • subreddit_id: 版块ID,格式为t5_开头的唯一标识符,例如"t5_2qh0u"(可从fetch_subreddit_info接口获取版块ID)

返回:

  • 指定版块的设置信息JSON数据,包含以下主要字段:
    • subredditType: 版块类型(public/private/restricted)
    • submissionType: 允许提交的内容类型(any/link/self)
    • allowImages: 是否允许图片
    • allowVideos: 是否允许视频
    • allowPolls: 是否允许投票
    • suggestedCommentSort: 建议的评论排序方式
    • spoilersEnabled: 是否启用剧透标记
    • allowedPostTypes: 允许的帖子类型配置
    • contentOptions: 内容选项设置
    • flairSettings: 用户/帖子标签设置

注意事项:

  • 需要先通过fetch_subreddit_info接口获取版块ID(subreddit.id字段)
  • 版块ID格式必须为"t5_"开头
  • APP接口的ID格式与Web接口不同,需要添加类型前缀
  • 版块ID前缀: t5_ (例如: t5_2qh0u)

[English]

Purpose:

  • Fetch settings information of a specified Reddit APP subreddit, including posting rules, flair settings, moderation settings, and other configurations

Parameters:

  • subreddit_id: Subreddit ID with format starting with t5_, e.g., "t5_2qh0u" (can be obtained from the fetch_subreddit_info endpoint)

Returns:

  • JSON data containing subreddit settings with the following main fields:
    • subredditType: Subreddit type (public/private/restricted)
    • submissionType: Allowed submission content types (any/link/self)
    • allowImages: Whether images are allowed
    • allowVideos: Whether videos are allowed
    • allowPolls: Whether polls are allowed
    • suggestedCommentSort: Suggested comment sort method
    • spoilersEnabled: Whether spoiler tags are enabled
    • allowedPostTypes: Allowed post types configuration
    • contentOptions: Content options settings
    • flairSettings: User/post flair settings

Notes:

  • You need to first get the subreddit ID (subreddit.id field) via the fetch_subreddit_info endpoint
  • Subreddit ID format must start with "t5_"
  • APP API ID format differs from Web API, requires type prefix
  • Subreddit ID prefix: t5_ (e.g., t5_2qh0u)

[示例/Example]

subreddit_id="t5_2qh0u" need_format=false

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

Try 获取Reddit APP版块设置/Fetch Reddit APP Subreddit Settings

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

Open in Playground

Related Models