Skip to main content
GET
/
v1
/
watching
/
shows
/
{id}
/
seasons
/
{season}
Season detail
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.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required
season
string
required

Response

Season detail

show_id
number
required
show_title
string
required
season_number
number
required
episodes
object[]
required