---
title: "Marks the episodes of a season as \"watched\" or \"not watched\"."
method: POST
path: "/seasons/{seasonID}/watched"
tags: ["seasons"]
---

# Marks the episodes of a season as "watched" or "not watched".

`POST /seasons/{seasonID}/watched`

This endpoint will updated the watched status for the episodes of a season.

## Path parameters

- `seasonID` integer, required

## Response `200`

Successful POST Seasons Watched JSON response

- object

## Other responses

- `400` — Error Kurozora JSON response
- `403` — Authentication error JSON response

---

[API](https://skmtc.net/kurozora/apis/kurozora-api.md) · [All operations](https://skmtc.net/kurozora/apis/kurozora-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kurozora/kurozora-api/revisions/cae8648c29cf/schema)
