api
api copied to clipboard
Pushshift API
I tried getting description of a comment but found no score attribute there. Example - http://api.pushshift.io/reddit/search/comment/?ids=dbumqh4
Hi, I would like to ask if there's a limit for this endpoint: https://api.pushshift.io/reddit/submission/comment_ids/{base36 submission id} It seems to only return 50k results.
In particular these two requests work: https://api.pushshift.io/reddit/search/submission/?ids=bfghow,bfghno https://api.pushshift.io/reddit/search/submission/?ids=bfghow,bfghno&fields=title,id,score but these two do not: https://api.pushshift.io/reddit/search/submission/?ids=bfghow%2Cbfghno https://api.pushshift.io/reddit/search/submission/?ids=bfghow,bfghno&fields=title%2Cid%2Cscore Against the comments endpoint, the URL encoded commas work for the ids parameter: https://api.pushshift.io/reddit/search/comment/?ids=eldib61%2celdr6en&fields=body,id,score but...
Hello, Thank you for this great api. As in the title: in the readme, it says 500 but I can make a request with size 1000. Did the maximum value...
There seem to be two different sets of documentation for the API--this repository, and the URL above; and they don't match. Are they documenting two different APIs, or are they...
From the read.me file, on using before and after parameters: Search all subreddits for the term "Trump" and return comments made between 2 and 4 days ago https://api.pushshift.io/reddit/search/comment/?q=trump&after=4d&before=2d&sort=asc I feel...
As per the [example link](https://github.com/pushshift/api#get-all-comment-ids-for-a-particular-submission) in the github doc: https://api.pushshift.io/reddit/submission/comment_ids/6uey5x returns Internal Server Error.
i am trying to get the total number of posts in my subreddit. for context, all posts in this sub are from the same user (a bot account). the following...
It was working few weeks back and today when I clicked it. It is giving me 500 Link: https://api.pushshift.io/reddit/submission/search?q=halloween&size=5&fields=author,full_link It works without it but I was going for limiting data...
If I am searching for the number of times "trump" is mentioned in new submissions for every minute over the last hour, it should return 60 values. Specifically, I am...