Skip to content

Get reading session heatmap for a year

GET
/api/v1/user-stats/reading/heatmap
curl --request GET \
--url 'http://127.0.0.1:58259/api/v1/user-stats/reading/heatmap?year=1'

Returns daily reading session counts for the authenticated user for a specific year

year
required
integer format: int32

Heatmap data retrieved successfully

Media type */*
Array<object>
object
date
string format: date
count
integer format: int64

Unauthorized

Media type */*
Array<object>
object
date
string format: date
count
integer format: int64