I've been looking at the API methods and couldn't find one that would return a json with all the subreddits. Or is the only way to do this is by scraping reddit.com/reddits?
Asked
Active
Viewed 8,735 times
1 Answers
17
Add .json
to the end of the URL: http://www.reddit.com/reddits.json

bboe
- 4,092
- 3
- 29
- 39
-
1It doesn’t because you have to paginate using `limit` (up to 100, default is 25) and `after` (here, `t5_` followed by the id of the last element). – bfontaine Dec 13 '14 at 15:28
-
1How to get list of subreddits subscribe by user? – Nancy thakkar Dec 05 '16 at 08:02