api
api copied to clipboard
Subreddit Endpoint Issues
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 |
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.