Skip to content

Get completion timeline

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

Returns reading completion statistics over time with status breakdown for a specific year

year
required
integer format: int32

Completion timeline retrieved successfully

Media type */*
Array<object>
object
year
integer format: int32
month
integer format: int32
totalBooks
integer format: int64
statusBreakdown
object
key
additional properties
integer format: int64
finishedBooks
integer format: int64
completionRate
number format: double

Unauthorized

Media type */*
Array<object>
object
year
integer format: int32
month
integer format: int32
totalBooks
integer format: int64
statusBreakdown
object
key
additional properties
integer format: int64
finishedBooks
integer format: int64
completionRate
number format: double