---
title: "Marks an episode as \"watched\" or \"not watched\"."
method: POST
path: "/episodes/{episodeID}/watched"
tags: ["episodes"]
---

# Marks an episode as "watched" or "not watched".

`POST /episodes/{episodeID}/watched`

This endpoint will updated the watched status for an episode.

## Path parameters

- `episodeID` integer, required

## Response `200`

Successful POST Episodes Watched JSON response

- object

## Other responses

- `400` — Error Kurozora JSON response

## Changes

- **2021-06-12** `ea994102e8fc` — 1 info
  - endpoint added
- **2021-05-13** `85ac20c1b7bb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/kurozora/apis/kurozora-api/changes/episodes/:episodeID/watched/post.md)

---

[API](https://skmtc.dev/kurozora/apis/kurozora-api.md) · [All operations](https://skmtc.dev/kurozora/apis/kurozora-api/llms.txt) · [OpenAPI document](https://skmtc.dev/kurozora/apis/kurozora-api/revisions/ea994102e8fc?raw)
