zerochan_browse
Browse Zerochan's global anime image feed with filtering by dimensions, color, and sorting options to find specific content.
Instructions
Browse all Zerochan entries with optional filtering and pagination.
Queries the Zerochan global feed without any tag filter. Supports sorting by
recency or popularity, filtering by dimensions or color, and pagination.
Args:
params (BrowseAllInput): Input parameters including:
- username (str): Your Zerochan username for the User-Agent header (required)
- page (int): Page number (default: 1)
- limit (int): Results per page, 1–250 (default: 20)
- sort (SortOrder): 'id' for recent, 'fav' for popular (default: 'id')
- time_range (Optional[TimeRange]): '0' all-time, '1' last 7000, '2' last 15000
- dimensions (Optional[Dimensions]): Filter by image shape
- color (Optional[str]): Filter by dominant color name
- response_format (ResponseFormat): 'markdown' or 'json' (default: 'markdown')
Returns:
str: Paginated list of entries in the requested format.
Markdown: formatted table with ID, tags, dimensions, favorites, links.
JSON: raw API response with all fields.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |