MyAnimeList Builders¶
You can find anime using the features of MyAnimeList.net (MyAnimeList).
MyAnimeList Configuration
Configuring MyAnimeList in the config is required for any of these builders to function.
Builder | Description | Works with Movies | Works with Shows | Works with Playlists and Custom Sort |
---|---|---|---|---|
mal_search |
Finds every anime in a MyAnimeList Search list | |||
mal_all |
Finds every anime in MyAnimeList's Top All Anime list | |||
mal_airing |
Finds every anime in MyAnimeList's Top Airing Anime list | |||
mal_upcoming |
Finds every anime in MyAnimeList's Top Upcoming Anime list | |||
mal_tv |
Finds every anime in MyAnimeList's Top Anime TV Series list | |||
mal_movie |
Finds every anime in MyAnimeList's Top Anime Movies list | |||
mal_ova |
Finds every anime in MyAnimeList's Top Anime OVA Series list | |||
mal_special |
Finds every anime in MyAnimeList's Top Anime Specials list | |||
mal_popular |
Finds every anime in MyAnimeList's Most Popular Anime list | |||
mal_favorite |
Finds every anime in MyAnimeList's Most Favorited Anime list | |||
mal_suggested |
Finds the suggested anime in by MyAnimeList for the authorized user | |||
mal_id |
Finds the anime specified by the MyAnimeList ID | |||
mal_userlist |
Finds anime in MyAnimeList User's Anime list the options are detailed below | |||
mal_season |
Finds anime in MyAnimeList's Seasonal Anime list the options are detailed below |
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
Setting are recommended since the lists are continuously updated and in a specific order.
Attribute | Description |
---|---|
sort_by |
Description: Sort Order to return Values: mal_id.desc , mal_id.asc , title.desc , title.asc , type.desc , type.asc , rating.desc , rating.asc , start_date.desc , start_date.asc , end_date.desc , end_date.asc , episodes.desc , episodes.asc , score.desc , score.asc , scored_by.desc , scored_by.asc , rank.desc , rank.asc , popularity.desc , popularity.asc , members.desc , members.asc , favorites.desc , favorites.asc |
limit |
Description: Don't return more than this number Values: Number of Anime to query from MyAnimeList |
query |
Description: Text query to search for |
prefix |
Description: Results must begin with this prefix |
type |
Description: Type of Anime to search for Values: tv , movie , ova , special , ona , music |
status |
Description: Status to search for Values: airing , complete , upcoming |
genre |
Description: Comma-separated String of Genres to include using , for AND and | for OR Values: Genre Name or ID |
genre.not |
Description: Comma-separated String of Genres to exclude using , for AND and | for OR Values: Genre Name or ID |
studio |
Description: Comma-separated String of Genres to include using , for AND and | for OR Values: Studio Name or ID |
content_rating |
Description: Content Rating to search for Values: g , pg , pg13 , r17 , r , rx |
score.gt /score.gte |
Description: Score must be greater than the given number Values: Float between 0.00 -10.00 |
score.lt /score.lte |
Description: Score must be less than the given number Values: Float between 0.00 -10.00 |
sfw |
Description: Results must be Safe for Work Value: true |
- 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
.
Example MyAnimeList Search Builder(s)¶
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
Setting are recommended since the lists are continuously updated and in a specific order.
Example MyAnimeList Top All Builder(s)¶
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
Setting are recommended since the lists are continuously updated and in a specific order.
Example MyAnimeList Top Airing Builder(s)¶
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
Setting are recommended since the lists are continuously updated and in a specific order.
Example MyAnimeList Top Upcoming Builder(s)¶
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
Setting are recommended since the lists are continuously updated and in a specific order.
Example MyAnimeList Top TV Series Builder(s)¶
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
Setting are recommended since the lists are continuously updated and in a specific order.
Example MyAnimeList Top Movies Builder(s)¶
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
Setting are recommended since the lists are continuously updated and in a specific order.
Example MyAnimeList Top OVA Series Builder(s)¶
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
Setting are recommended since the lists are continuously updated and in a specific order.
Example MyAnimeList Top Specials Builder(s)¶
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
Setting are recommended since the lists are continuously updated and in a specific order.
Example MyAnimeList Most Popular Builder(s)¶
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
Setting are recommended since the lists are continuously updated and in a specific order.
Example MyAnimeList Most Favorited Builder(s)¶
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
Setting are recommended since the lists are continuously updated and in a specific order.
Example MyAnimeList Suggested Builder(s)¶
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.
Example MyAnimeList ID Builder(s)¶
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
Setting are recommended since the lists are continuously updated and in a specific order.
Attribute | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
username |
Description: A user's MyAnimeList Username or @me for the authorized user |
||||||||||||
status |
Description: Status to search for Default: all Values:
|
||||||||||||
sort_by |
Description: Sort Order to return Default: score Values:
|
||||||||||||
limit |
Description: Don't return more than this number Default: 100 Values: Number of Anime to query from MyAnimeList (max: 1000) |
Example MyAnimeList UserList Builder(s)¶
Gets anime in MyAnimeList's Seasonal Anime list the options are detailed below.
The sync_mode: sync
and collection_order: custom
Setting are recommended since the lists are continuously updated and in a specific order.
Attribute | Description & Values | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
season |
Description: Season to search Default: current Values:
|
||||||||||
year |
Description: Year to search Default: Current Year Values: Number between 1917 and the current year. |
||||||||||
sort_by |
Description: Sort Order Default: members Values:
|
||||||||||
limit |
Description: Don't return more than this number Default: 100 Values: Number of Anime to query from MyAnimeList (max: 500) |
||||||||||
starting_only |
Description: Return only anime that began airing in the selected season Default: False Values: True or False |