curl --request GET \
--url https://api.rewind.rest/v1/watching/shows/{id}/seasons/{season} \
--header 'Authorization: Bearer <token>'{
"show_id": 1,
"show_title": "Band of Brothers",
"season_number": 1,
"episodes": [
{
"season": 1,
"episode": 1,
"title": "Currahee",
"watched_at": "2024-01-15T20:00:00Z"
},
{
"season": 1,
"episode": 2,
"title": "Day of Days",
"watched_at": "2024-01-16T20:00:00Z"
}
]
}Returns watched episodes for a specific season of a show.
curl --request GET \
--url https://api.rewind.rest/v1/watching/shows/{id}/seasons/{season} \
--header 'Authorization: Bearer <token>'{
"show_id": 1,
"show_title": "Band of Brothers",
"season_number": 1,
"episodes": [
{
"season": 1,
"episode": 1,
"title": "Currahee",
"watched_at": "2024-01-15T20:00:00Z"
},
{
"season": 1,
"episode": 2,
"title": "Day of Days",
"watched_at": "2024-01-16T20:00:00Z"
}
]
}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.