Get manga details
get_mangaRetrieve comprehensive manga details including synopsis, score, genres, authors, serialization, external links, alternate titles, and related entries by providing a MyAnimeList numeric ID.
Instructions
Get full details for one manga by mal_id: synopsis, score, genres, authors, serialization, external links (official site, social media), alternate title synonyms, and related entries. Obtain the mal_id from search_manga first. sfw/sfw_strict don't affect this manga itself (its id was requested explicitly) — they filter NSFW entries out of its relations list. If Tenrai is unavailable and MAL_CLIENT_ID is set, transparently retries via the official API, which omits favorites/explicit_genres/external (no equivalent field there) and ignores sfw/sfw_strict entirely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | MyAnimeList numeric ID. | |
| 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. | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| rank | No | ||
| type | No | ||
| score | No | ||
| title | No | ||
| genres | No | ||
| mal_id | Yes | ||
| status | No | ||
| themes | No | ||
| authors | No | ||
| members | No | ||
| volumes | No | ||
| chapters | No | ||
| external | No | ||
| synopsis | No | ||
| favorites | No | ||
| image_url | No | ||
| published | No | ||
| relations | No | ||
| scored_by | No | ||
| background | No | ||
| popularity | No | ||
| publishing | No | ||
| demographics | No | ||
| title_english | No | ||
| serializations | No | ||
| title_japanese | No | ||
| title_synonyms | No | ||
| explicit_genres | No |