reddit_subreddits_new
Discover recently created subreddits without a keyword. Returns each subreddit's name, title, subscriber count, description, type, NSFW flag, and pagination cursor.
Instructions
Browse the newest subreddits, the communities most recently created, no keyword needed. Returns a subreddits list (each with name, title, subscriber count, description, type, and NSFW flag) plus an after cursor for paging. This BROWSES communities by recency; use reddit_search_communities instead to SEARCH communities by keyword.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Opaque Reddit pagination cursor from the previous response's `after` field (a fullname like `t3_abc123`). Omit on the first call; pass it to fetch the next page. | |
| limit | No | Max items to return (1 to 100). The API clamps out-of-range values; endpoint default applies if omitted. |