Read an encyclopedia entry
get_titleRetrieve an Anime News Network encyclopedia entry by ID. Choose only the needed sections: basic, cast, staff, episodes, releases, related, news, or reviews, with paginated plot summaries.
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 | ||
| opening_themes | Yes | ||
| returned_chars | Yes | ||
| official_websites | Yes | ||
| objectionable_content | Yes |