We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I'm working on this API and when I made a request for example: https://api.pushshift.io/reddit/search/submission/?q=trump&after=1800&aggs=created_utc&frecuency=daily&size=0
The response return 200 status code but empty data ('data': [])
Somebody can say to me what I'm doing wrong??
Thanks in advance
The text was updated successfully, but these errors were encountered:
You are doing nothing wrong. Here is a post by Jason about the general issue. Here also asks for input, what are you looking for.
EDIT: One thing. Are you sure that it is frequence=daily and not frequency=day? Check the documentation here.
frequence=daily
frequency=day
Sorry, something went wrong.
No branches or pull requests
Hello,
I'm working on this API and when I made a request for example:
https://api.pushshift.io/reddit/search/submission/?q=trump&after=1800&aggs=created_utc&frecuency=daily&size=0
The response return 200 status code but empty data ('data': [])
Somebody can say to me what I'm doing wrong??
Thanks in advance
The text was updated successfully, but these errors were encountered: