curl --request GET \
--url https://api.rewind.rest/v1/reading/calendar \
--header 'Authorization: Bearer <token>'{
"year": 2026,
"days": [
{
"date": "2026-03-01",
"saved": 3,
"finished": 1
},
{
"date": "2026-03-02",
"saved": 5,
"finished": 2
},
{
"date": "2026-03-03",
"saved": 1,
"finished": 0
}
],
"total_saved": 9,
"total_finished": 3
}Returns daily counts of saved and finished articles for a given year.
curl --request GET \
--url https://api.rewind.rest/v1/reading/calendar \
--header 'Authorization: Bearer <token>'{
"year": 2026,
"days": [
{
"date": "2026-03-01",
"saved": 3,
"finished": 1
},
{
"date": "2026-03-02",
"saved": 5,
"finished": 2
},
{
"date": "2026-03-03",
"saved": 1,
"finished": 0
}
],
"total_saved": 9,
"total_finished": 3
}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.
2025