Mal
@keeb/malv2026.05.06.1
01README
MyAnimeList integration for swamp — anime metadata search and seasonal catalog lookup via the Jikan API
02Models
@keeb/mal-lookupv2026.04.01.1mal_lookup.ts
fn search(query: string, limit: number)
Search MAL for anime by name, returns top results
| Argument | Type | Description |
|---|---|---|
| query | string | Anime title to search for |
| limit | number | Max results to return |
fn research(year: number, season: enum)
Fetch anime for a specific season from MAL, one resource per show
| Argument | Type | Description |
|---|---|---|
| year | number | Year (e.g. 2026) |
| season | enum | Season: winter, spring, summer, fall |
Resources
anime(infinite)— Anime info from MyAnimeList
03Stats
A
100 / 100
Downloads
2
Archive size
4.8 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
Repository
https://github.com/keeb/swamp-mal04Platforms
05Labels