JikanKt / moe.ganen.jikankt / JikanKt / getAnimeEpisodes

getAnimeEpisodes

suspend fun getAnimeEpisodes(id: Int, page: Int? = 1): AnimeEpisodes

Function to get anime's episodes by it's MyAnimeList id

Parameters

id - : MyAnimeList id of the anime.

page - : Optional, default is 1. Index of page, each page contain 50 episode entity.

Return
List of characters and staff of the anime with given MyAnimeList id.