Reputation: 3341
How to get the json response from reddit for the 1000 top submissions to a particular subreddit? For now it is showing only the first 100 submissions I guess. code:
http://www.reddit.com/r/todayilearned/top.json?limit=100
Upvotes: 1
Views: 1736
Reputation: 80639
From the reddit API docs for the top
submissions on a subreddit:
limit
the maximum number of items desired (default: 25, maximum: 100)
Upvotes: 4