autoCreateForumThread
is a boolean representing whether the media should auto create a forum thread.
averageScore
is a number representing the average score of the media.
bannerImage
is a string representing the banner image URL of the media.
Optional
chapterschapters
is a number representing the number of chapters of the media.
characters
is an object representing the characters of the media.
countryOfOrigin
is a string representing the country of origin of the media.
coverImage
is an instance of CoverImage
representing the cover image of the media.
description
is a string representing the description of the media.
Optional
durationduration
is a number representing the duration of the media.
endDate
is an instance of FuzzyDate
representing the end date of the media.
Optional
episodesepisodes
is a number representing the number of episodes of the media.
externalLinks
is an array of ExternalLink
representing the external links of the media.
favourites
is a number representing the number of favourites of the media.
format
is a string representing the format of the media.
genres
is an array of strings representing the genres of the media.
hashtag
is a string representing the hashtag of the media.
id
is a number representing the id of the media.
idMal
is a number representing the MyAnimeList id of the media.
isAdult
is a boolean representing whether the media is for adults.
isFavourite
is a boolean representing whether the media is a favourite.
isLicensed
is a boolean representing whether the media is licensed.
isLocked
is a boolean representing whether the media is locked.
isRecommendationBlocked
is a boolean representing whether the media is blocked for recommendation.
meanScore
is a number representing the mean score of the media.
mediaListEntry
is an instance of MediaListEntry
representing the media list entry of the media.
modNotes
is a string representing the mod notes of the media.
nextAiringEpisode
is an instance of NextAiringEpisode
representing the next airing episode of the media.
popularity
is a number representing the popularity of the media.
rankings
is an array of Ranking
representing the rankings of the media.
relations
is an object representing the relations of the media.
season
is a string representing the season of the media.
seasonInt
is a number representing the integer of the season of the media.
seasonYear
is a number representing the year of the season of the media.
siteUrl
is a string representing the site URL of the media.
source
is a string representing the source of the media.
staff
is an object representing the staff of the media.
startDate
is an instance of FuzzyDate
representing the start date of the media.
stats
is an instance of MediaStats
representing the stats of the media.
status
is a string representing the status of the media.
streamingEpisodes
is an array of StreamingEpisode
representing the streaming episodes of the media.
studios
is an object representing the studios of the media.
synonyms
is an array of strings representing the synonyms of the media.
tags
is an array of Tag
representing the tags of the media.
title
is an instance of Title
representing the title of the media.
trailer
is an instance of Trailer
representing the trailer of the media.
trending
is a number representing the trending status of the media.
type
is a string representing the type of the media.
updatedAt
is a number representing the timestamp when the media was last updated.
Optional
volumesvolumes
is a number representing the number of volumes of the media.
MediaResponse
is an interface representing the response from a media query. It includes the media's id, idMal, title, type, format, status, description, startDate, endDate, season, seasonYear, seasonInt, episodes, duration, chapters, volumes, countryOfOrigin, isLicensed, source, hashtag, trailer, updatedAt, coverImage, bannerImage, genres, synonyms, averageScore, meanScore, popularity, isLocked, trending, favourites, tags, relations, characters, staff, studios, isFavourite, isAdult, nextAiringEpisode, externalLinks, streamingEpisodes, rankings, mediaListEntry, stats, siteUrl, autoCreateForumThread, isRecommendationBlocked, and modNotes.