List recent or browse alphabetically
list_recentList recently added entries from the Anime News Network encyclopedia: anime, manga, people, or companies. Optionally start with a letter to browse titles alphabetically.
Instructions
List what was added to the Anime News Network encyclopedia most recently: anime, manga, people or companies. Pass 'starts_with' to browse titles alphabetically instead, which only applies to anime and manga. Rows carry an id you can pass to get_title when the kind is anime or manga. This is a listing, not a search: use search_titles when you know what you are looking for.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Which catalogue to list. | anime |
| limit | No | How many rows to return. | |
| offset | No | How many rows to skip, for paging. | |
| starts_with | No | Single letter. Switches to an alphabetical browse of titles. Anime and manga only. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| mode | Yes | 'recent' is by date added, 'browse' is alphabetical. | |
| rows | Yes | ||
| notes | Yes | ||
| offset | Yes | ||
| next_offset | Yes | Pass as 'offset' for the next page. Null when the last page came back short. |