App Logo
reddit.com

Get subreddit info

Fetch a subreddit's metadata from its page: title, description, weekly active users / contributions, created date, visibility, rules (title + body), and the full moderator list (username, permissions, joined). Banned/private subs return status with detail; unknown subs throw.

Input

subreddit required

Subreddit name, with or without the r/ prefix

Output

status required

Visibility as the page reports it: public/restricted/..., or banned/private

subreddit required
id optional
rules optional
title optional
detail optional

Page-reported reason when banned/private

created optional
moderators optional
description optional
weekly_active_users optional
weekly_contributions optional

FAQ

Fetch a subreddit's metadata from its page: title, description, weekly active users / contributions, created date, visibility, rules (title + body), and the full moderator list (username, permissions, joined). Banned/private subs return status with detail; unknown subs throw.
Required: subreddit.
It returns id, rules, title, detail, status, created, subreddit, moderators, description, weekly_active_users, weekly_contributions.
No. It only uses pages of reddit.com that are reachable without signing in.
It only reads. It looks things up on reddit.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/reddit.com/get_subreddit_info, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/reddit.com/get_subreddit_info
It is part of Reduck's official curated catalogue.

Start building not clicking