Skip to content

UserStats

A user’s statistics

type UserStats {
watchedTime: Int
chaptersRead: Int
activityHistory: [UserActivityHistory]
animeStatusDistribution: [StatusDistribution]
mangaStatusDistribution: [StatusDistribution]
animeScoreDistribution: [ScoreDistribution]
mangaScoreDistribution: [ScoreDistribution]
animeListScores: ListScoreStats
mangaListScores: ListScoreStats
favouredGenresOverview: [GenreStats]
favouredGenres: [GenreStats]
favouredTags: [TagStats]
favouredActors: [StaffStats]
favouredStaff: [StaffStats]
favouredStudios: [StudioStats]
favouredYears: [YearStats]
favouredFormats: [FormatStats]
}

The amount of anime the user has watched in minutes

The amount of manga chapters the user has read

User object