Syntax
Usage
Option | Type | Optional | Example |
---|
Anime ID | Number | false | The ID of anime as in MAL |
Result | String | false | Result to return. Refer the table below |
Use like: $animeInfo[$getID[anime_name];result_type]
Result Table
Option | Output |
---|
title | Returns the name of anime |
synopsis | Returns the synopsis of anime |
url | Returns the URL of anime in MAL website |
genre | Returns the genre of anime |
image | Returns image of anime |
ratings | Returns the rating of anime |
episodes | Returns episode count of anime |
recommendations | Returns similar anime as the passed one |
year | Returns release year of anime |
studio | Returns anime studio |
trailer | Returns the trailer link of anime |
Example