v1

latestSwagger 2.02026-07-13421625.7 KB
scrobbling

Mark an episode as acquired or watched based on its ID

This endpoint can be used by all users, even without premium

put/scrobble/episodes/{episode_id}

Request body

episode_idinteger
marked_atinteger

Epoch timestamp for when the user watched the episode, or 0 for unknown.

{"stackTrail":"components:schemas:MarkType","oasType":"schema","type":"unknown","description":"0 for watched, 1 for acquired, 2 for skipped"}

Response

this episode is now marked

episode_idinteger
marked_atinteger

Epoch timestamp for when the user watched the episode, or 0 for unknown.

{"stackTrail":"components:schemas:MarkType","oasType":"schema","type":"unknown","description":"0 for watched, 1 for acquired, 2 for skipped"}