Skip to main content
GET
/
v1
/
reading
/
stats
Reading stats
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.

Authorizations

Authorization
string
header
required

API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.

Response

Reading statistics

total_articles
number
required
finished_count
number
required
currently_reading_count
number
required
total_highlights
number
required
total_word_count
number
required
avg_estimated_read_min
number
required