Syntax
$charInfo[characterID;result]
Usage
| Option | Type | Optional | Example |
|---|
| Character ID | Number | false | The ID of character as in MAL |
| Result | String | false | Result to return. Refer the table below |
Use like: $charInfo[character_id;result_type]
Result Table
| Option | Output |
|---|
| name | Returns the name of the character |
| about | Returns info of the character |
| url | Returns the URL of character as in MAL website |
| image | Returns image of the character |
| favorites | Returns the favorite count of character |
| manga | Returns manga(s) where the character appears |
| anime | Returns anime(s) where the character appears |
| nicknames | Returns nicknames of the character(if any) |
Example
$charInfo[36828;about] // returns the about of character - "Asuna Yuuki"