Skip to content

$animeInfo

Syntax

$animeInfo[animeID;result]

Usage

OptionTypeOptionalExample
Anime IDNumberfalseThe ID of anime as in MAL
ResultStringfalseResult to return. Refer the table below

Use like: $animeInfo[$getID[anime_name];result_type]

Result Table

OptionOutput
titleReturns the name of anime
synopsisReturns the synopsis of anime
urlReturns the URL of anime in MAL website
genreReturns the genre of anime
imageReturns image of anime
ratingsReturns the rating of anime
episodesReturns episode count of anime
recommendationsReturns similar anime as the passed one
yearReturns release year of anime
studioReturns anime studio
trailerReturns the trailer link of anime

Example

$animeInfo[$getID[the eminence in shadow];synopsis] // returns the synopsis of anime - "The eminence in shadow"