Page
Page of data. Limited to a max depth of 5000 entries. This is calculated as the page parameter multiplied by the perPage parameter.
type Page { pageInfo: PageInfo users( id: Int name: String isModerator: Boolean search: String sort: [UserSort] ): [User] media( id: Int idMal: Int startDate: FuzzyDateInt endDate: FuzzyDateInt season: MediaSeason seasonYear: Int type: MediaType format: MediaFormat status: MediaStatus episodes: Int duration: Int chapters: Int volumes: Int isAdult: Boolean genre: String tag: String minimumTagRank: Int tagCategory: String onList: Boolean licensedBy: String licensedById: Int averageScore: Int popularity: Int source: MediaSource countryOfOrigin: CountryCode isLicensed: Boolean search: String id_not: Int id_in: [Int] id_not_in: [Int] idMal_not: Int idMal_in: [Int] idMal_not_in: [Int] startDate_greater: FuzzyDateInt startDate_lesser: FuzzyDateInt startDate_like: String endDate_greater: FuzzyDateInt endDate_lesser: FuzzyDateInt endDate_like: String format_in: [MediaFormat] format_not: MediaFormat format_not_in: [MediaFormat] status_in: [MediaStatus] status_not: MediaStatus status_not_in: [MediaStatus] episodes_greater: Int episodes_lesser: Int duration_greater: Int duration_lesser: Int chapters_greater: Int chapters_lesser: Int volumes_greater: Int volumes_lesser: Int genre_in: [String] genre_not_in: [String] tag_in: [String] tag_not_in: [String] tagCategory_in: [String] tagCategory_not_in: [String] licensedBy_in: [String] licensedById_in: [Int] averageScore_not: Int averageScore_greater: Int averageScore_lesser: Int popularity_not: Int popularity_greater: Int popularity_lesser: Int source_in: [MediaSource] sort: [MediaSort] ): [Media] characters( id: Int isBirthday: Boolean search: String id_not: Int id_in: [Int] id_not_in: [Int] sort: [CharacterSort] ): [Character] staff( id: Int isBirthday: Boolean search: String id_not: Int id_in: [Int] id_not_in: [Int] sort: [StaffSort] ): [Staff] studios( id: Int search: String id_not: Int id_in: [Int] id_not_in: [Int] sort: [StudioSort] ): [Studio] mediaList( id: Int userId: Int userName: String type: MediaType status: MediaListStatus mediaId: Int isFollowing: Boolean notes: String startedAt: FuzzyDateInt completedAt: FuzzyDateInt compareWithAuthList: Boolean userId_in: [Int] status_in: [MediaListStatus] status_not_in: [MediaListStatus] status_not: MediaListStatus mediaId_in: [Int] mediaId_not_in: [Int] notes_like: String startedAt_greater: FuzzyDateInt startedAt_lesser: FuzzyDateInt startedAt_like: String completedAt_greater: FuzzyDateInt completedAt_lesser: FuzzyDateInt completedAt_like: String sort: [MediaListSort] ): [MediaList] airingSchedules( id: Int mediaId: Int episode: Int airingAt: Int notYetAired: Boolean id_not: Int id_in: [Int] id_not_in: [Int] mediaId_not: Int mediaId_in: [Int] mediaId_not_in: [Int] episode_not: Int episode_in: [Int] episode_not_in: [Int] episode_greater: Int episode_lesser: Int airingAt_greater: Int airingAt_lesser: Int sort: [AiringSort] ): [AiringSchedule] mediaTrends( mediaId: Int date: Int trending: Int averageScore: Int popularity: Int episode: Int releasing: Boolean mediaId_not: Int mediaId_in: [Int] mediaId_not_in: [Int] date_greater: Int date_lesser: Int trending_greater: Int trending_lesser: Int trending_not: Int averageScore_greater: Int averageScore_lesser: Int averageScore_not: Int popularity_greater: Int popularity_lesser: Int popularity_not: Int episode_greater: Int episode_lesser: Int episode_not: Int sort: [MediaTrendSort] ): [MediaTrend] notifications( type: NotificationType resetNotificationCount: Boolean type_in: [NotificationType] ): [NotificationUnion] followers( userId: Int! sort: [UserSort] ): [User] following( userId: Int! sort: [UserSort] ): [User] activities( id: Int userId: Int messengerId: Int mediaId: Int type: ActivityType isFollowing: Boolean hasReplies: Boolean hasRepliesOrTypeText: Boolean createdAt: Int id_not: Int id_in: [Int] id_not_in: [Int] userId_not: Int userId_in: [Int] userId_not_in: [Int] messengerId_not: Int messengerId_in: [Int] messengerId_not_in: [Int] mediaId_not: Int mediaId_in: [Int] mediaId_not_in: [Int] type_not: ActivityType type_in: [ActivityType] type_not_in: [ActivityType] createdAt_greater: Int createdAt_lesser: Int sort: [ActivitySort] ): [ActivityUnion] activityReplies( id: Int activityId: Int ): [ActivityReply] threads( id: Int userId: Int replyUserId: Int subscribed: Boolean categoryId: Int mediaCategoryId: Int search: String id_in: [Int] sort: [ThreadSort] ): [Thread] threadComments( id: Int threadId: Int userId: Int sort: [ThreadCommentSort] ): [ThreadComment] reviews( id: Int mediaId: Int userId: Int mediaType: MediaType sort: [ReviewSort] ): [Review] recommendations( id: Int mediaId: Int mediaRecommendationId: Int userId: Int rating: Int onList: Boolean rating_greater: Int rating_lesser: Int sort: [RecommendationSort] ): [Recommendation] likes( likeableId: Int type: LikeableType ): [User]}Fields
Section titled “Fields”The pagination information
Page.users ● [User] list object
Section titled “Page.users ● [User] ”Filter by the user id
Filter by the name of the user
Filter to moderators only if true
Filter by search query
The order the results will be returned in
Page.media ● [Media] list object
Section titled “Page.media ● [Media] ”Filter by the media id
Filter by the media’s MyAnimeList id
Filter by the start date of the media
Filter by the end date of the media
Filter by the season the media was released in
The year of the season (Winter 2017 would also include December 2016 releases). Requires season argument
Filter by the media’s type
Filter by the media’s format
Filter by the media’s current release status
Filter by amount of episodes the media has
Filter by the media’s episode length
Filter by the media’s chapter count
Filter by the media’s volume count
Filter by if the media’s intended for 18+ adult audiences
Filter by the media’s genres
Filter by the media’s tags
Only apply the tags filter argument to tags above this rank. Default: 18
Filter by the media’s tags with in a tag category
Filter by the media on the authenticated user’s lists
Filter media by sites name with a online streaming or reading license
Filter media by sites id with a online streaming or reading license
Filter by the media’s average score
Filter by the number of users with this media on their list
Filter by the source type of the media
Page.media.countryOfOrigin ● CountryCode scalar
Section titled “Page.media.countryOfOrigin ● CountryCode ”Filter by the media’s country of origin
If the media is officially licensed or a self-published doujin release
Filter by search query
Filter by the media id
Filter by the media id (max 10,000 items)
Filter by the media id (max 10,000 items)
Filter by the media’s MyAnimeList id
Filter by the media’s MyAnimeList id (max 10,000 items)
Filter by the media’s MyAnimeList id (max 10,000 items)
Page.media.startDate_greater ● FuzzyDateInt scalar
Section titled “Page.media.startDate_greater ● FuzzyDateInt ”Filter by the start date of the media
Page.media.startDate_lesser ● FuzzyDateInt scalar
Section titled “Page.media.startDate_lesser ● FuzzyDateInt ”Filter by the start date of the media
Filter by the start date of the media
Page.media.endDate_greater ● FuzzyDateInt scalar
Section titled “Page.media.endDate_greater ● FuzzyDateInt ”Filter by the end date of the media
Page.media.endDate_lesser ● FuzzyDateInt scalar
Section titled “Page.media.endDate_lesser ● FuzzyDateInt ”Filter by the end date of the media
Filter by the end date of the media
Page.media.format_in ● [MediaFormat] list enum
Section titled “Page.media.format_in ● [MediaFormat] ”Filter by the media’s format (max 10,000 items)
Filter by the media’s format
Page.media.format_not_in ● [MediaFormat] list enum
Section titled “Page.media.format_not_in ● [MediaFormat] ”Filter by the media’s format (max 10,000 items)
Page.media.status_in ● [MediaStatus] list enum
Section titled “Page.media.status_in ● [MediaStatus] ”Filter by the media’s current release status (max 10,000 items)
Filter by the media’s current release status
Page.media.status_not_in ● [MediaStatus] list enum
Section titled “Page.media.status_not_in ● [MediaStatus] ”Filter by the media’s current release status (max 10,000 items)
Filter by amount of episodes the media has
Filter by amount of episodes the media has
Filter by the media’s episode length
Filter by the media’s episode length
Filter by the media’s chapter count
Filter by the media’s chapter count
Filter by the media’s volume count
Filter by the media’s volume count
Filter by the media’s genres (max 10,000 items)
Filter by the media’s genres (max 10,000 items)
Filter by the media’s tags (max 10,000 items)
Filter by the media’s tags (max 10,000 items)
Page.media.tagCategory_in ● [String] list scalar
Section titled “Page.media.tagCategory_in ● [String] ”Filter by the media’s tags with in a tag category (max 10,000 items)
Page.media.tagCategory_not_in ● [String] list scalar
Section titled “Page.media.tagCategory_not_in ● [String] ”Filter by the media’s tags with in a tag category (max 10,000 items)
Page.media.licensedBy_in ● [String] list scalar
Section titled “Page.media.licensedBy_in ● [String] ”Filter media by sites name with a online streaming or reading license (max 10,000 items)
Filter media by sites id with a online streaming or reading license (max 10,000 items)
Filter by the media’s average score
Filter by the media’s average score
Filter by the media’s average score
Filter by the number of users with this media on their list
Filter by the number of users with this media on their list
Filter by the number of users with this media on their list
Page.media.source_in ● [MediaSource] list enum
Section titled “Page.media.source_in ● [MediaSource] ”Filter by the source type of the media (max 10,000 items)
The order the results will be returned in
Filter by character id
Filter by character by if its their birthday today
Filter by search query
Filter by character id
Filter by character id (max 10,000 items)
Filter by character id (max 10,000 items)
Page.characters.sort ● [CharacterSort] list enum
Section titled “Page.characters.sort ● [CharacterSort] ”The order the results will be returned in
Page.staff ● [Staff] list object
Section titled “Page.staff ● [Staff] ”Filter by the staff id
Filter by staff by if its their birthday today
Filter by search query
Filter by the staff id
Filter by the staff id (max 10,000 items)
Filter by the staff id (max 10,000 items)
The order the results will be returned in
Filter by the studio id
Filter by search query
Filter by the studio id
Filter by the studio id (max 10,000 items)
Filter by the studio id (max 10,000 items)
The order the results will be returned in
Filter by a list entry’s id
Filter by a user’s id
Filter by a user’s name
Filter by the list entries media type
Page.mediaList.status ● MediaListStatus enum
Section titled “Page.mediaList.status ● MediaListStatus ”Filter by the watching/reading status
Filter by the media id of the list entry
Filter list entries to users who are being followed by the authenticated user
Filter by note words and #tags
Page.mediaList.startedAt ● FuzzyDateInt scalar
Section titled “Page.mediaList.startedAt ● FuzzyDateInt ”Filter by the date the user started the media
Page.mediaList.completedAt ● FuzzyDateInt scalar
Section titled “Page.mediaList.completedAt ● FuzzyDateInt ”Filter by the date the user completed the media
Page.mediaList.compareWithAuthList ● Boolean scalar
Section titled “Page.mediaList.compareWithAuthList ● Boolean ”Limit to only entries also on the auth user’s list. Requires user id or name arguments.
Filter by a user’s id (max 10,000 items)
Page.mediaList.status_in ● [MediaListStatus] list enum
Section titled “Page.mediaList.status_in ● [MediaListStatus] ”Filter by the watching/reading status (max 10,000 items)
Page.mediaList.status_not_in ● [MediaListStatus] list enum
Section titled “Page.mediaList.status_not_in ● [MediaListStatus] ”Filter by the watching/reading status (max 10,000 items)
Page.mediaList.status_not ● MediaListStatus enum
Section titled “Page.mediaList.status_not ● MediaListStatus ”Filter by the watching/reading status
Filter by the media id of the list entry (max 10,000 items)
Page.mediaList.mediaId_not_in ● [Int] list scalar
Section titled “Page.mediaList.mediaId_not_in ● [Int] ”Filter by the media id of the list entry (max 10,000 items)
Filter by note words and #tags
Page.mediaList.startedAt_greater ● FuzzyDateInt scalar
Section titled “Page.mediaList.startedAt_greater ● FuzzyDateInt ”Filter by the date the user started the media
Page.mediaList.startedAt_lesser ● FuzzyDateInt scalar
Section titled “Page.mediaList.startedAt_lesser ● FuzzyDateInt ”Filter by the date the user started the media
Page.mediaList.startedAt_like ● String scalar
Section titled “Page.mediaList.startedAt_like ● String ”Filter by the date the user started the media
Page.mediaList.completedAt_greater ● FuzzyDateInt scalar
Section titled “Page.mediaList.completedAt_greater ● FuzzyDateInt ”Filter by the date the user completed the media
Page.mediaList.completedAt_lesser ● FuzzyDateInt scalar
Section titled “Page.mediaList.completedAt_lesser ● FuzzyDateInt ”Filter by the date the user completed the media
Page.mediaList.completedAt_like ● String scalar
Section titled “Page.mediaList.completedAt_like ● String ”Filter by the date the user completed the media
Page.mediaList.sort ● [MediaListSort] list enum
Section titled “Page.mediaList.sort ● [MediaListSort] ”The order the results will be returned in
Page.airingSchedules ● [AiringSchedule] list object
Section titled “Page.airingSchedules ● [AiringSchedule] ”Filter by the id of the airing schedule item
Filter by the id of associated media
Filter by the airing episode number
Filter by the time of airing
Page.airingSchedules.notYetAired ● Boolean scalar
Section titled “Page.airingSchedules.notYetAired ● Boolean ”Filter to episodes that haven’t yet aired
Filter by the id of the airing schedule item
Filter by the id of the airing schedule item (max 10,000 items)
Page.airingSchedules.id_not_in ● [Int] list scalar
Section titled “Page.airingSchedules.id_not_in ● [Int] ”Filter by the id of the airing schedule item (max 10,000 items)
Page.airingSchedules.mediaId_not ● Int scalar
Section titled “Page.airingSchedules.mediaId_not ● Int ”Filter by the id of associated media
Page.airingSchedules.mediaId_in ● [Int] list scalar
Section titled “Page.airingSchedules.mediaId_in ● [Int] ”Filter by the id of associated media (max 10,000 items)
Page.airingSchedules.mediaId_not_in ● [Int] list scalar
Section titled “Page.airingSchedules.mediaId_not_in ● [Int] ”Filter by the id of associated media (max 10,000 items)
Page.airingSchedules.episode_not ● Int scalar
Section titled “Page.airingSchedules.episode_not ● Int ”Filter by the airing episode number
Page.airingSchedules.episode_in ● [Int] list scalar
Section titled “Page.airingSchedules.episode_in ● [Int] ”Filter by the airing episode number (max 10,000 items)
Page.airingSchedules.episode_not_in ● [Int] list scalar
Section titled “Page.airingSchedules.episode_not_in ● [Int] ”Filter by the airing episode number (max 10,000 items)
Page.airingSchedules.episode_greater ● Int scalar
Section titled “Page.airingSchedules.episode_greater ● Int ”Filter by the airing episode number
Page.airingSchedules.episode_lesser ● Int scalar
Section titled “Page.airingSchedules.episode_lesser ● Int ”Filter by the airing episode number
Page.airingSchedules.airingAt_greater ● Int scalar
Section titled “Page.airingSchedules.airingAt_greater ● Int ”Filter by the time of airing
Page.airingSchedules.airingAt_lesser ● Int scalar
Section titled “Page.airingSchedules.airingAt_lesser ● Int ”Filter by the time of airing
Page.airingSchedules.sort ● [AiringSort] list enum
Section titled “Page.airingSchedules.sort ● [AiringSort] ”The order the results will be returned in
Filter by the media id
Filter by date
Filter by trending amount
Filter by score
Filter by popularity
Filter by episode number
Filter to stats recorded while the media was releasing
Filter by the media id
Page.mediaTrends.mediaId_in ● [Int] list scalar
Section titled “Page.mediaTrends.mediaId_in ● [Int] ”Filter by the media id (max 10,000 items)
Page.mediaTrends.mediaId_not_in ● [Int] list scalar
Section titled “Page.mediaTrends.mediaId_not_in ● [Int] ”Filter by the media id (max 10,000 items)
Filter by date
Filter by date
Page.mediaTrends.trending_greater ● Int scalar
Section titled “Page.mediaTrends.trending_greater ● Int ”Filter by trending amount
Page.mediaTrends.trending_lesser ● Int scalar
Section titled “Page.mediaTrends.trending_lesser ● Int ”Filter by trending amount
Filter by trending amount
Page.mediaTrends.averageScore_greater ● Int scalar
Section titled “Page.mediaTrends.averageScore_greater ● Int ”Filter by score
Page.mediaTrends.averageScore_lesser ● Int scalar
Section titled “Page.mediaTrends.averageScore_lesser ● Int ”Filter by score
Page.mediaTrends.averageScore_not ● Int scalar
Section titled “Page.mediaTrends.averageScore_not ● Int ”Filter by score
Page.mediaTrends.popularity_greater ● Int scalar
Section titled “Page.mediaTrends.popularity_greater ● Int ”Filter by popularity
Page.mediaTrends.popularity_lesser ● Int scalar
Section titled “Page.mediaTrends.popularity_lesser ● Int ”Filter by popularity
Filter by popularity
Page.mediaTrends.episode_greater ● Int scalar
Section titled “Page.mediaTrends.episode_greater ● Int ”Filter by episode number
Filter by episode number
Filter by episode number
Page.mediaTrends.sort ● [MediaTrendSort] list enum
Section titled “Page.mediaTrends.sort ● [MediaTrendSort] ”The order the results will be returned in
Page.notifications ● [NotificationUnion] list union
Section titled “Page.notifications ● [NotificationUnion] ”Page.notifications.type ● NotificationType enum
Section titled “Page.notifications.type ● NotificationType ”Filter by the type of notifications
Page.notifications.resetNotificationCount ● Boolean scalar
Section titled “Page.notifications.resetNotificationCount ● Boolean ”Reset the unread notification count to 0 on load
Page.notifications.type_in ● [NotificationType] list enum
Section titled “Page.notifications.type_in ● [NotificationType] ”Filter by the type of notifications (max 10,000 items)
Page.followers.userId ● Int! non-null scalar
Section titled “Page.followers.userId ● Int! ”User id of the follower/followed
The order the results will be returned in
Page.following.userId ● Int! non-null scalar
Section titled “Page.following.userId ● Int! ”User id of the follower/followed
The order the results will be returned in
Filter by the activity id
Filter by the owner user id
Filter by the id of the user who sent a message
Filter by the associated media id of the activity
Filter by the type of activity
Filter activity to users who are being followed by the authenticated user
Filter activity to only activity with replies
Page.activities.hasRepliesOrTypeText ● Boolean scalar
Section titled “Page.activities.hasRepliesOrTypeText ● Boolean ”Filter activity to only activity with replies or is of type text
Filter by the time the activity was created
Filter by the activity id
Filter by the activity id (max 10,000 items)
Filter by the activity id (max 10,000 items)
Filter by the owner user id
Filter by the owner user id (max 10,000 items)
Page.activities.userId_not_in ● [Int] list scalar
Section titled “Page.activities.userId_not_in ● [Int] ”Filter by the owner user id (max 10,000 items)
Filter by the id of the user who sent a message
Page.activities.messengerId_in ● [Int] list scalar
Section titled “Page.activities.messengerId_in ● [Int] ”Filter by the id of the user who sent a message (max 10,000 items)
Page.activities.messengerId_not_in ● [Int] list scalar
Section titled “Page.activities.messengerId_not_in ● [Int] ”Filter by the id of the user who sent a message (max 10,000 items)
Filter by the associated media id of the activity
Filter by the associated media id of the activity (max 10,000 items)
Page.activities.mediaId_not_in ● [Int] list scalar
Section titled “Page.activities.mediaId_not_in ● [Int] ”Filter by the associated media id of the activity (max 10,000 items)
Page.activities.type_not ● ActivityType enum
Section titled “Page.activities.type_not ● ActivityType ”Filter by the type of activity
Page.activities.type_in ● [ActivityType] list enum
Section titled “Page.activities.type_in ● [ActivityType] ”Filter by the type of activity (max 10,000 items)
Page.activities.type_not_in ● [ActivityType] list enum
Section titled “Page.activities.type_not_in ● [ActivityType] ”Filter by the type of activity (max 10,000 items)
Page.activities.createdAt_greater ● Int scalar
Section titled “Page.activities.createdAt_greater ● Int ”Filter by the time the activity was created
Page.activities.createdAt_lesser ● Int scalar
Section titled “Page.activities.createdAt_lesser ● Int ”Filter by the time the activity was created
Page.activities.sort ● [ActivitySort] list enum
Section titled “Page.activities.sort ● [ActivitySort] ”The order the results will be returned in
Page.activityReplies ● [ActivityReply] list object
Section titled “Page.activityReplies ● [ActivityReply] ”Filter by the reply id
Filter by the parent id
Filter by the thread id
Filter by the user id of the thread’s creator
Filter by the user id of the last user to comment on the thread
Filter by if the currently authenticated user’s subscribed threads
Filter by thread category id
Filter by thread media id category
Filter by search query
Filter by the thread id (max 10,000 items)
The order the results will be returned in
Page.threadComments ● [ThreadComment] list object
Section titled “Page.threadComments ● [ThreadComment] ”Filter by the comment id
Filter by the thread id
Filter by the user id of the comment’s creator
Page.threadComments.sort ● [ThreadCommentSort] list enum
Section titled “Page.threadComments.sort ● [ThreadCommentSort] ”The order the results will be returned in
Filter by Review id
Filter by media id
Filter by user id
Filter by media type
The order the results will be returned in
Page.recommendations ● [Recommendation] list object
Section titled “Page.recommendations ● [Recommendation] ”Filter by recommendation id
Filter by media id
Page.recommendations.mediaRecommendationId ● Int scalar
Section titled “Page.recommendations.mediaRecommendationId ● Int ”Filter by media recommendation id
Filter by user who created the recommendation
Filter by total rating of the recommendation
Filter by the media on the authenticated user’s lists
Page.recommendations.rating_greater ● Int scalar
Section titled “Page.recommendations.rating_greater ● Int ”Filter by total rating of the recommendation
Page.recommendations.rating_lesser ● Int scalar
Section titled “Page.recommendations.rating_lesser ● Int ”Filter by total rating of the recommendation
Page.recommendations.sort ● [RecommendationSort] list enum
Section titled “Page.recommendations.sort ● [RecommendationSort] ”The order the results will be returned in
Page.likes ● [User] list object
Section titled “Page.likes ● [User] ”The id of the likeable type
The type of model the id applies to
Returned By
Section titled “Returned By”Page query