Skip to content

$getID

Syntax

$getID[name;type?]

Usage

OptionTypeOptionalExample
NameStringfalseAny anime/manga name as per type
TypeStringtrueRefer Table

Use like: $getID[name;type(if not anime)]

Result Table

OptionOutput
animeGets the passed anime’s ID (default)
mangaGets the passed manga’s ID
charGets the passed character’s ID

Example

$getID[sword art online] // gets the ID of sword art online (anime).
$getID[sword art online;manga] // gets the ID of sword art online (manga).
getID[Asuna;char] // gets the ID of Asuna Yuuki of SAO.