GET subreddits/popular.json
Summary: Get popular subreddits
Operation ID: getPopularSubreddits
Auth: unknown
Operation ID: getPopularSubreddits
Auth: unknown
Description
Retrieves a list of popular subreddits.
Parameters (2)
after
(string, query, optional)
Fullname for pagination
limit
(integer, query, optional, default: 25)
Maximum number of subreddits to return
Constraints: {'minimum': 1, 'maximum': 100}
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Get popular subreddits with default limit | curl |
https://www.reddit.com/subreddits/popular.json |
|
| Get popular subreddits with small limit | curl |
https://www.reddit.com/subreddits/popular.json?limit=10 |
|
| Get popular subreddits with maximum limit | curl |
https://www.reddit.com/subreddits/popular.json?limit=100 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:48:54.124355 | 200 | 492ms | |
| 2026-03-23 10:24:10.952567 | 200 | 366ms | |
| 2026-03-23 09:18:15.134623 | 200 | 1106ms | 1.5MB |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:24:10.952567 | ad641a4f2639 |
c44a379acccf |
| 2026-03-23 10:48:54.124355 | c44a379acccf |
e5eace2197c1 |