lichess-org/api

document /api/timeline

Closed this issue · 0 comments

new oauth endpoint serving https://lichess.org/timeline in JSON.

curl https://lichess.org/api/timeline?nb=20&since=<timestamp>

Relevant code:

The output is complex, for each timeline entry has its own format. The JSON is constructed automatically from the related entry case class types in here so there's no JSON construction code to look for.