Get Seasonal Anime
get_seasonal_animeRetrieve a list of anime that aired in a specific season and year, with sorting by score or popularity and support for pagination.
Instructions
Fetch the anime that aired in one broadcast season (winter/spring/summer/fall).
Seasons: winter = Jan-Mar, spring = Apr-Jun, summer = Jul-Sep, fall = Oct-Dec. sort: anime_score (desc) or anime_num_list_users (desc). Returns a compact text table plus structured content {"year", "season", "total_returned", "offset", "has_more", "entries"} with compact anime entries (including picture).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | anime_score | |
| year | Yes | Broadcast year | |
| limit | No | Maximum entries to return | |
| offset | No | Entries to skip for paging | |
| season | Yes |