Syntax
$mangaInfo[mangaID;result]
Usage
| Option | Type | Optional | Example |
|---|
| Manga ID | Number | false | The ID of manga as in MAL |
| Result | String | false | Result to return. Refer the table below |
Use like: $mangaInfo[$getID[manga_name;manga];result_type]
Result Table
| Option | Output |
|---|
| title | Returns the name of manga |
| synopsis | Returns the synopsis of manga |
| background | Returns the background of manga |
| url | Returns the URL of manga in MAL website |
| genre | Returns the genre of manga |
| image | Returns image of manga |
| ratings | Returns the rating of manga |
| popularity | Returns popularity of manga |
| year | Returns release year of manga |
| author | Returns author of manga |
| serializations | Returns the serializations of manga |
| volumes | Returns volume count of manga |
Example
$mangaInfo[$getID[oshi no ko;manga];ratings] // Returns the ratings of the manga - "Oshi no ko" from MAL