Skip to content

$charInfo

Syntax

$charInfo[characterID;result]

Usage

OptionTypeOptionalExample
Character IDNumberfalseThe ID of character as in MAL
ResultStringfalseResult to return. Refer the table below

Use like: $charInfo[character_id;result_type]

Result Table

OptionOutput
nameReturns the name of the character
aboutReturns info of the character
urlReturns the URL of character as in MAL website
imageReturns image of the character
favoritesReturns the favorite count of character
mangaReturns manga(s) where the character appears
animeReturns anime(s) where the character appears
nicknamesReturns nicknames of the character(if any)

Example

$charInfo[36828;about] // returns the about of character - "Asuna Yuuki"