defiant
defiant

Reputation: 3341

Get json for the top 1000 submissions on a subreddit

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

Answers (1)

hjpotter92
hjpotter92

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

Related Questions