curl --request GET \
--url https://api.rewind.rest/v1/reading/stats \
--header 'Authorization: Bearer <token>'{
"total_articles": 1523,
"finished_count": 891,
"currently_reading_count": 3,
"total_highlights": 312,
"total_word_count": 4892000,
"avg_estimated_read_min": 11
}Returns aggregate reading statistics: total articles, finished count, currently reading, total highlights, word count, and average read time.
curl --request GET \
--url https://api.rewind.rest/v1/reading/stats \
--header 'Authorization: Bearer <token>'{
"total_articles": 1523,
"finished_count": 891,
"currently_reading_count": 3,
"total_highlights": 312,
"total_word_count": 4892000,
"avg_estimated_read_min": 11
}Documentation Index
Fetch the complete documentation index at: https://docs.rewind.rest/llms.txt
Use this file to discover all available pages before exploring further.
API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.