<labelfor="search">Search for <?=$collection_type?> by name: <inputtype="search"id="search" name="search"/></label>
<labelfor="search-anime-collection">Search for <?=$collection_type?> by name: <inputtype="search"id="search-anime-collection" name="search"/></label>
"If the completed sections of the list should be separated by format"
splitCompletedSectionByFormat:Boolean
"The list theme options"
theme:Json@deprecated(reason:"This field has not yet been fully implemented and may change without warning")
theme:Json@deprecated(reason:"This field has not yet been fully implemented and may change without warning")
}
"Notification for when a media entry is merged into another for a user who had it on their list"
typeMediaMergeNotification{
"The reason for the media data change"
context:String
"The time the notification was created at"
createdAt:Int
"The title of the deleted media"
deletedMediaTitles:[String]
"The id of the Notification"
id:Int!
"The media that was merged into"
media:Media
"The id of the media that was merged into"
mediaId:Int!
"The reason for the media merge"
reason:String
"The type of notification"
type:NotificationType
}
"The ranking of a media in a particular time span and format compared to other media"
@ -1374,7 +1449,7 @@ type MediaRank {
"A media's statistics"
typeMediaStats{
airingProgression:[AiringProgression]@deprecated(reason:"Replaced by MediaTrends")
airingProgression:[AiringProgression]@deprecated(reason:"Replaced by MediaTrends")
scoreDistribution:[ScoreDistribution]
statusDistribution:[StatusDistribution]
}
@ -1393,12 +1468,16 @@ type MediaStreamingEpisode {
"Media submission"
typeMediaSubmission{
"Data Mod assigned to handle the submission"
assignee:User
changes:[String]
characters:[MediaSubmissionComparison]
createdAt:Int
externalLinks:[MediaExternalLink]
"The id of the submission"
id:Int!
"Whether the submission is locked"
locked:Boolean
media:Media
notes:String
relations:[MediaEdge]
@ -1458,6 +1537,8 @@ type MediaTag {
name:String!
"The relevance ranking of the tag out of the 100 for this media"
rank:Int
"The user who submitted the tag"
userId:Int
}
"The official titles of the media in various languages"
@ -1738,6 +1819,8 @@ type Mutation {
comment:String,
"The comment id, required for updating"
id:Int,
"If the comment tree should be locked. (Mod Only)"
locked:Boolean,
"The id of thread comment to reply to"
parentCommentId:Int,
"The id of thread the comment belongs to"
@ -1872,6 +1955,8 @@ type Mutation {
rowOrder:String,
"The user's list scoring system"
scoreFormat:ScoreFormat,
"The language the user wants to see staff and character names in"
staffNameLanguage:UserStaffNameLanguage,
"Timezone offset format: -?HH:MM"
timezone:String,
"User's title language"
@ -2094,6 +2179,8 @@ type Page {
id_not_in:[Int],
"Filter by if the media's intended for 18+ adult audiences"
isAdult:Boolean,
"If the media is officially licensed or a self-published doujin release"
isLicensed:Boolean,
"Filter media by sites with a online streaming or reading license"
licensedBy:String,
"Filter media by sites with a online streaming or reading license"
@ -2368,6 +2455,8 @@ type Page {
users(
"Filter by the user id"
id:Int,
"Filter to moderators only if true"
isModerator:Boolean,
"Filter by the name of the user"
name:String,
"Filter by search query"
@ -2618,6 +2707,8 @@ type Query {
id_not_in:[Int],
"Filter by if the media's intended for 18+ adult audiences"
isAdult:Boolean,
"If the media is officially licensed or a self-published doujin release"
isLicensed:Boolean,
"Filter media by sites with a online streaming or reading license"
licensedBy:String,
"Filter media by sites with a online streaming or reading license"
@ -2958,6 +3049,8 @@ type Query {
User(
"Filter by the user id"
id:Int,
"Filter to moderators only if true"
isModerator:Boolean,
"Filter by the name of the user"
name:String,
"Filter by search query"
@ -3014,6 +3107,7 @@ type RelatedMediaAdditionNotification {
}
typeReport{
cleared:Boolean
"When the entry data was created"
createdAt:Int
id:Int!
@ -3179,6 +3273,8 @@ type SiteTrendEdge {
typeStaff{
"The person's age in years"
age:Int
"The persons blood type"
bloodType:String
"Media the actor voiced characters in. (Same data as characters with media as node instead of characters)"
characterMedia(
onList:Boolean,
@ -3218,7 +3314,7 @@ type Staff {
"If the staff member is blocked from being added to favourites"
isFavouriteBlocked:Boolean!
"The primary language the staff member dub's in"
language:StaffLanguage@deprecated(reason:"Replaced with languageV2")
language:StaffLanguage@deprecated(reason:"Replaced with languageV2")
"The primary language of the staff member. Current values: Japanese, English, Korean, Italian, Spanish, Portuguese, French, German, Hebrew, Hungarian, Chinese, Arabic, Filipino, Catalan"
languageV2:String
"Notes for site moderators"
@ -3247,7 +3343,7 @@ type Staff {
submissionStatus:Int
"Submitter for the submission"
submitter:User
updatedAt:Int@deprecated(reason:"No data available")
updatedAt:Int@deprecated(reason:"No data available")
"[startYear, endYear] (If the 2nd value is not present staff is still active)"
yearsActive:[Int]
}
@ -3291,6 +3387,8 @@ type StaffName {
middle:String
"The person's full name in their native language"
native:String
"The currently authenticated users preferred name language. Default romaji for non-authenticated"
userPreferred:String
}
"Voice actor role for a character"
@ -3314,9 +3412,13 @@ type StaffStats {
"A submission for a staff that features in an anime or manga"
typeStaffSubmission{
"Data Mod assigned to handle the submission"
assignee:User
createdAt:Int
"The id of the submission"
id:Int!
"Whether the submission is locked"
locked:Boolean
"Inner details of submission status"
notes:String
source:String
@ -3511,6 +3613,8 @@ type ThreadComment {
id:Int!
"If the currently authenticated user liked the comment"
isLiked:Boolean
"If the comment tree is locked and may not receive replies or edits"
isLocked:Boolean
"The amount of likes the comment has"
likeCount:Int!
"The users who liked the comment"
@ -3651,6 +3755,8 @@ type User {
"The user's banner images"
bannerImage:String
bans:Json
"When the user's account was created. (Does not exist for accounts created before 2020)"
createdAt:Int
"Custom donation badge text"
donatorBadge:String
"The donation tier of the user"
@ -3670,18 +3776,22 @@ type User {
isFollowing:Boolean
"The user's media list options"
mediaListOptions:MediaListOptions
"The user's moderator roles if they are a site moderator"
moderatorRoles:[ModRole]
"If the user is a moderator or data moderator"
moderatorStatus:String
moderatorStatus:String@deprecated(reason:"Deprecated. Replaced with moderatorRoles field.")
"The name of the user"
name:String!
"The user's general options"
options:UserOptions
"The user's previously used names."
previousNames:[UserPreviousName]
"The url for the user page on the AniList website"
siteUrl:String
"The users anime & manga list statistics"
statistics:UserStatisticTypes
"The user's statistics"
stats:UserStats@deprecated(reason:"Deprecated. Replaced with statistics field.")
stats:UserStats@deprecated(reason:"Deprecated. Replaced with statistics field.")
"The number of unread notifications the user has"
unreadNotificationCount:Int
"When the user's data was last updated"
@ -3747,7 +3857,9 @@ type UserModData {
alts:[User]
bans:Json
counts:Json
email:String
ip:Json
privacy:Int
}
"A user's general options"
@ -3762,12 +3874,24 @@ type UserOptions {
notificationOptions:[NotificationOption]
"Profile highlight color (blue, purple, pink, orange, red, green, gray)"
profileColor:String
"The language the user wants to see staff and character names in"
staffNameLanguage:UserStaffNameLanguage
"The user's timezone offset (Auth user only)"
timezone:String
"The language the user wants to see media titles in"
titleLanguage:UserTitleLanguage
}
"A user's previous name"
typeUserPreviousName{
"When the user first changed from this name."
createdAt:Int
"A previous name of the user."
name:String
"When the user most recently changed from this name."
updatedAt:Int
}
typeUserReleaseYearStatistic{
chaptersRead:Int!
count:Int!
@ -4127,24 +4251,36 @@ enum MediaSort {
"Source type the media was adapted from"
enumMediaSource{
"Version 2 only. Japanese Anime"
"Version 2+ only. Japanese Anime"
ANIME
"Version 2 only. Self-published works"
"Version 3 only. Comics excluding manga"
COMIC
"Version 2+ only. Self-published works"
DOUJINSHI
"Version 3 only. Games excluding video games"
GAME
"Written work published in volumes"
LIGHT_NOVEL
"Version 3 only. Live action media such as movies or TV show"
LIVE_ACTION
"Asian comic book"
MANGA
"Version 2 only. Written works not published in volumes"
"Version 3 only. Multimedia project"
MULTIMEDIA_PROJECT
"Version 2+ only. Written works not published in volumes"
NOVEL
"An original production not based of another work"