lichess-org / fishnet

Distributed Stockfish analysis for lichess.org
https://lichess.org/get-fishnet
GNU General Public License v3.0
738 stars 102 forks source link

API to look up stats of a particular API key? #271

Open cyqsimon opened 2 weeks ago

cyqsimon commented 2 weeks ago

I know there is no public leaderboard, but is there an API to retrieve stats of a particular API key? This would at least allow contributors to lookup their own stats without giving too much incentive for any sort of bad-faith competition.

niklasf commented 1 week ago

I agree that this would be nice to have.

Currently all statistics are submitted to an InfluxDB instance (that is not intended to be read by lila) instead of the main database.

So this will require some more backend changes than simply adding the API.