JikanKt / moe.ganen.jikankt / JikanKt / getMangaReviews

getMangaReviews

suspend fun getMangaReviews(id: Int, page: Int? = 1): MangaReviews

Function to get manga's reviews by it's MyAnimeList id

Parameters

id - : MyAnimeList id of the manga.

page - : Optional, default is 1. Index of page, each page contain 20 items.

Return
List of reviews of the manga with given MyAnimeList id.