Skip to content

$animeEpisodes

Syntax

$animeEpisodes[animeID;result;sep?]

Usage

OptionTypeOptionalExample
Anime IDNumberfalseThe ID of anime as in MAL
ResultStringfalseResult to return.
SepStringtrueSeperator of list content that returns(default “.\n”.

Use like: $animeEpisodes[$getID[anime_name];result_type;sep]

Result Table

OptionOutput
titleReturns names of episodes
urlReturns the URL of episodes in MAL website
idReturns the episode ID(same as episode number)
airedReturns the date & time when episodes were aired

Example

$animeEpisodes[$getID[oshi no ko];url] // Returns the url of all episodes of anime - "Oshi no ko".