api
api copied to clipboard
Pushshift API
Haven't been able to get this endpoint to work for a while, but it's still listed in the [API documentation](https://pushshift.io/api-parameters/). Is it still a thing? https://api.pushshift.io/reddit/subreddit/search/?q=pushshift
The [changelog](https://www.reddit.com/r/pushshift/comments/b7icwa/change_log_this_is_the_public_change_log_for_the/) indicates that this field was added to the mapping on 2019-03-31, but I'm not seeing it in results. Is this something that is only available on the backend...
This comment exists if I search for it like this: https://api.pushshift.io/reddit/comment/search/?author=duncanmarshall&size=1&sort_type=created_utc&sort=asc But not if I search like this: https://api.pushshift.io/reddit/comment/search?ids=c3zhmtx That's to say it shows up on an author query, but...
Seems to be no way currently to search for or exclude deleted posts. Example: http://elasticsearch.pushshift.io?sort=created_utc:desc&q=(subreddit:stationalpha+AND+created_utc:%3C1455300000) This excludes some but not all: http://elasticsearch.pushshift.io?sort=created_utc:desc&q=(NOT+selftext:deleted+AND+subreddit:stationalpha+AND+created_utc:%3C1455300000)
I would like to omit specific subreddits from a search but their does not seem to be a way. I.E. omit r/movies from search while including every other subreddit. It...
I left you a reddit PM. Is the author search parameter intentionally removed, or was this an inadvertent change due to some other update? The author parameter is critical to...
**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...
Given the spate of takedowns where submissions are deleted and comment.body's are overwritten with [ Removed by reddit in response to a copyright notice. ] would it be possible to...
For example: https://api.pushshift.io/reddit/search/submission?subreddit=science&q=engineers Look for post with id `98o0wk` Here is the actual post: https://www.reddit.com/r/science/comments/98j5bn/engineers_create_most_wearresistant_metal_alloy/ The `Engineering` flair is missing. When I access it from RedditSharp, it shows the correct...