Skip to content

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]
}

The pagination information

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

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

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)

Filter by the start date of the media

Filter by the start date of the media

Filter by the start date of the media

Filter by the end date of the media

Filter by the end date of the media

Filter by the end date of the media

Filter by the media’s format (max 10,000 items)

Filter by the media’s format

Filter by the media’s format (max 10,000 items)

Filter by the media’s current release status (max 10,000 items)

Filter by the media’s current release status

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)

Filter by the media’s tags with in a tag category (max 10,000 items)

Filter by the media’s tags with in a tag category (max 10,000 items)

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

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)

The order the results will be returned in

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

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

Filter by the date the user started the media

Filter by the date the user completed the media

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)

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

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

Filter by the watching/reading status

Filter by the media id of the list entry (max 10,000 items)

Filter by the media id of the list entry (max 10,000 items)

Filter by note words and #tags

Filter by the date the user started the media

Filter by the date the user started the media

Filter by the date the user started the media

Filter by the date the user completed the media

Filter by the date the user completed the media

Filter by the date the user completed the media

The order the results will be returned in

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

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)

Filter by the id of the airing schedule item (max 10,000 items)

Filter by the id of associated media

Filter by the id of associated media (max 10,000 items)

Filter by the id of associated media (max 10,000 items)

Filter by the airing episode number

Filter by the airing episode number (max 10,000 items)

Filter by the airing episode number (max 10,000 items)

Filter by the airing episode number

Filter by the airing episode number

Filter by the time of airing

Filter by the time of airing

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

Filter by the media id (max 10,000 items)

Filter by the media id (max 10,000 items)

Filter by date

Filter by date

Filter by trending amount

Filter by trending amount

Filter by trending amount

Filter by score

Filter by score

Filter by score

Filter by popularity

Filter by popularity

Filter by popularity

Filter by episode number

Filter by episode number

Filter by episode number

The order the results will be returned in

Filter by the type of notifications

Reset the unread notification count to 0 on load

Filter by the type of notifications (max 10,000 items)

User id of the follower/followed

The order the results will be returned in

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

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)

Filter by the owner user id (max 10,000 items)

Filter by the id of the user who sent a message

Filter by the id of the user who sent a message (max 10,000 items)

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)

Filter by the associated media id of the activity (max 10,000 items)

Filter by the type of activity

Filter by the type of activity (max 10,000 items)

Filter by the type of activity (max 10,000 items)

Filter by the time the activity was created

Filter by the time the activity was created

The order the results will be returned in

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

Filter by the comment id

Filter by the thread id

Filter by the user id of the comment’s creator

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

Filter by recommendation id

Filter by media id

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

Filter by total rating of the recommendation

Filter by total rating of the recommendation

The order the results will be returned in

The id of the likeable type

The type of model the id applies to

Page query