reddit_subreddits_popular
Discover trending subreddits by popularity without entering a keyword. Returns subreddit details like name, subscriber count, and description for community exploration.
Instructions
Browse the most-subscribed, trending subreddits right now, 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 popularity; 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. |