Reputation: 121
I need to get the top 50 entries from reddit link
Here is link
I understood how to get posts , here is link to json
https://www.reddit.com/r/redditdev/top.json
But how I can get top 50 posts?
Thank's for help.
Upvotes: 1
Views: 1642
Reputation: 712
This should do the trick, other parameters can also be added to the end.
http://reddit.com/r/redditdev.json?limit=50
Upvotes: 3