get_my_programs
Retrieve your anime program schedule with filters by work IDs, date range, unwatched status, and rebroadcast options. Sort by start time to track upcoming broadcasts.
Instructions
Get the authenticated user's program schedule (broadcast times). Filter by work IDs, date range, unwatched, rebroadcast; sort by started_at. Requires ANNICT_ACCESS_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| per_page | No | Results per page (max 50) | |
| filter_work_ids | No | Filter by work IDs | |
| sort_started_at | No | Sort by started_at | desc |
| filter_unwatched | No | Only unwatched programs | |
| filter_rebroadcast | No | true = only rebroadcasts, false = exclude rebroadcasts | |
| filter_started_at_gt | No | UTC datetime, e.g. 2016/05/06 21:10 (programs after this) | |
| filter_started_at_lt | No | UTC datetime, e.g. 2016/05/06 21:10 (programs before this) |