Skip to content

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
}

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

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

The characters in the media

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

If the media is marked as favourite by the current authenticated user

If the media is blocked from being added to favourites

If the media is intended only for 18+ adult audiences

The media’s next episode airing schedule

The media’s entire airing schedule

Filter to episodes that have not yet aired

The page

The amount of entries per page, max 25

The media’s daily trend stats

Filter to stats recorded while the media was releasing

The page

The amount of entries per page, max 25

External links to another site related to the media

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

User recommendations for similar media

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

If the media is blocked from being recommended to/from

If the media is blocked from being reviewed

Notes for site moderators

Media query

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