Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

GetAnime

Marco Dal Zovo edited this page Jul 23, 2021 · 2 revisions

Returns an Anime object by its unique identifier.

Parameters

Name Type Summary
id Int64 The anime's id

Usage

var result = await AniAPI.Instance.GetAnime(11);
Clone this wiki locally