Skip to content

Get book completion heatmap

GET
/api/v1/user-stats/reading/book-completion-heatmap
curl --request GET \
--url http://127.0.0.1:58259/api/v1/user-stats/reading/book-completion-heatmap

Returns monthly book completion counts for the last 10 years for the authenticated user

Book completion heatmap data retrieved successfully

Media type */*
Array<object>
object
year
integer format: int32
month
integer format: int32
count
integer format: int64

Unauthorized

Media type */*
Array<object>
object
year
integer format: int32
month
integer format: int32
count
integer format: int64