api icon indicating copy to clipboard operation
api copied to clipboard

Subreddit Endpoint Issues

Open CarlBoneri opened this issue 6 years ago • 1 comments

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

CarlBoneri avatar Oct 08 '19 19:10 CarlBoneri

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.

richard-frink avatar Dec 02 '19 17:12 richard-frink