15

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?

icanc
  • 3,499
  • 3
  • 35
  • 45

1 Answers1

17

Add .json to the end of the URL: http://www.reddit.com/reddits.json

bboe
  • 4,092
  • 3
  • 29
  • 39