Skip to main content
GET
/
v1
/
watching
/
calendar
Watch calendar
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
    }
  ]
}

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.

Query Parameters

year
string

Response

Calendar data

year
number
required
data
object[]
required