There was an error while loading. Please reload this page.
Returns a list of Anime objects filtered.
AnimeFilter
AnimeFilter filter = new AnimeFilter() { Title = "Cowboy Bebop", AnilistId = 1, MyAnimeListId = 1, Formats = new AnimeFormatEnum[2] { AnimeFormatEnum.TV, AnimeFormatEnum.TV_SHORT }, Status = AnimeStatusEnum.FINISHED, Year = 1998, Season = AnimeSeasonEnum.SPRING, Genres = new string[3] { "Action", "Guns", "Military" }, Sort = new Dictionary<string, SortDirectionEnum>() { { "titles.en", SortDirectionEnum.DESCENDING } } }; var result = await AniAPI.Instance.GetAnimeList(filter);