We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Returns a list of Episode objects filtered.
EpisodeFilter
Int64
Int32
String
EpisodeFilter filter = new EpisodeFilter() { AnimeId = 1, Source = "gogoanime", Locale = "en", Sort = new Dictionary<string, SortDirectionEnum>() { { "number", SortDirectionEnum.DESCENDING } } }; var result = await AniAPI.Instance.GetEpisodeList(filter);