Filtering Guide
Can We Use Filters From MAL and AniList?
✨ Yes! Full Multi-Attribute Filtering Supported
Both AniList and MyAnimeList support rich filtering. Here is exactly what each provider supports:
AniList Filters (via GraphQL)
- Trending:
GET /meta/anilist/trending?page=1&perPage=20 - Popular:
GET /meta/anilist/popular?page=1&perPage=20 - Upcoming:
GET /meta/anilist/upcoming?page=1&perPage=20 - Genres: Pass JSON array e.g.
genres=["Action","Fantasy"] - Release Year: e.g.
year=2024 - Season:
WINTER,SPRING,SUMMER,FALL - Format:
TV,MOVIE,OVA,ONA,SPECIAL,MUSIC - Status:
RELEASING,FINISHED,NOT_YET_RELEASED,CANCELLED,HIATUS - Sort:
["SCORE_DESC"],["POPULARITY_DESC"],["TRENDING_DESC"],["FAVOURITES_DESC"]
MyAnimeList Filters (via /top)
- Top Category Filters (
GET /meta/mal/top?type={type}&page=1):upcoming- Top Upcoming Animeairing- Currently Airing / Trending Animetv- Top TV Seriesmovie- Top Anime Moviesova- Top OVAsona- Top ONAsspecial- Top Specialsbypopularity- Most Popular Anime of All Timefavorite- Most Favorited Animeall- Overall Top Rated Anime
- Quick Shorthand:
/meta/mal/trendingand/meta/mal/popular
AniList Provider
AniList Endpoints
GET
/meta/anilist/trending
Top trending anime right now
| Parameter | Type | Value | Description |
|---|---|---|---|
| page | integer | Optional Page number (default: 1) | |
| perPage | integer | Optional Results per page (max: 50) |
/meta/anilist/trending
GET
/meta/anilist/popular
All-time most popular anime
| Parameter | Type | Value | Description |
|---|---|---|---|
| page | integer | Optional Page number | |
| perPage | integer | Optional Results per page |
/meta/anilist/popular
GET
/meta/anilist/upcoming
Upcoming anime sorted by popularity
| Parameter | Type | Value | Description |
|---|---|---|---|
| page | integer | Optional Page number | |
| perPage | integer | Optional Results per page |
/meta/anilist/upcoming
GET
/meta/anilist/advanced-search
Multi-attribute filtered anime search
| Parameter | Type | Value | Description |
|---|---|---|---|
| query | string | Optional Title search | |
| genres | JSON array | Optional e.g. ["Action","Adventure"] |
|
| year | integer | Optional Year | |
| season | string | Optional Season | |
| format | string | Optional Format | |
| sort | JSON array | Optional Sort criteria |
GET
/meta/anilist/info/:id
Comprehensive details & episode catalog
GET
/meta/anilist/random-anime
Random anime discovery
MyAnimeList Provider
MyAnimeList Endpoints
GET
/meta/mal/top
Category rankings: Upcoming, Airing, TV, Movie, Popular, etc.
| Parameter | Type | Value | Description |
|---|---|---|---|
| type | string | Ranking category filter | |
| page | integer | Page number (50 items/page) |
GET
/meta/mal/trending
Top Airing Trending Anime on MAL
GET
/meta/mal/popular
Most Popular Anime on MAL
GET
/meta/mal/:query
Search anime titles on MyAnimeList
GET
/meta/mal/info/:id
Detailed metadata by MAL ID