Skip to content

$animeCharInfo

Syntax

$animeCharInfo[animeID;character;result]

Usage

OptionTypeOptionalExample
Anime IDNumberfalseThe ID of anime as in MAL
CharacterStringfalseName of the character you are searching for (must be in the specified anime)
ResultStringfalseResult to return. Refer the table below

Use like: $animeCharInfo[$getID[anime_name];character_name;result_type]

Result Table

OptionOutput
nameReturns the name of character
urlReturns the URL of character in MAL website
imageReturns image of character
nicknamesReturns the nicknames of the character
animeReturns the anime of which character is part of
descriptionReturns a short description about the character
roleReturns role of character, either main or supporting
voiceactorReturns voice actor of character

Example

$animeCharInfo[$getID[the eminence in shadow];Cid; image] // Returns the image of "Cid" of the anime, "The eminence in shadow"