Skip to content

AniList UserList

Gets anime in AniList User's Anime list. The different sub-attributes are detailed below.

Both username and list_name are 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
username Description: A user's AniList Username
list_name Description: A user's AniList List Name
score.gt Description: Only return items that have a score greater than the given number.
Values: 0.0-10.0
score.gte Description: Only return items that have a score greater than or equal to the given number.
Values: 0.0-10.0
score.lt Description: Only return items that have a score less than the given number.
Values: 0.0-10.0
score.lte Description: Only return items that have a score less than or equal to the given number.
Values: 0.0-10.0
sort_by Description: Sort Order to return
Default: score
Values:
scoreSort by User Score
popularitySort by Popularity
statusSort by Status
progressSort by Progress
last_updatedSort by Last Updated
last_addedSort by Last Added
start_dateSort by Start Date
completed_dateSort by Completed Date

Example AniList UserList Builder(s)

collections:
  Currently Watching Anime:
    anilist_userlist:
      username: Username
      list_name: Watching
      sort_by: score
    collection_order: custom
    sync_mode: sync