api icon indicating copy to clipboard operation
api copied to clipboard

Pushshift API

Results 119 api issues
Sort by recently updated
recently updated
newest added

There are a few fields missing from the submission results - selftext_html, created, ups, downs, etc. I'm curious why these fields aren't available but I'm after selftext_html in particular. If...

Currently seem to be no way to filter by site. This does not work: http://reddit.com/search?q=subreddit:stationalpha+-site:youtube.com nor this: http://elasticsearch.pushshift.io?q=(NOT+site:youtube.com+AND+subreddit:stationalpha)

Apr 2017: > They are rechecked 30 minutes later, 4 hours later and then one day later to > keep the stats up to date. http://reddit.com/r/datasets/comments/64cuw4 --- Jan 2017: >...

API. Search. Submissions older than November 3, 2022 are not available (search by Subreddits) ` https://api.pushshift.io/reddit/search/submission/?metadata=true&size=500&subreddit=binance&before=1667505777 ` ` https://api.pushshift.io/reddit/search/submission/?metadata=true&size=500&subreddit=binance&before=1667505780 ` Sorting by creation date does not work. Not looking for...

Last week, I implemented Python code to collect subreddit data using Pushshift. At first, I could collect several subreddit data, but after a few hours, Pushshift didn't work, and the...

![image](https://github.com/pushshift/api/assets/82375084/64c0fe51-b569-40d9-9f38-477b62d2b46c)

`{ "detail": [ { "loc": [ "query", "sort" ], "msg": "unexpected value; permitted: 'id', 'created_utc', 'score'", "type": "value_error.const", "ctx": { "given": "asc", "permitted": [ "id", "created_utc", "score" ] } }...

https://libreddit.kavin.rocks/r/modnews/comments/134tjpe/reddit_data_api_update_changes_to_pushshift_access/

Hello! I was trying to restrict results to a specific subreddit "web10" and I noticed that content from other subreddits with a name that includes the text "web10" is also...

usr/local/lib/python3.8/dist-packages/psaw/PushshiftAPI.py:192: UserWarning: Got non 200 code 404 warnings.warn("Got non 200 code %s" % response.status_code) /usr/local/lib/python3.8/dist-packages/psaw/PushshiftAPI.py:180: UserWarning: Unable to connect to pushshift.io. Retrying after backoff. warnings.warn("Unable to connect to pushshift.io. Retrying...