Queries

MediaListCollection

Media list collection query, provides list pre-grouped by status & custom lists. User ID and Media Type arguments required.

Media list collection query, provides list pre-grouped by status & custom lists. User ID and Media Type arguments required.

MediaListCollection(
  userId: Int
  userName: String
  type: MediaType
  status: MediaListStatus
  notes: String
  startedAt: FuzzyDateInt
  completedAt: FuzzyDateInt
  forceSingleCompletedList: Boolean
  chunk: Int
  perChunk: Int
  status_in: [MediaListStatus]
  status_not_in: [MediaListStatus]
  status_not: MediaListStatus
  notes_like: String
  startedAt_greater: FuzzyDateInt
  startedAt_lesser: FuzzyDateInt
  startedAt_like: String
  completedAt_greater: FuzzyDateInt
  completedAt_lesser: FuzzyDateInt
  completedAt_like: String
  sort: [MediaListSort]
): MediaListCollection

Arguments

MediaListCollection.userId ● Int scalar

Filter by a user's id

MediaListCollection.userName ● String scalar

Filter by a user's name

MediaListCollection.type ● MediaType enum

Filter by the list entries media type

MediaListCollection.status ● MediaListStatus enum

Filter by the watching/reading status

MediaListCollection.notes ● String scalar

Filter by note words and #tags

MediaListCollection.startedAt ● FuzzyDateInt scalar

Filter by the date the user started the media

MediaListCollection.completedAt ● FuzzyDateInt scalar

Filter by the date the user completed the media

MediaListCollection.forceSingleCompletedList ● Boolean scalar

Always return completed list entries in one group, overriding the user's split completed option.

MediaListCollection.chunk ● Int scalar

Which chunk of list entries to load

MediaListCollection.perChunk ● Int scalar

The amount of entries per chunk, max 500

MediaListCollection.status_in ● MediaListStatus list enum

Filter by the watching/reading status (max 10,000 items)

MediaListCollection.status_not_in ● MediaListStatus list enum

Filter by the watching/reading status (max 10,000 items)

MediaListCollection.status_not ● MediaListStatus enum

Filter by the watching/reading status

MediaListCollection.notes_like ● String scalar

Filter by note words and #tags

MediaListCollection.startedAt_greater ● FuzzyDateInt scalar

Filter by the date the user started the media

MediaListCollection.startedAt_lesser ● FuzzyDateInt scalar

Filter by the date the user started the media

MediaListCollection.startedAt_like ● String scalar

Filter by the date the user started the media

MediaListCollection.completedAt_greater ● FuzzyDateInt scalar

Filter by the date the user completed the media

MediaListCollection.completedAt_lesser ● FuzzyDateInt scalar

Filter by the date the user completed the media

MediaListCollection.completedAt_like ● String scalar

Filter by the date the user completed the media

MediaListCollection.sort ● MediaListSort list enum

The order the results will be returned in

Type

MediaListCollection object

List of anime or manga

Copyright © 2026