Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns daily watch counts for a given year.
cURL
curl --request GET \ --url https://api.rewind.rest/v1/watching/calendar \ --header 'Authorization: Bearer <token>'
{ "year": 2026, "data": [ { "date": "2026-03-10", "count": 1 }, { "date": "2026-03-12", "count": 2 }, { "date": "2026-03-14", "count": 1 } ] }
API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.
Calendar data
Show child attributes