Account / WatchService
Watch
WatchService provides operations to track and manage user viewing habits and preferences.Operations
Select an operation to inspect its request, response, and runnable examples.UpdateEpisodeLastSeen
UpdateEpisodeLastSeen records the user's current playback position within a specific episode.
/api.v1.watch.WatchService/UpdateEpisodeLastSeenGetEpisodeLastSeen
GetEpisodeLastSeen retrieves the user's most recently viewed episodes for "Continue Watching".
/api.v1.watch.WatchService/GetEpisodeLastSeenGetEpisodeProgress
GetEpisodeProgress retrieves saved playback progress for one episode.
/api.v1.watch.WatchService/GetEpisodeProgressGetAnimeWatchProgress
GetAnimeWatchProgress retrieves the best continue target for an anime.
/api.v1.watch.WatchService/GetAnimeWatchProgressDeleteEpisodeLastSeen
DeleteEpisodeLastSeen removes saved playback progress for one episode.
/api.v1.watch.WatchService/DeleteEpisodeLastSeenMarkEpisodeWatched
MarkEpisodeWatched marks one episode as complete and returns the next target when known.
/api.v1.watch.WatchService/MarkEpisodeWatchedSyncEpisodeProgressBatch
SyncEpisodeProgressBatch merges local device progress into the signed-in account.
/api.v1.watch.WatchService/SyncEpisodeProgressBatchUpdateEpisodeLiked
UpdateEpisodeLiked records a like or dislike for a specific anime episode.
/api.v1.watch.WatchService/UpdateEpisodeLikedGetEpisodeLiked
GetEpisodeLiked retrieves the current user's reaction (like status) for a specific episode.
/api.v1.watch.WatchService/GetEpisodeLikedDeleteEpisodeLiked
DeleteEpisodeLiked removes the user's like/reaction from a specific episode.
/api.v1.watch.WatchService/DeleteEpisodeLikedListEpisodesLiked
ListEpisodesLiked retrieves a paginated list of all episodes the user has liked.
/api.v1.watch.WatchService/ListEpisodesLikedUpdateAnimeWatchStatus
UpdateAnimeWatchStatus modifies the user's relationship with an anime (e.g., "watching", "completed").
/api.v1.watch.WatchService/UpdateAnimeWatchStatusGetAnimeWatchStatus
GetAnimeWatchStatus retrieves the current watch status for a specific anime.
/api.v1.watch.WatchService/GetAnimeWatchStatusDeleteAnimeWatchStatus
DeleteAnimeWatchStatus removes an anime from the user's personal watch list.
/api.v1.watch.WatchService/DeleteAnimeWatchStatusListAnimesWatchStatus
ListAnimesWatchStatus retrieves a paginated list of animes filtered by their watch status.
/api.v1.watch.WatchService/ListAnimesWatchStatus