Retrieves recent puzzle attempts for the authenticated user in NDJSON format. Requires authentication token with puzzle read permission.
Usage
lic_puzzle_activity(max = 50, token = lic_token())Arguments
- max
Maximum number of puzzle activities to fetch. Default is 50.
- token
API access token. By default, retrieved via
lic_token().
Value
A tidy tibble::tibble of puzzle attempts.
Details
Lichess API Endpoint: GET /api/puzzle/activity
Official Documentation: https://lichess.org/api#tag/Puzzles/operation/apiPuzzleActivity