pushshift / api

Pushshift API
1.28k stars 107 forks source link

Subreddit Endpoint Issues #38

Open CarlBoneri opened 4 years ago

CarlBoneri commented 4 years ago

First off... great work on this

I have been unsuccessful at making any calls to the /reddit/subreddit/search endpoint; either 404 or 502'd.

If the endpoint is live/active, could someone post a URL that works. Thank you

url status_code
https://api.pushshift.io/reddit/search/comment/?q=programming 200
https://api.pushshift.io/reddit/search/submission/?q=programming 200
https://api.pushshift.io/reddit/search/subreddit/?q=programming 404
richard-frink commented 4 years ago

Is there a reason you aren't using https://api.pushshift.io/reddit/search/comment/?subreddit=programming

That will restrict results to the subreddit you care about.