WandererXII / lishogi

☗ lishogi.org: the forever free, adless and open source shogi server forked from lichess.org ☗
https://lishogi.org
GNU Affero General Public License v3.0
263 stars 40 forks source link

[Feature request] Add api endpoint for leaderboard #756

Closed roman-vygon closed 8 months ago

roman-vygon commented 8 months ago

Currently API is missing an endpoint for leaderboards, instead in documentation there's only a link to the html variant like https://lishogi.org/player/top/200/bullet, it would be useful to also have https://lishogi.org/api/player/top/200/bullet which returns json like on lichess.

TheYoBots commented 8 months ago

Check this out: https://lishogi.org/api#tag/Users/operation/playerTopNbPerfType

roman-vygon commented 8 months ago

Ahh, gotta set the Accept header to "application/vnd.lishogi.v3+json", got it.