Read an encyclopedia entry
get_titleRetrieve a detailed Anime News Network encyclopedia entry for anime or manga by ID and kind, with optional sections for cast, staff, episodes, and reviews.
Instructions
Read one Anime News Network encyclopedia entry by id. Get the id and kind from search_titles first. Sections are opt-in because a full record is very large: ask only for what you need. 'basic' covers type, vintage, genres, themes, episode count, ratings and the plot summary. Long plot summaries are paginated: when 'truncated' is true, call again with 'offset' set to 'next_offset'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Encyclopedia id, from search_titles. | |
| kind | Yes | Which lookup the id belongs to, from search_titles. | |
| offset | No | Where to resume the plot summary. | |
| sections | No | Which parts to return. 'basic' is usually enough. Adding 'cast' or 'news' can multiply the size of the answer. | |
| max_chars | No | Character budget for the plot summary. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cast | No | ||
| news | No | ||
| notes | Yes | ||
| staff | No | ||
| title | Yes | ||
| genres | Yes | ||
| offset | Yes | ||
| themes | Yes | ||
| ratings | Yes | ||
| related | No | ||
| reviews | No | ||
| episodes | No | ||
| releases | No | ||
| companies | No | ||
| truncated | Yes | ||
| alt_titles | Yes | ||
| next_offset | Yes | Pass as 'offset' to read the rest. | |
| picture_url | Yes | ||
| total_chars | Yes | Length of the full plot summary. | |
| plot_summary | Yes | ||
| running_time | Yes | ||
| ending_themes | Yes | ||
| episode_count | Yes | ||
| cast_languages | No | Every language the site records a cast in, with its full credit count, so a trimmed 'cast' still shows what exists. Ask again with a narrower question if a language you need was cut. | |
| opening_themes | Yes | ||
| returned_chars | Yes | ||
| official_websites | Yes | ||
| objectionable_content | Yes |