Get broadcast schedule
get_anime_scheduleGet anime broadcast schedule with air times in JST. Filter by weekday, exclude adult or kids content, and paginate through results.
Instructions
Get the anime broadcast schedule (air times in JST), optionally for a single weekday (or the unknown/other buckets Tenrai uses for shows with no fixed weekly slot). broadcast is only present for currently-airing shows. Defaults to 25 results if limit is omitted; use page for further results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | No | Weekday to filter by, or `unknown`/`other` for shows with no fixed weekly slot. Omit for the whole week. | |
| sfw | No | If true, exclude adult/explicit-rated entries (R+ Mild Nudity and up). Defaults to false (no filtering). Note: this alone still allows mainstream, safely-rated shows tagged with the Ecchi genre (fanservice) through — use `sfw_strict` to also exclude those. | |
| kids | No | If true, exclude entries tagged as children's/kids content. Defaults to false. | |
| page | No | 1-based page number for pagination (1-1000). | |
| limit | No | Max results per page (1-50). | |
| sfw_strict | No | If true, exclude adult/explicit-rated entries AND anything tagged with the Ecchi genre, even otherwise-mainstream/safely-rated shows. Stricter than `sfw` alone. Defaults to false. | |
| unapproved | No | If true, also include entries not yet approved by MAL's moderators (excluded by default). Defaults to false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| results | Yes |