lichess-org / api

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

document /api/timeline #295

Closed ornicar closed 5 months ago

ornicar commented 6 months ago

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.