Optional
asasHtml
is a boolean representing whether the media should be returned as HTML.
Optional
averageaverageScore
is a number representing the average score of the media.
Optional
averageaverageScore_greater
is a number representing the average score of the media that should be greater.
Optional
averageaverageScore_lesser
is a number representing the average score of the media that should be lesser.
Optional
averageaverageScore_not
is a number representing the average score of the media that should not be included.
Optional
chapterschapters
is a number representing the number of chapters of the media.
Optional
chapters_chapters_greater
is a number representing the number of chapters of the media that should be greater.
Optional
chapters_chapters_lesser
is a number representing the number of chapters of the media that should be lesser.
Optional
countrycountryOfOrigin
is a string representing the country of origin of the media.
Optional
durationduration
is a number representing the duration of the media.
Optional
duration_duration_greater
is a number representing the duration of the media that should be greater.
Optional
duration_duration_lesser
is a number representing the duration of the media that should be lesser.
Optional
endendDate
is a number representing the end date of the media.
Optional
endendDate_greater
is a number representing the end date of the media that should be greater.
Optional
endendDate_lesser
is a number representing the end date of the media that should be lesser.
Optional
endendDate_like
is a string representing the end date of the media that should be like.
Optional
episodesepisodes
is a number representing the number of episodes of the media.
Optional
episodes_episodes_greater
is a number representing the number of episodes of the media that should be greater.
Optional
episodes_episodes_lesser
is a number representing the number of episodes of the media that should be lesser.
Optional
formatformat
is a string representing the format of the media.
Optional
format_format_in
is an array of strings representing the formats of the media that should be included.
Optional
format_format_not
is a string representing the format of the media that should not be included.
Optional
format_format_not_in
is an array of strings representing the formats of the media that should not be included.
Optional
genregenre
is a string representing the genre of the media.
Optional
genre_genre_in
is an array of strings representing the genres of the media that should be included.
Optional
genre_genre_not_in
is an array of strings representing the genres of the media that should not be included.
Optional
idid
is a number representing the id of the media.
Optional
ididMal
is a number representing the MyAnimeList id of the media.
Optional
ididMal_in
is an array of numbers representing the MyAnimeList ids of the media that should be included.
Optional
ididMal_not
is a number representing the MyAnimeList id of the media that should not be included.
Optional
ididMal_not_in
is an array of numbers representing the MyAnimeList ids of the media that should not be included.
Optional
id_id_in
is an array of numbers representing the ids of the media that should be included.
Optional
id_id_not
is a number representing the id of the media that should not be included.
Optional
id_id_not_in
is an array of numbers representing the ids of the media that should not be included.
Optional
isisAdult
is a boolean representing whether the media is for adults.
Optional
isisLicensed
is a boolean representing whether the media is licensed.
Optional
licensedlicensedBy
is a string representing who licensed the media.
Optional
licensedlicensedById
is a number representing the id of who licensed the media.
Optional
licensedlicensedById_in
is an array of numbers representing the ids of who licensed the media that should be included.
Optional
licensedlicensedBy_in
is an array of strings representing who licensed the media that should be included.
Optional
minimumminimumTagRank
is a number representing the minimum tag rank of the media.
Optional
ononList
is a boolean representing whether the media is on the list.
Optional
popularitypopularity
is a number representing the popularity of the media.
Optional
popularity_popularity_greater
is a number representing the popularity of the media that should be greater.
Optional
popularity_popularity_lesser
is a number representing the popularity of the media that should be lesser.
Optional
popularity_popularity_not
is a number representing the popularity of the media that should not be included.
Optional
searchsearch
is a string representing the search query for the media.
Optional
seasonseason
is a string representing the season of the media.
Optional
seasonseasonYear
is a number representing the year of the season of the media.
Optional
sortsort
is an array of strings representing the sorting of the media.
Optional
sourcesource
is a string representing the source of the media.
Optional
source_source_in
is an array of strings representing the sources of the media that should be included.
Optional
startstartDate
is a number representing the start date of the media.
Optional
startstartDate_greater
is a number representing the start date of the media that should be greater.
Optional
startstartDate_lesser
is a number representing the start date of the media that should be lesser.
Optional
startstartDate_like
is a string representing the start date of the media that should be like.
Optional
statusstatus
is a string representing the status of the media.
Optional
status_status_in
is an array of strings representing the statuses of the media that should be included.
Optional
status_status_not
is a string representing the status of the media that should not be included.
Optional
status_status_not_in
is an array of strings representing the statuses of the media that should not be included.
Optional
tagtag
is a string representing the tag of the media.
Optional
tagtagCategory
is a string representing the category of the tag of the media.
Optional
tagtagCategory_in
is an array of strings representing the categories of the tags of the media that should be included.
Optional
tagtagCategory_not_in
is an array of strings representing the categories of the tags of the media that should not be included.
Optional
tag_tag_in
is an array of strings representing the tags of the media that should be included.
Optional
tag_tag_not_in
is an array of strings representing the tags of the media that should not be included.
Optional
typetype
is a string representing the type of the media. It can be either 'ANIME' or 'MANGA'.
Optional
volumesvolumes
is a number representing the number of volumes of the media.
Optional
volumes_volumes_greater
is a number representing the number of volumes of the media that should be greater.
Optional
volumes_volumes_lesser
is a number representing the number of volumes of the media that should be lesser.
MediaVariables
is an interface representing the variables for theMediaQuery
. It includes optional parameters for querying media data.