pushshift / api

Pushshift API
1.29k stars 107 forks source link

Sort isn't allowed as a param on search #146

Open NathanLeadill opened 1 year ago

NathanLeadill commented 1 year ago

{ "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://api.pushshift.io/reddit/search/comment/?q=science&subreddit=askscience&sort=asc&size=1