Get the anime airing schedule
get_anime_scheduleRetrieve upcoming anime episode air times sorted by soonest airing, for the whole schedule or a specific anime ID. Optionally switch to already-aired episodes.
Instructions
Get upcoming (or a specific title's) episode air times, soonest-airing first (confirmed live). Omit mediaId for the site-wide upcoming schedule, or pass it (from search_media/get_media) to get one title's next-episode air time. Anime only — manga has no airing schedule; a manga id (like any non-anime id) is rejected as not-found rather than silently returning an empty schedule, though that error reads the same as a nonexistent id and doesn't single out the manga/anime mismatch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entries with an upstream error, so paging that deep fails rather than returning more results. | |
| mediaId | No | Restrict to this AniList anime ID (not manga). | |
| perPage | No | Results per page (max 25). | |
| notYetAired | No | Set false to instead list only already-aired episodes (confirmed live: this swaps to a past-only result set, it doesn't add past episodes to the still-upcoming ones). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schedule | Yes | ||
| hasNextPage | No |