Media
Anime or Manga
type Media {
id: Int!
idMal: Int
title: MediaTitle
type: MediaType
format: MediaFormat
status(version: Int): MediaStatus
description(asHtml: Boolean): String
startDate: FuzzyDate
endDate: FuzzyDate
season: MediaSeason
seasonYear: Int
seasonInt: Int @deprecated
episodes: Int
duration: Int
chapters: Int
volumes: Int
countryOfOrigin: CountryCode
isLicensed: Boolean
source(version: Int): MediaSource
hashtag: String
trailer: MediaTrailer
updatedAt: Int
coverImage: MediaCoverImage
bannerImage: String
genres: [String]
synonyms: [String]
averageScore: Int
meanScore: Int
popularity: Int
isLocked: Boolean
trending: Int
favourites: Int
tags: [MediaTag]
relations: MediaConnection
characters(
sort: [CharacterSort]
role: CharacterRole
page: Int
perPage: Int
): CharacterConnection
staff(sort: [StaffSort], page: Int, perPage: Int): StaffConnection
studios(sort: [StudioSort], isMain: Boolean): StudioConnection
isFavourite: Boolean!
isFavouriteBlocked: Boolean!
isAdult: Boolean
nextAiringEpisode: AiringSchedule
airingSchedule(
notYetAired: Boolean
page: Int
perPage: Int
): AiringScheduleConnection
trends(
sort: [MediaTrendSort]
releasing: Boolean
page: Int
perPage: Int
): MediaTrendConnection
externalLinks: [MediaExternalLink]
streamingEpisodes: [MediaStreamingEpisode]
rankings: [MediaRank]
mediaListEntry: MediaList
reviews(
limit: Int
sort: [ReviewSort]
page: Int
perPage: Int
): ReviewConnection
recommendations(
sort: [RecommendationSort]
page: Int
perPage: Int
): RecommendationConnection
stats: MediaStats
siteUrl: String
autoCreateForumThread: Boolean
isRecommendationBlocked: Boolean
isReviewBlocked: Boolean
modNotes: String
}
Fields
Media.id
● Int!
non-null scalar
The id of the media
Media.idMal
● Int
scalar
The mal id of the media