lichess-org / api

Lichess API documentation and examples
https://lichess.org/api
GNU Affero General Public License v3.0
438 stars 146 forks source link

"since" query parameter not being respected by API #211

Closed maxwell-oroark closed 1 year ago

maxwell-oroark commented 1 year ago

I'm trying to use the since query parameter to only fetch games that have been played in the last hour, however when I try to pass a valid unix timestamp to the endpoint I get streamed all games that player has ever played.

ex. curl "https://lichess.org/api/games/user/moroark?since=1665881833&pgnInJson=true

ornicar commented 1 year ago

duplicates https://github.com/lichess-org/lila/issues/11729