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
Section titled “Fields”Media.id ● Int! non-null scalar
Section titled “Media.id ● Int! ”The id of the media
The mal id of the media
The official titles of the media in various languages
The type of the media; anime or manga
The format the media was released in
The current releasing status of the media
Provide 2 to use new version 2 of sources enum
Short description of the media’s story and characters
Return the string in pre-parsed html instead of markdown
The first official release date of the media
The last official release date of the media
The season the media was initially released in
The season year the media was initially released in
Media.seasonInt ● Int deprecated scalar
Section titled “Media.seasonInt ● Int ”The year & season the media was initially released in
The amount of episodes the anime has when complete
The general length of each anime episode in minutes
The amount of chapters the manga has when complete
The amount of volumes the manga has when complete
Where the media was created. (ISO 3166-1 alpha-2)
If the media is officially licensed or a self-published doujin release
Source type the media was adapted from.
Provide 2 or 3 to use new version 2 or 3 of sources enum
Official Twitter hashtags for the media
Media trailer or advertisement
When the media’s data was last updated
The cover images of the media
The banner image of the media
The genres of the media
Alternative titles of the media
A weighted average score of all the user’s scores of the media
Mean score of all the user’s scores of the media
The number of users with the media on their list
Locked media may not be added to lists our favorited. This may be due to the entry pending for deletion or other reasons.
The amount of related activity in the past hour
The amount of user’s who have favourited the media
List of tags that describes elements and themes of the media
Other media in the same or connecting franchise
Media.characters ● CharacterConnection object
Section titled “Media.characters ● CharacterConnection ”The characters in the media
Media.characters.sort ● [CharacterSort] list enum
Section titled “Media.characters.sort ● [CharacterSort] ”The page
The amount of entries per page, max 25
The staff who produced the media
The page
The amount of entries per page, max 25
The companies who produced the media
Media.isFavourite ● Boolean! non-null scalar
Section titled “Media.isFavourite ● Boolean! ”If the media is marked as favourite by the current authenticated user
Media.isFavouriteBlocked ● Boolean! non-null scalar
Section titled “Media.isFavouriteBlocked ● Boolean! ”If the media is blocked from being added to favourites
If the media is intended only for 18+ adult audiences
Media.nextAiringEpisode ● AiringSchedule object
Section titled “Media.nextAiringEpisode ● AiringSchedule ”The media’s next episode airing schedule
Media.airingSchedule ● AiringScheduleConnection object
Section titled “Media.airingSchedule ● AiringScheduleConnection ”The media’s entire airing schedule
Media.airingSchedule.notYetAired ● Boolean scalar
Section titled “Media.airingSchedule.notYetAired ● Boolean ”Filter to episodes that have not yet aired
The page
The amount of entries per page, max 25
The media’s daily trend stats
Media.trends.sort ● [MediaTrendSort] list enum
Section titled “Media.trends.sort ● [MediaTrendSort] ”Filter to stats recorded while the media was releasing
The page
The amount of entries per page, max 25
Media.externalLinks ● [MediaExternalLink] list object
Section titled “Media.externalLinks ● [MediaExternalLink] ”External links to another site related to the media
Media.streamingEpisodes ● [MediaStreamingEpisode] list object
Section titled “Media.streamingEpisodes ● [MediaStreamingEpisode] ”Data and links to legal streaming episodes on external sites
The ranking of the media in a particular time span and format compared to other media
The authenticated user’s media list entry for the media
User reviews of the media
The page
The amount of entries per page, max 25
Media.recommendations ● RecommendationConnection object
Section titled “Media.recommendations ● RecommendationConnection ”User recommendations for similar media
Media.recommendations.sort ● [RecommendationSort] list enum
Section titled “Media.recommendations.sort ● [RecommendationSort] ”The page
The amount of entries per page, max 25
The url for the media page on the AniList website
If the media should have forum thread automatically created for it on airing episode release
Media.isRecommendationBlocked ● Boolean scalar
Section titled “Media.isRecommendationBlocked ● Boolean ”If the media is blocked from being recommended to/from
If the media is blocked from being reviewed
Notes for site moderators
Returned By
Section titled “Returned By”Media query
Member Of
Section titled “Member Of”AiringNotification object ● AiringSchedule object ● CharacterEdge object ● InternalPage object ● ListActivity object ● MediaConnection object ● MediaDataChangeNotification object ● MediaEdge object ● MediaList object ● MediaMergeNotification object ● MediaSubmission object ● MediaSubmissionEdge object ● MediaSubmissionUpdateNotification object ● MediaTrend object ● Page object ● Recommendation object ● RelatedMediaAdditionNotification object ● Review object ● RevisionHistory object ● Thread object