MyAnimeList Builders¶
You can find anime using the features of MyAnimeList.net (MyAnimeList).
Configuring MyAnimeList in the config is required for any of these builders.
Attribute |
Description |
Works with Movies |
Works with Shows |
Works with Playlists and Custom Sort |
---|---|---|---|---|
Finds every anime in a MyAnimeList Search list |
✅ |
✅ |
✅ |
|
Finds every anime in MyAnimeList’s Top All Anime list |
✅ |
✅ |
✅ |
|
Finds every anime in MyAnimeList’s Top Airing Anime list |
✅ |
✅ |
✅ |
|
Finds every anime in MyAnimeList’s Top Upcoming Anime list |
✅ |
✅ |
✅ |
|
Finds every anime in MyAnimeList’s Top Anime TV Series list |
✅ |
✅ |
✅ |
|
Finds every anime in MyAnimeList’s Top Anime Movies list |
✅ |
✅ |
✅ |
|
Finds every anime in MyAnimeList’s Top Anime OVA Series list |
✅ |
✅ |
✅ |
|
Finds every anime in MyAnimeList’s Top Anime Specials list |
✅ |
✅ |
✅ |
|
Finds every anime in MyAnimeList’s Most Popular Anime list |
✅ |
✅ |
✅ |
|
Finds every anime in MyAnimeList’s Most Favorited Anime list |
✅ |
✅ |
✅ |
|
Finds the suggested anime in by MyAnimeList for the authorized user |
✅ |
✅ |
✅ |
|
Finds the anime specified by the MyAnimeList ID |
✅ |
✅ |
❌ |
|
Finds anime in MyAnimeList User’s Anime list the options are detailed below |
✅ |
✅ |
✅ |
|
Finds anime in MyAnimeList’s Seasonal Anime list the options are detailed below |
✅ |
✅ |
✅ |
MyAnimeList Search¶
Gets every anime in a MyAnimeList search. The different sub-attributes are detailed below. At least one attribute is required.
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
Attribute |
Description |
---|---|
|
Description: Sort Order to return |
|
Description: Don’t return more then this number |
|
Description: Text query to search for |
|
Description: Results must begin with this prefix |
|
Description: Type of Anime to search for |
|
Description: Status to search for |
|
Description: Comma-separated String of Genres to include using |
|
Description: Comma-separated String of Genres to exclude using |
|
Description: Comma-separated String of Genres to include using |
|
Description: Content Rating to search for |
|
Description: Score must be greater than the given number |
|
Description: Score must be less than the given number |
|
Description: Results must be Safe for Work |
Studio options can be found on MyAnimeList’s Search Page.
Genre options can be found on MyAnimeList’s Search Page.
To find the ID click on a Studio or Genre in the link above and there should be a number in the URL that’s the
id
.For example if the url is
https://myanimelist.net/anime/producer/4/Bones
theid
would be4
or if the url ishttps://myanimelist.net/anime/genre/1/Action
theid
would be1
.
collections:
Top Action Anime:
mal_search:
limit: 100
sort_by: score.desc
genre: Action
collection_order: custom
sync_mode: sync
MyAnimeList Top All¶
Gets every anime in MyAnimeList’s Top Airing Anime list. (Maximum: 500)
The expected input value is a single integer value of how many movies/shows to query.
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
collections:
Top All Anime:
mal_all: 30
collection_order: custom
sync_mode: sync
MyAnimeList Top Airing¶
Gets every anime in MyAnimeList’s Top Airing Anime list. (Maximum: 500)
The expected input value is a single integer value of how many movies/shows to query.
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
collections:
Top Airing Anime:
mal_airing: 10
collection_order: custom
sync_mode: sync
MyAnimeList Top Upcoming¶
Gets every anime in MyAnimeList’s Top Upcoming Anime list. (Maximum: 500)
The expected input value is a single integer value of how many movies/shows to query.
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
collections:
Top Upcoming Anime:
mal_upcoming: 10
collection_order: custom
sync_mode: sync
MyAnimeList Top TV Series¶
Gets every anime in MyAnimeList’s Top Anime TV Series list. (Maximum: 500)
The expected input value is a single integer value of how many movies/shows to query.
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
collections:
Top Anime TV Series:
mal_tv: 20
collection_order: custom
sync_mode: sync
MyAnimeList Top Movies¶
Gets every anime in MyAnimeList’s Top Anime Movies list. (Maximum: 500)
The expected input value is a single integer value of how many movies/shows to query.
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
collections:
Top Anime Movies:
mal_movie: 20
collection_order: custom
sync_mode: sync
MyAnimeList Top OVA Series¶
Gets every anime in MyAnimeList’s Top Anime OVA Series list. (Maximum: 500)
The expected input value is a single integer value of how many movies/shows to query.
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
collections:
Top Anime OVA Series:
mal_ova: 20
collection_order: custom
sync_mode: sync
MyAnimeList Top Specials¶
Gets every anime in MyAnimeList’s Top Anime Specials list. (Maximum: 500)
The expected input value is a single integer value of how many movies/shows to query.
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
collections:
Top Anime Specials:
mal_special: 20
collection_order: custom
sync_mode: sync
MyAnimeList Most Popular¶
Gets every anime in MyAnimeList’s Most Popular Anime list. (Maximum: 500)
The expected input value is a single integer value of how many movies/shows to query.
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
collections:
Most Popular Anime:
mal_popular: 20
collection_order: custom
sync_mode: sync
MyAnimeList Most Favorited¶
Gets every anime in MyAnimeList’s Most Favorited Anime list. (Maximum: 500)
The expected input value is a single integer value of how many movies/shows to query.
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
collections:
Most Favorited Anime:
mal_favorite: 20
collection_order: custom
sync_mode: sync
MyAnimeList Suggested¶
Gets the suggested anime in by MyAnimeList for the authorized user. (Maximum: 100)
The expected input value is a single integer value of how many movies/shows to query.
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
collections:
Suggested Anime:
mal_suggested: 20
collection_order: custom
sync_mode: sync
MyAnimeList ID¶
Gets the anime specified by the MyAnimeList ID.
The expected input is a MyAnimeList ID. Multiple values are supported as either a list or a comma-separated string.
collections:
Cowboy Bebop:
mal_id: 23, 219
MyAnimeList UserList¶
Gets anime in MyAnimeList User’s Anime list. The different sub-attributes are detailed below. The only required attribute is username
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
Attribute |
Description |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Description: A user’s MyAnimeList Username or |
||||||||||||
|
Description: Status to search for
|
||||||||||||
|
Description: Sort Order to return
|
||||||||||||
|
Description: Don’t return more then this number |
collections:
Currently Watching Anime:
mal_userlist:
username: "@me"
status: watching
sort_by: score
limit: 500
collection_order: custom
sync_mode: sync
MyAnimeList Seasonal¶
Gets anime in MyAnimeList’s Seasonal Anime list the options are detailed below.
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
Attribute |
Description & Values |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Description: Season to search
|
||||||||||
|
Description: Year to search |
||||||||||
|
Description: Sort Order
|
||||||||||
|
Description: Don’t return more then this number |
||||||||||
|
Description: Return only anime that began airing in the selected season |
collections:
Current Anime Season:
mal_season:
sort_by: members
limit: 50
collection_order: custom
sync_mode: sync
collections:
Fall 2020 Anime:
mal_season:
season: fall
year: 2020
limit: 50
collection_order: custom
sync_mode: sync