AniList Search¶
Finds the anime specified by the AniList Search the options are detailed below.
There are three fields per search option when using AniList's Search just like Plex's Advanced Filters in the Web UI. The first is the Attribute (what attribute you wish to search), the second is the Modifier (which modifier to use), and the third is the Term (actual term to search).
The sync_mode: sync and collection_order: custom Setting are recommended since the lists are continuously updated and in a specific order.
Special attributes do not support any modifiers.
| Special Attribute | Description & Values | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
sort_by |
Description: How to sort the Anime Default: scoreValues:
|
||||||||||
limit |
Description: Number of Anime to query Values: Number greater or equal to 0 (use 0 or don't use it at all for all anime)Default: 0 |
||||||||||
search |
Description: Text to search Values: Any Text |
||||||||||
season |
Description: Season to search for Default: currentValues:
|
||||||||||
year |
Description: Season year to search for Default: Current Year Values: Number between 1917 and next year or leave blank for the current year |
||||||||||
min_tag_percent |
Description: Minimum tag percentage for the Anime Values: Number between 0-100 |
||||||||||
adult |
Description: Search for or not for Adult Anime Values: true or false |
||||||||||
country |
Description: Search for anime from a specific country Values: ISO 3166-1 alpha-2 country code |
||||||||||
source |
Description: Uses the anime's source to match Values: original, manga, light_novel, visual_novel, video_game, other, novel, doujinshi, or anime |
Date attributes can be used with either .before, or .after.
No date attribute can take multiple values.
"Date Attributes"¶
| Date Attributes | Description |
|---|---|
start |
Uses the anime start date attribute to match |
end |
Uses the anime end date attribute to match |
Date Attribute Modifiers
| Date Modifier | Description |
|---|---|
.before |
Matches every item where the date attribute is before the given date Format: MM/DD/YYYY e.g. 01/01/2000 |
.after |
Matches every item where the date attribute is after the given date Format: MM/DD/YYYY e.g. 01/01/2000 |
Number attributes must use .gt, .gte, .lt, or .lte as a modifier.
No number attribute can take multiple values.
"Number Attributes"¶
| Number Attribute | Description |
|---|---|
duration |
Description: Uses the duration attribute to match using minutes Restrictions: minimum: 1 |
episodes |
Description: Uses the number of episodes attribute to match Restrictions: minimum: 1 |
score |
Description: Uses the score attribute to match Restrictions: minimum: 1 |
popularity |
Description: Uses the popularity attribute to match Restrictions: minimum: 1 |
Number Attribute Modifiers
| Number Modifier | Description |
|---|---|
.gt |
Matches every item where the number attribute is greater than the given number Format: number Example: 30, 1995, or 7.5 |
.gte |
Matches every item where the number attribute is greater than or equal to the given number Format: number Example: 30, 1995, or 7.5 |
.lt |
Matches every item where the number attribute is less than the given number Format: number Example: 30, 1995, or 7.5 |
.lte |
Matches every item where the number attribute is less than or equal to the given number Format: number Example: 30, 1995, or 7.5 |
Tag attributes can be used with either no modifier or with .not.
String attributes can take multiple values as a list or a comma-separated string.
"Tag Attributes"¶
| Tag Attribute | Description & Values |
|---|---|
format |
Description: Uses the anime's format to match Values: tv, short, movie, special, ova, ona, music |
status |
Description: Uses the anime's status to match Values: finished, airing, not_yet_aired, cancelled, hiatus |
genre |
Description: Uses the anime's genre to match Values: Any Genre in the Genre Dropdown box on the AniList Search Page |
tag |
Description: Uses the anime's tag to match Values: Any Tag in the Genre Dropdown box on the AniList Search Page |
tag_category |
Description: Uses the anime's tag category to match Values: Any Tag Category in the Advanced Genres & Tag Filters Menu on the AniList Search Page |
Tag Attribute Modifiers
| Tag Modifier | Description |
|---|---|
| No Modifier | Matches every item where the attribute matches the given string |
.not |
Matches every item where the attribute does not match the given string |
Example AniList Search Builder(s)¶
collections:
Current Anime Season:
anilist_search:
season:
year:
sort_by: popular
collection_order: custom
sync_mode: sync
collections:
Fall 2020 Anime:
anilist_search:
season: fall
year: 2020
collection_order: custom
sync_mode: sync