reddit_subreddit_moderators
Get a subreddit's moderator team by name. See who moderates a community, including permissions, flair, and join date.
Instructions
Fetch a subreddit's moderator team by name (Reddit's /r//about/moderators data). Returns a moderators list, each with name, id, mod_permissions, flair_text, and added (when they joined the mod team). Use it to see who moderates a community. Example: name='python'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Subreddit name WITHOUT the r/ prefix (e.g. 'python'). Required (path parameter). |