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

How reddit itself classifies the subreddit. For a live one this is about.json's subreddit_type ("public", "restricted", "user", ...). For one that cannot be read it is the gate: "banned", "missing" (never existed), "private", or "gold_only". Sourced entirely from about.json rather than from rendered page copy, so it does not change with the interface language.

subreddit required
id optional
rules optional
title optional
detail optional

For a gated or banned subreddit, reddit's own machine reason code from about.json - "banned", "private", "gold_only" - or null when the subreddit is live or simply never existed. Before v5 this was an English sentence scraped off the page; it is now a code, so it is stable across languages and comparable.

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