Skip to content

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 Setting are recommended since the lists are continuously updated and in a specific order.

MyAnimeList Configuration

Configuring MyAnimeList in the config is required for any of these builders to function.

Attribute Description
username Description: A user's MyAnimeList Username or @me for the authorized user
status Description: Status to search for
Default: all
Values:
allAll Anime List
watchingCurrently Watching List
completedCompleted List
on_holdOn Hold List
droppedDropped List
plan_to_watchPlan to Watch
sort_by Description: Sort Order to return
Default: score
Values:
scoreSort by Score
last_updatedSort by Last Updated
titleSort by Anime Title
start_dateSort by Start Date
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)

collections:
  Currently Watching Anime:
    mal_userlist:
      username: "@me"
      status: watching
      sort_by: score
      limit: 500
    collection_order: custom
    sync_mode: sync