Anime

The ctx.anime API provides methods to interact with the anime system in Seanime.

Core Methods

getAnimeEntry

Gets a an anime entry, using the cache if available.

Parameters:

  • mediaId: Number - The AniList media ID

Example:

const animeEntry = await ctx.anime.getAnimeEntry(21)

Last updated