Skip to content

Instantly share code, notes, and snippets.

@dabajabaza
Last active August 20, 2016 14:39
Show Gist options
  • Save dabajabaza/8166e0c499aad91aa461619e7492df93 to your computer and use it in GitHub Desktop.
Save dabajabaza/8166e0c499aad91aa461619e7492df93 to your computer and use it in GitHub Desktop.
Examples of requests to reddit api
{} - necessary
[] - optional
#reddit front page
reddit.com/.json
#subreddit's posts
reddit.com/r/{subreddit}.json
#thread's comments
reddit.com/r/{subreddit}/comments/{post_id}/[semantic-url]/.json
#comments by specific user
reddit.com/user/{username}/comments/.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment