api
api copied to clipboard
Pushshift API
The Pushshift API endpoints comment/ and submission/ do not return any data beyond 17th March 2021. Example API call for submission: https://api.pushshift.io/reddit/search/submission/?subreddit=apexlegends&sort=desc&sort_type=created_utc&after=1616025600&size=1000 Example API call for comment: https://api.pushshift.io/reddit/search/comment/?subreddit=apexlegends&sort=desc&sort_type=created_utc&after=1616025600&size=1000 
Have a look at this query: https://api.pushshift.io/reddit/comment/search/?ids=t1_gsymlgi,t1_gsytbi5,t1_gsuoodr&fields=created_utc&after=1617230175&before=1617314400&sort_type=created_utc&metadata=True&limit=497 It correctly returns the three comments sorted by `created_utc`, the last of which is `1617230175`. However, it did not respect the `after=1617230175` at...
Is there a hidden request limit in a certain time frame, and if so, what is it? I'm getting empty strings from a lot of my json() requests and was...
Compare the following queries: 13 unique comments containing 'bamboo', 0 containing 'black'. https://api.pushshift.io/reddit/comment/search?link_id=knnflb&q=bamboo 25 unique comments containing 'black', 0 containing 'bamboo'. https://api.pushshift.io/reddit/comment/search?link_id=knnflb&q=black 25 unique comments containing 'black', 0 containing 'bamboo'....
Hey, just want to ask if there is any issue with pushshift. Since yesterday it is not responding anymore.
Hey! How does PushShift comply to [GDPR](https://gdpr-info.eu/)? If I want data removed from PushShift's database, who should I contact?
It seems no matter what size I give the call, the max size I get for number of posts from my query is 805. I've seen this number pop up...
query: $ date Mer 24 fév 2021 08:32:11 CET $ curl -s "https://api.pushshift.io/reddit/search/submission/?subreddit=xyz&num_comments=>100" | less response: .... { "created_utc": 1614003387, "retrieved_on": 1614003637, .... $ date -r 1614003637 Lun 22 fév...
Hi, This morning I got the following error message: ` UserWarning: Not all PushShift shards are active. Query results may be incomplete warnings.warn(shards_down_message) ` I made my extra small so...
can connect to api.pushshift.io but haven't data from 2021-02-03 to now