Get Anime Ranking
get_anime_rankingRetrieve anime rankings from MyAnimeList by type (all, airing, upcoming, etc.) and get rank, score, episodes, and genre for each entry.
Instructions
Fetch MAL's official anime rankings.
ranking_type: all (top by score), airing, upcoming, tv, ova, movie, special, bypopularity, favorite. Returns a compact text table plus structured content {"ranking_type", "total_returned", "offset", "has_more", "entries"}; each entry: rank, previous_rank, id, title, picture, year, media_type, mean, num_list_users, num_episodes, airing_status, genres.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum entries to return | |
| offset | No | Entries to skip for paging | |
| ranking_type | No | all |